opencode-agent[bot]
f826f22c55
chore: generate
2026-06-14 11:25:37 +00:00
Brendan Allan
25419552de
feat(app): scope sdk/sync hooks per-route so /new-session targets its draft server ( #32290 )
2026-06-14 13:24:10 +02:00
Brendan Allan
9e84063149
feat(app): /new-session route for new design ( #31457 )
2026-06-10 11:35:50 +08:00
Luke Parker
31099b9dfb
feat(app): improve desktop multi-server support ( #30678 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev >
2026-06-05 06:30:02 +00:00
Brendan Allan
dfed951ebd
fix(app): improve tab handling ( #30669 )
2026-06-05 11:41:30 +08:00
Aarav Sareen
3319eb8040
feat(app): v2 desktop UI improvements ( #29689 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev >
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com >
2026-06-01 19:09:09 +00:00
Brendan Allan
2df219ed8f
refactor(app): rename global context files to server context files ( #28790 )
2026-05-25 09:01:02 +08:00
Brendan Allan
785296a6c9
feat(app): persist todo dock collapsed state ( #26953 )
2026-05-11 23:59:38 +00:00
Brendan Allan
ab7053efce
fix(app): preserve per-workspace icon override from localStorage ( #24738 )
...
Co-authored-by: Andrew Avsenin <snatvb@ya.ru >
2026-04-28 19:37:40 +08:00
Brendan Allan
916b85152a
feat(project): add icon_url_override field to projects ( #23955 )
2026-04-23 18:57:04 +08:00
Brendan Allan
66308b8bca
fix(app): improve icon override handling in project edit dialog ( #23768 )
2026-04-23 00:25:36 -04:00
Kit Langton
949ac8ed15
feat: enable type-aware no-floating-promises rule, fix all 177 violations ( #22741 )
publish-github-action / publish (push) Has been cancelled
2026-04-15 23:27:32 -04:00
Kit Langton
a11169b562
feat: add oxlint with correctness defaults ( #22682 )
2026-04-15 20:45:19 -04:00
Brendan Allan
1c97b92774
cleanup event listeners with solid-primitives/event-listener ( #20619 )
2026-04-02 09:40:03 +00:00
Adam
6b6f76fc04
fix(app): more startup efficiency ( #19454 )
2026-03-28 01:26:57 +00:00
Kit Langton
40041ff74f
fix(app): default file tree to closed with minimum width ( #19426 )
2026-03-27 14:11:50 -04:00
Adam
8a09348b2d
chore: cleanup ( #17197 )
2026-03-12 11:32:05 -05:00
Adam
a08c524902
chore(app): solidjs refactoring ( #13399 )
2026-03-02 10:50:50 -06:00
Adam
217cacf56f
chore: refactor packages/app files ( #13236 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Frank <frank@anoma.ly >
2026-02-12 09:49:14 -06:00
Filip
5a90d54fbc
fix(app):workspace reset ( #13170 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-02-11 10:59:09 -06:00
Adam
cafb42e548
chore: refactoring and tests ( #12468 )
2026-02-06 09:37:49 -06:00
Adam
a2cd8bc29c
fix(app): allow toggling file tree closed independently ( #12293 )
2026-02-05 13:51:08 -06:00
Adam
5f7208c5a3
fix(app): file tree not staying in sync across projects/sessions
2026-02-04 07:59:46 -06:00
Adam
909983991b
fix(app): opened tabs follow created session
2026-02-04 06:22:55 -06:00
Rahul A Mistry
340ddfa8c2
fix(app): session tabs to open the previous opened ( #11914 )
2026-02-03 06:19:56 -06:00
adamelmore
693755ea78
fix(app): close review pane
2026-01-28 10:27:01 -06:00
adamelmore
e68f40a00b
fix(app): reintroduce review tab
2026-01-27 20:24:27 -06:00
adamelmore
51d34d9865
feat(app): improved layout
2026-01-27 11:40:39 -06:00
Adam
b183b1faf4
feat(app): file tree
2026-01-26 11:07:51 -06:00
adamelmore
ff79ea9469
perf(app): performance improvements
2026-01-26 06:08:09 -06:00
adamelmore
d8d4482342
chore: cleanup
2026-01-24 07:00:41 -06:00
adamelmore
64e2ce2e30
fix(app): reactive loops
2026-01-24 07:00:41 -06:00
Adam
118ce3034e
perf(app): don't remount directory layout
2026-01-23 05:18:57 -06:00
Adam
9ff48b8f38
fix(app): flash of fallback icon for projects
2026-01-22 20:17:50 -06:00
Adam
a9120fd050
fix(app): project icon color flash on load
2026-01-22 20:17:50 -06:00
Adam
017668629d
fix(app): non-git projects should be renameable
2026-01-22 18:07:57 -06:00
Adam
7a7abe6d49
fix(app): renaming non-git projects shouldn't affect other projects
2026-01-21 14:21:58 -06:00
Adam
9c61681431
fix(app): no more favicons
2026-01-19 14:59:47 -06:00
Adam
c5746e0d19
fix(app): global terminal/review pane toggles
2026-01-19 14:59:46 -06: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
Adam
e41cf80835
fix(app): new layout issues
2026-01-15 07:29:13 -06:00
Adam
4a8cdc9033
feat(app): new layout
2026-01-15 07:29:13 -06:00
adamelmore
8de582a501
fix(app): store terminal and review pane visibility per session
2026-01-09 08:20:00 -06:00
Adam
233813225e
chore(app): rework storage approach
2026-01-06 21:42:03 -06:00
Adam
29a5078576
fix(app): scroll store performance
2026-01-06 08:18:49 -06:00
Adam
6cc0b3df0c
fix(app): worktree selection should navigate to worktree
2026-01-05 13:21:29 -06:00
Albin Groen
2d5549eee6
fix(app): fix flicker and navigation when collapsing/expanding projects ( #6658 )
2026-01-05 11:24:49 -06:00
Daniel Polito
28a7bc9c59
Desktop: Edit Project Fix ( #6757 )
2026-01-03 10:26:30 -06:00
Adam
0b9650cc1d
wip(desktop): progress
2026-01-01 21:03:03 -06:00
Adam
3ce61074a5
feat(app): context window window
2026-01-01 05:23:07 -06:00