summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src
AgeCommit message (Collapse)Author
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: remove loading text after splashDavid Hill
2026-01-17fix: command pallete file list item spacingDavid Hill
2026-01-17fix: shrink project notification dot and maskDavid Hill
2026-01-17fix: align project avatar notification dotDavid Hill
2026-01-17fix: don't try to open command palette if a dialog is already open (#9116)Rahul Mishra
2026-01-17fix(app): archive session sometimes flakyAdam
2026-01-17fix: prevent text clipping on search button descendersDavid Hill
2026-01-17fix: remove the secondary text from commandsDavid Hill
2026-01-17fix: limit search modal max-height to 480pxDavid Hill
2026-01-17fix: refine search modal styling and list componentDavid Hill
2026-01-17fix: reduce command item left padding in search modalDavid Hill
2026-01-17feat: add hideIcon and class options to List search, customize search modal ↵David Hill
input
2026-01-17fix: adjust command item left padding in search modalDavid Hill
2026-01-17fix: add left padding to command items in search modalDavid Hill
2026-01-17fix: increase keybind border-radius in search modalDavid Hill
2026-01-17fix: display arrow keys as symbols in keybind formattingDavid Hill
2026-01-17refactor: use Keybind component in search modal listDavid Hill
2026-01-17refactor: use Keybind component in titlebar search buttonDavid 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): handle new session correctlyAdam
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: desktop hamburger shiftDavid Hill
2026-01-16fix: make hamburger centred with project avatarsDavid 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