Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/shell/src/renderer/src/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ export function Home() {
const [confirmDelete, setConfirmDelete] = useState<string[] | null>(null)
// name in the greeting; omitted when logged out
const [accountName, setAccountName] = useState('')
// Genspark Projects is web-account data, so its nav entry only shows when logged in
// Web Projects is web-account data, so its nav entry only shows when logged in
const [loggedIn, setLoggedIn] = useState(false)
// single source of account state: AccountEntry reports every change (initial
// load, login, logout), keeping the greeting name and the nav entry in sync
Expand Down
4 changes: 2 additions & 2 deletions apps/shell/src/renderer/src/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ body.vib .home {

/* segmented control: gray track, active segment = white card */
/* segmented filter control: gray track, active segment = white card.
One shared 40px rail for the recents page and the Genspark Projects
One shared 40px rail for the recents page and the Web Projects
toolbar (where it lines up with the 40px refresh button and search box). */
.filter-pills,
.cloud-seg {
Expand Down Expand Up @@ -1609,7 +1609,7 @@ body.vib .home {
margin-top: 0;
}

/* Genspark Projects list styled like the recent-files table: bordered
/* Web Projects list styled like the recent-files table: bordered
rounded container, column header, grid rows with hairline dividers */
.cloud-table {
border: 1px solid var(--border);
Expand Down
Loading
Loading