summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/pages/layout.tsx
AgeCommit message (Collapse)Author
2026-04-29chore: generateopencode-agent[bot]
2026-04-29fix(desktop): Path mismatches cause sessions missing + strong ID + existing ↵Luke Parker
data fix (#25013)
2026-04-25refactor: rename shared package to core (#24309)Dax
2026-04-24fix(desktop): avoid relaunching without installing updates (#23806)Brendan Allan
2026-04-17chore: generateopencode-agent[bot]
2026-04-17fix(app): workspace loading and persist ready state (#23046)Brendan Allan
2026-04-16app: start migrating bootstrap data fetching to TanStack Query (#22756)Brendan Allan
2026-04-15feat: enable type-aware no-floating-promises rule, fix all 177 violations ↵Kit Langton
(#22741)
2026-04-15fix: resolve oxlint warnings — suppress false positives, remove unused ↵Kit Langton
imports (#22687)
2026-04-15shared package (#22626)Dax
2026-04-07feat(app): better subagent experience (#20708)Adam
2026-04-02cleanup event listeners with solid-primitives/event-listener (#20619)Brendan Allan
2026-03-25Reapply "fix(app): startup efficiency"Adam
This reverts commit 898456a25cf2edbfc4ae4961b37424f633419dd6.
2026-03-25Revert "fix(app): startup efficiency"Adam
2026-03-25Reapply "fix(app): startup efficiency (#18854)"Adam
This reverts commit a379eb38673aad097e1f178307865ec40a5ac3ea.
2026-03-25app: pre-warm project globalSync state when navigate project via keybind ↵Brendan Allan
(#19088)
2026-03-24Revert "fix(app): startup efficiency (#18854)"Adam
This reverts commit 546748a461539ca63e188ee07ab2b143c5ac2c83.
2026-03-24fix(app): sidebar uxAdam
2026-03-24fix(app): startup efficiency (#18854)Adam
2026-03-23fix(app): lift up project hover state to layout (#18732)Brendan Allan
2026-03-23fix(app): prevent stale session hover preview on refocus (#18727)Shoubhit Dash
2026-03-23fix(ui): stop auto close of sidebar on resize (#18647)David Hill
2026-03-21app: allow navigating projects with keybinds (#18502)Brendan Allan
2026-03-20fix: lots of desktop stability, better e2e error logging (#18300)Luke Parker
2026-03-19chore: generateopencode-agent[bot]
2026-03-19ignore: revert 3 commits that broke dev branch (#18260)Aiden Cline
2026-03-19chore: generateopencode-agent[bot]
2026-03-19app: fix workspace flicker when switching directories (#18207)Brendan Allan
Co-authored-by: Shoubhit Dash <[email protected]>
2026-03-19fix: restore recent test regressions and upgrade effect beta (#18158)Luke Parker
2026-03-18app: remove debug textBrendan Allan
2026-03-18app: replace autoselect effects with single resourceBrendan Allan
2026-03-17tweak(ui): add an empty state to the sidebar when no projects (#17971)David Hill
Co-authored-by: Shoubhit Dash <[email protected]>
2026-03-13fix(app): sidebar syncAdam
2026-03-13tweak(ui): use new-session icon in sidebar buttonsDavid Hill
2026-03-13fix(app): sidebar spacing + session list spinner transition (#17355)David Hill
2026-03-13chore(app): i18n sync (#17283)Adam
2026-03-13chore: cleanup (#17284)Adam
2026-03-13perf(app): use cursor session history loading (#17329)Shoubhit Dash
2026-03-12fix(app): sidebar re-rendering too oftenAdam
2026-03-12feat: session load perf (#17186)Adam
2026-03-12chore: cleanup (#17184)Adam
2026-03-12fix(app): sidebar quirksAdam
2026-03-12chore: cleanup (#17115)Adam
2026-03-09chore(app): dev statsAdam
2026-03-09fix(app): dismiss toast notifications when questions or permissions a… ↵Filip
(#16758)
2026-03-09tui: fix sidebar workspace container sizing by adding box-border class to ↵David Hill
prevent content overflow issues
2026-03-08tui: fix sidebar background color when collapsedDavid Hill
When the sidebar was collapsed (not on mobile), the background color was showing as the stronger variant instead of matching the base background. This fixes the hover state detection so users see a consistent lighter background when the sidebar is in collapsed mode.
2026-03-08fix: prune and evict stale app session caches (#16584)Shoubhit Dash
2026-03-07fix(app): all panels transitionAdam
2026-03-07app: fix portal positioning for sidebar menus and tooltips by removing ↵David Hill
conditional mount logic