Commit Graph

405 Commits

Author SHA1 Message Date
Rahul Mishra a4fbbf72f6 fix: don't try to open command palette if a dialog is already open (#9116) 2026-01-17 13:08:11 -06:00
Adam 02811ec84e fix(app): archive session sometimes flaky 2026-01-17 05:23:17 -06:00
David Hill 85ed1449ca fix: prevent text clipping on search button descenders 2026-01-17 01:06:53 +00:00
David Hill 7d96e5f67a fix: remove the secondary text from commands 2026-01-17 00:55:13 +00:00
David Hill 5653fe3b0f fix: limit search modal max-height to 480px 2026-01-17 00:55:13 +00:00
David Hill 12d87e9c49 fix: refine search modal styling and list component 2026-01-17 00:55:13 +00:00
David Hill db10294cc2 fix: reduce command item left padding in search modal 2026-01-17 00:55:13 +00:00
David Hill 1a6f85604e feat: add hideIcon and class options to List search, customize search modal input 2026-01-17 00:55:13 +00:00
David Hill 1165776d55 fix: adjust command item left padding in search modal 2026-01-17 00:55:13 +00:00
David Hill 47882708e9 fix: add left padding to command items in search modal 2026-01-17 00:55:13 +00:00
David Hill 8e1386d889 fix: increase keybind border-radius in search modal 2026-01-17 00:55:13 +00:00
David Hill b9c81597c4 fix: display arrow keys as symbols in keybind formatting 2026-01-17 00:55:13 +00:00
David Hill 606cf36789 refactor: use Keybind component in search modal list 2026-01-17 00:55:13 +00:00
David Hill ff70459d3f refactor: use Keybind component in titlebar search button 2026-01-17 00:55:13 +00:00
David Hill 4660752c99 fix: recent sessions gutter 2026-01-17 00:55:13 +00:00
opencode 55ea7c3da5 release: v1.1.25
Update Nix Hashes / update-flake (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (macos-15-intel, x86_64-darwin) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (macos-latest, aarch64-darwin) (push) Has been cancelled
2026-01-16 21:57:58 +00:00
Adam 121b480359 fix(app): remember last opened project 2026-01-16 15:49:35 -06:00
Adam c88a404064 fix(app): truncate workspace title 2026-01-16 15:49:35 -06:00
Adam 3d8f1f4de0 fix(app): handle new session correctly 2026-01-16 14:49:04 -06:00
Adam deed49afbf fix(app): center dialog on page instead of session 2026-01-16 14:33:32 -06:00
opencode e5318ca828 release: v1.1.24
Update Nix Hashes / update-flake (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (macos-15-intel, x86_64-darwin) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (macos-latest, aarch64-darwin) (push) Has been cancelled
2026-01-16 20:15:19 +00:00
Adam 826ef549dd Revert "feat(desktop): Terminal Splits (#8767)"
This reverts commit d95997b60e.
2026-01-16 14:03:13 -06:00
Adam 45d49be146 feat(app): edit project and session titles 2026-01-16 13:55:59 -06:00
Adam 6adc18ccf4 fix(app): open workspace if navigating to session in workspace 2026-01-16 13:24:47 -06:00
Adam be26ea1257 fix(app): can't expand workspaces 2026-01-16 13:24:47 -06:00
Adam e056d243cb fix(app): scroll jumping when expanding workspaces 2026-01-16 13:24:47 -06:00
Daniel Polito d95997b60e feat(desktop): Terminal Splits (#8767) 2026-01-16 10:51:02 -06:00
David Hill 88915bf7b5 fix: truncate the workspace name on hover 2026-01-16 13:46:15 +00:00
David Hill 40d213e820 fix: load more label alignment 2026-01-16 13:38:52 +00:00
David Hill 655c469863 fix: updating panel min size and button max-width 2026-01-16 13:37:14 +00:00
David Hill 5e22e5bae5 Revert "fix: expand workspaces by default when enabled"
This reverts commit 5d56b44cc5.
2026-01-16 13:18:56 +00:00
David Hill 5d56b44cc5 fix: expand workspaces by default when enabled 2026-01-16 13:17:22 +00:00
David Hill 3587679ac1 fix: session icon and label alignment 2026-01-16 13:14:05 +00:00
David Hill aa99fa2cb7 fix: desktop hamburger shift 2026-01-16 13:05:50 +00:00
David Hill 2af10273c8 fix: make hamburger centred with project avatars 2026-01-16 13:00:44 +00:00
David Hill 713d2c0b3b fix: web mobile menu
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-16 12:54:54 +00:00
David Hill 186a03a8d4 fix: responsive menu desktop 2026-01-16 12:29:28 +00:00
David Hill 8dbfcba3b6 bug: moved createMemo down 2026-01-16 11:58:31 +00:00
David Hill b932e2de21 fix: updated project/sessions list width
this was originally 280px and included the 64px project avatar rail on the left, so the sessions list portion was actually 280 - 64 = 216px wide (as seen in line 1362: Math.max(layout.sidebar.width() - 64, 0)px).

i kept the logic the same in case it broke anything, i just updated the new width to account for new projects avatar panel
2026-01-16 11:55:15 +00:00
David Hill 315e761fee fix: view all sessions state styles 2026-01-16 11:55:15 +00:00
David Hill dccf05b6b1 fix: add default icon to sessions 2026-01-16 11:55:15 +00:00
David Hill 566f66a8ff fix: search bar size and padding, and shortcut style 2026-01-16 11:55:15 +00:00
David Hill d91d4ce2ef fix: avatar radius and current project 2026-01-16 11:55:15 +00:00
Adam 54aff53c71 fix(app): persist workspace order and collapsed state 2026-01-16 05:20:43 -06:00
Adam 2c2b649b50 feat(app): unified search for commands and files 2026-01-15 17:59:26 -06:00
Adam 3a51d6314c feat(app): skeleton loader for sessions 2026-01-15 17:59:25 -06:00
Adam 067ad41c2d fix(app): persist workspace order and collapsed state 2026-01-15 17:59:25 -06:00
David Hill 3f05e98266 fix: project avatar border radius 2026-01-15 22:11:07 +00:00
opencode 631af8f556 release: v1.1.23
Update Nix Hashes / update-flake (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (macos-15-intel, x86_64-darwin) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (macos-latest, aarch64-darwin) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (ubuntu-22.04-arm, aarch64-linux) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (ubuntu-latest, x86_64-linux) (push) Has been cancelled
2026-01-15 22:01:14 +00:00
Adam 5d465a3820 fix(app): sidebar toggle on desktop 2026-01-15 15:45:12 -06:00