Commit graph

327 commits

Author SHA1 Message Date
Adam
6b8902e8b9
fix(app): navigate to last session on project nav 2026-02-19 11:12:56 -06:00
Adam
42aa28d512
chore: cleanup (#14181) 2026-02-18 13:23:20 -06:00
Adam
ef14f64f9e
chore: cleanup 2026-02-18 11:48:25 -06:00
Adam
10985671ad
feat(app): session timeline/turn rework (#13196)
Co-authored-by: David Hill <iamdavidhill@gmail.com>
2026-02-17 07:16:23 -06:00
Adam
85b5f5b705
feat(app): clear notifications action (#13668)
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
2026-02-14 19:33:22 -06:00
Adam
4e0f509e7b
feat(app): option to turn off sound effects 2026-02-12 15:03:05 -06:00
Adam
da952135ca
chore(app): refactor for better solidjs hygiene (#13344) 2026-02-12 11:26:19 -06:00
Adam
ff4414bb15
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
81b5a6a08b
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
4619e9d183 fix(app): sidebar remount 2026-02-11 15:12:28 +00:00
Adam
7222fc0ba0
fix(app): terminal resize 2026-02-11 08:47:26 -06:00
Adam
92a77b72fb
fix(app): don't close sidebar on session change (#13013) 2026-02-10 14:45:52 -06:00
Adam
284b00ff23
fix(app): don't dispose instance after reset workspace 2026-02-10 10:57:50 -06:00
Adam
70c794e913
fix(app): regressions 2026-02-10 10:15:37 -06:00
Adam
2c58dd6203
chore: refactoring and tests, splitting up files (#12495) 2026-02-06 10:02:31 -06:00
Adam
4afec6731d
ignore: refactoring and tests (#12460) 2026-02-06 05:51:01 -06:00
Devin Griffin
9b20679a61
fix(app): always show project menu button for mobile a11y (#11258)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-02-06 07:46:21 +00:00
Daniel Polito
c40ce47e92
feat(desktop): Stop Showing SessionSkeleton on New Workspace (#12209) 2026-02-05 13:46:44 -06:00
Daniel Polito
b1c44c7e5c
feat(desktop): Set Workspace Name Earlier to Improve Creation / Deletion (#12213) 2026-02-05 13:38:31 -06:00
Filip
4086a9ae8e
fix(app): refresh workspace sessions on project switch (#12189) 2026-02-04 19:33:34 -06:00
Adam
9436cb575b
fix(app): safety triangle for sidebar hover (#12179) 2026-02-04 19:25:55 +00:00
Adam
c8622df762
fix(app): file tree not staying in sync across projects/sessions 2026-02-04 07:59:46 -06:00
Adam
c277ee8cbf
fix(app): move session options to the session page 2026-02-04 07:12:19 -06:00
Adam
e709808b32
fix(app): move session search to command palette 2026-02-03 05:19:43 -06:00
Adam
531357b40c
fix(app): sidebar losing projects on collapse 2026-02-02 15:54:04 -06:00
Alex Yaroshuk
824165eb79
feat(app): add workspace toggle command to command palette and prompt input (#11810) 2026-02-02 14:36:00 -06:00
Adam
c002ca03ba
feat(app): search through sessions 2026-02-02 14:26:09 -06:00
Adam
23631a9393
fix(app): navigate to last project on open 2026-02-02 14:24:23 -06:00
Adam
30a25e4edc
fix(app): user messages not rendering consistently 2026-02-02 14:24:23 -06:00
Adam
ea1aba4192
feat(app): project context menu on right-click 2026-02-02 14:24:22 -06:00
Brendan Allan
52eb8a7a8c
feat(app): unread session navigation keybinds (#11750) 2026-02-02 05:05:47 -06:00
Filip
91f2ac3cb2
test(app): workspace tests (#11659) 2026-02-01 15:39:50 -06:00
Filip
77fa8ddc88 refactor(app): refactored tests + added project tests (#11349) 2026-01-30 21:06:48 +00:00
Hegyi Áron Ferenc
2af326606c
feat(desktop): Add desktop deep link (#10072)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-01-29 15:09:53 +08:00
adamelmore
1d5ee3e587
fix(app): not auto-navigating to last project 2026-01-27 15:25:07 -06:00
adamelmore
842f17d6d9
perf(app): better memory management 2026-01-27 15:25:07 -06:00
adamelmore
2f5a238b51
feat(app): update settings in general settings 2026-01-27 11:38:35 -06:00
adamelmore
099ab929db
chore(app): cleanup tailwind vs pure css 2026-01-27 08:43:37 -06:00
adamelmore
ad624f65ee
fix(app): don't show session skeleton after workspace reset 2026-01-27 08:43:34 -06:00
adamelmore
095328faf4
fix(app): non-fatal error handling 2026-01-27 06:29:20 -06:00
adamelmore
743e83d9bf
fix(app): agent fallback colors 2026-01-27 06:29:19 -06:00
adamelmore
8b6484ac1a
wip: highlights 2026-01-26 15:36:56 -06:00
David Hill
a77df3c174
wip: new release modal
- highlight key updates or new features
- needs some transition love
- all copy including text and video placeholder
2026-01-26 15:35:09 -06:00
adamelmore
319ad2a391
fix(app): session load cap 2026-01-26 12:58:51 -06:00
adamelmore
d05ed5ca83
chore(app): createStore over signals 2026-01-26 11:26:17 -06:00
Rahul A Mistry
783121c06e
fix(ui): use focus-visible instead of focus to prevent sticky hover effect on click (#10651) 2026-01-26 10:58:29 -06:00
GitHub Action
805ae19c9a chore: generate 2026-01-26 15:34:31 +00:00
adamelmore
cd4676171b
feat(app): better sidebar hover when collapsed 2026-01-26 09:33:42 -06:00
adamelmore
7016be0739
wip(app): full-height sidebar 2026-01-26 09:33:42 -06:00
adamelmore
ff35db0360
wip(app): full-height sidebar 2026-01-26 09:33:42 -06:00