summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components/session
AgeCommit message (Collapse)Author
2026-02-17tweak(app): use weak borders in titlebar actionsDavid Hill
Use border-border-weak-base for the titlebar status and open actions (including the open button divider) and adjust the English copy-path label casing.
2026-02-17tweak(app): keep file tree toggle visibleDavid Hill
Always show the titlebar file tree button (and space the right-side icon buttons at 4px) so it stays accessible regardless of the review panel state.
2026-02-17chore: generateopencode-agent[bot]
2026-02-17tweak(ui): icon button spacingDavid Hill
2026-02-17feat(app): session timeline/turn rework (#13196)Adam
Co-authored-by: David Hill <[email protected]>
2026-02-13chore: cleanupAdam
2026-02-12chore: cleanupAdam
2026-02-12chore: cleanupAdam
2026-02-12chore(app): refactor for better solidjs hygiene (#13344)Adam
2026-02-12fix(app): more defensive session context metricsAdam
2026-02-12chore: refactor packages/app files (#13236)Adam
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Frank <[email protected]>
2026-02-11Fix/reverception (#13166)Filip
Co-authored-by: Adam <[email protected]>
2026-02-11fix(app): copy path button stylesAdam
2026-02-11feat(desktop): enhance Windows app resolution and UI loading states (#13084)Filip
2026-02-10fix(desktop): open apps with executables on Windows (#13022)Filip
2026-02-09chore: cleanupAdam
2026-02-09fix(app): max widthsAdam
2026-02-09fix(app): incorrect workspace on new sessionAdam
2026-02-09chore: cleanupAdam
2026-02-09chore: cleanupAdam
2026-02-09chore: cleanupAdam
2026-02-09feat(app): polish Open in icon treatmentAdam
Bring in the Open in button-group and transparent icon updates from #12641 while keeping locale strings unchanged. Replace CSS inversion with dedicated light/dark Zed icon assets for cleaner theme handling. Co-authored-by: Edin <[email protected]>
2026-02-08ui: default TextField copy affordance to clipboard (#12714)Kit Langton
2026-02-08fix(ui): context stale in prompt input (#12695)Adam
2026-02-07fix(app): toggle file tree and review panel better ux (#12481)Rahul A Mistry
2026-02-06feat(desktop): added Macos support for displaying only installed editors & ↵OpeOginni
added sublime text editor (#12501)
2026-02-06chore: refactoring and tests (#12468)Adam
2026-02-06fix(app): hide 'open in app' button on narrow viewportsAdam
2026-02-06fix(ui): add Windows File Explorer icon for session header (#12386)Maharshi Patel
2026-02-05feat(app): open in <app> button (#12322)Adam
2026-02-05fix(app): allow toggling file tree closed independently (#12293)Adam
2026-02-02feat(app): add tab close keybind (#11780)Rahul A Mistry
2026-01-31fix(app): session header 'share' button to hug content (#11371)Alex Yaroshuk
2026-01-29fix(app): better header item wrapping (#10831)Filip
2026-01-28fix(app): close review paneadamelmore
2026-01-27feat(app): improved layoutadamelmore
2026-01-27chore(app): cleanup tailwind vs pure cssadamelmore
2026-01-27fix(ui): add max-width 280px to tabs with text truncationDavid Hill
2026-01-27fix(app): use smaller close icon on tabs to match comment cardsDavid Hill
2026-01-27fix(app): non-fatal error handlingadamelmore
2026-01-26chore: cleanupadamelmore
2026-01-26fix(app): move file tree toggle to rightDavid Hill
2026-01-26chore(app): missing i18n stringsadamelmore
2026-01-26chore(app): createStore over signalsadamelmore
2026-01-26feat(app): file treeAdam
2026-01-26fix(ui): use focus-visible instead of focus to prevent sticky hover effect ↵Rahul A Mistry
on click (#10651)
2026-01-25chore(app): visual cleanupadamelmore
2026-01-25perf(app): performance improvementsadamelmore
2026-01-24fix(ui): prevent focus on share popover text fieldDavid Hill
2026-01-24feat(ui): add link icon and use it for copy-to-clipboard buttonsDavid Hill
Replace copy icon with new link icon in share URL copy button and TextField copyable button for better visual indication.