summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/pages
AgeCommit message (Collapse)Author
2026-01-19fix(app): hash navAdam
2026-01-19fix(web): rename favicons to v2 for cache busting (#9492)Ryan Vogel
2026-01-19fix(app): reload instance after workspace resetAdam
2026-01-19fix(app): new layout improvementsAdam
2026-01-19feat(app): new session layoutAdam
2026-01-19feat(app): improved session layoutAdam
2026-01-19fix(app): hide settings buttonAdam
2026-01-19chore: cleanupAdam
2026-01-19chore: cleanupAdam
2026-01-19chore: cleanupAdam
2026-01-19chore: cleanupAdam
2026-01-19chore: cleanupAdam
2026-01-19chore: cleanupAdam
2026-01-19feat(app): reset worktreeAdam
2026-01-19feat(app): delete workspaceAdam
2026-01-18fix(app): remove redundant toast for thinking effort changes (#9181)Kit Langton
2026-01-18feat(desktop): implement session unshare button (#8660)Mani Sundararajan
2026-01-18fix: remove max-width of session name tooltipDavid Hill
2026-01-18Revert "fix: increase max-width of session name tooltip"David Hill
This reverts commit c3ab76c8ad90fb7ef99604e8ef0a1017c5ddda58.
2026-01-18fix: increase max-width of session name tooltipDavid Hill
2026-01-18fix: adjust project path tooltip placementDavid Hill
Move the desktop project path tooltip above the header and tune spacing/offset; add content style hooks to Tooltip for max-width and horizontal shift.
2026-01-18fix: remove max width on sidebar new buttonsDavid Hill
2026-01-18fix: adjust session list tooltip trigger and delayDavid Hill
2026-01-17fix: keep project avatar hover styles while popover openDavid Hill
2026-01-17fix: adjust recent sessions popover paddingDavid Hill
2026-01-17fix: reduce prompt dock bottom spacingDavid Hill
2026-01-17fix: show project name in avatar hoverDavid Hill
2026-01-17fix: shrink project notification dot and maskDavid Hill
2026-01-17fix: align project avatar notification dotDavid Hill
2026-01-17fix(app): archive session sometimes flakyAdam
2026-01-17fix: remove the secondary text from commandsDavid Hill
2026-01-17fix: recent sessions gutterDavid Hill
2026-01-16fix(app): remember last opened projectAdam
2026-01-16fix(app): truncate workspace titleAdam
2026-01-16fix(app): center dialog on page instead of sessionAdam
2026-01-16Revert "feat(desktop): Terminal Splits (#8767)"Adam
This reverts commit 88fd6a294b3ad88d50cb8e1853589ee4e68dc74e.
2026-01-16feat(app): edit project and session titlesAdam
2026-01-16fix(app): open workspace if navigating to session in workspaceAdam
2026-01-16fix(app): can't expand workspacesAdam
2026-01-16fix(app): scroll jumping when expanding workspacesAdam
2026-01-16feat(desktop): Terminal Splits (#8767)Daniel Polito
2026-01-16fix: truncate the workspace name on hoverDavid Hill
2026-01-16fix: load more label alignmentDavid Hill
2026-01-16fix: updating panel min size and button max-widthDavid Hill
2026-01-16Revert "fix: expand workspaces by default when enabled"David Hill
This reverts commit 1fd496a5e25c762bdc3cadb261b255485bde3417.
2026-01-16fix: expand workspaces by default when enabledDavid Hill
2026-01-16fix: session icon and label alignmentDavid Hill
2026-01-16fix: web mobile menuDavid Hill
there is a small shift/misalignment in the side panel on web, not investigating too much as this whole area is in development and may change to make the projects avatar list always in view.
2026-01-16fix: responsive menu desktopDavid Hill
2026-01-16bug: moved createMemo downDavid Hill