summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components/status-popover.tsx
AgeCommit message (Collapse)Author
2026-03-26fix(app): more startup perf (#19288)Adam
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-24Revert "fix(app): startup efficiency (#18854)"Adam
This reverts commit 546748a461539ca63e188ee07ab2b143c5ac2c83.
2026-03-24fix(app): startup efficiency (#18854)Adam
2026-03-21app: manage mutation loading states with tanstack query (#18501)Brendan Allan
2026-03-19fix(desktop): remote server switching (#17214)OpeOginni
Co-authored-by: Brendan Allan <[email protected]>
2026-03-13chore: cleanup (#17284)Adam
2026-03-12fix(app): titlebar cleanup (#17206)David Hill
2026-03-12refactor(desktop): rework default server initialization and connection ↵Brendan Allan
handling (#16965)
2026-03-03fix(app): tighten up header elementsAdam
2026-02-27app: allow providing username and password when connecting to remote server ↵Brendan Allan
(#14872)
2026-02-18tweak(ui): expanded color state on titlebar buttonsDavid Hill
2026-02-18tweak(ui): hover and active styles for title bar buttonsDavid Hill
2026-02-18app: refactor server management backend (#13813)Brendan Allan
2026-02-17tui: improve modified file visibility and button spacingDavid Hill
- Replace warning yellow with distinct orange color for modified files in git diff indicators - Increase button padding for better visual balance in session header and status popover
2026-02-17tweak(app): tighten titlebar action paddingDavid Hill
Use pr-2 for the status and fallback copy-path actions, and tighten the copy icon/text gap to 1.5.
2026-02-17tweak(app): match titlebar active bg to hoverDavid Hill
Use the ghost hover background for active/expanded titlebar actions and tighten titlebar popover gutters to 4px.
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-17feat(app): session timeline/turn rework (#13196)Adam
Co-authored-by: David Hill <[email protected]>
2026-02-12chore(app): refactor for better solidjs hygiene (#13344)Adam
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-09chore: cleanupAdam
2026-02-06chore: refactoring and tests, splitting up files (#12495)Adam
2026-01-27chore(app): cleanup tailwind vs pure cssadamelmore
2026-01-27fix(app): non-fatal error handlingadamelmore
2026-01-26chore(app): createStore over signalsadamelmore
2026-01-26feat(app): default servers on webadamelmore
2026-01-25fix(app): missing translations for statusadamelmore
2026-01-24fix(app): update status popover empty state text color and centeringDavid Hill
2026-01-24feat(app): add truncation tooltip to server items in status popoverDavid Hill
2026-01-24fix(app): update server and MCP item styles in status popoverDavid Hill
2026-01-24fix(app): update status popover styling and positioningDavid Hill
2026-01-24fix(app): use rounded-sm for explicit 4px border radiusDavid Hill
2026-01-24fix(app): update titlebar spacing and status popover stylingDavid Hill
2026-01-24feat(web): implement new server management for web and desktop (#8513)OpeOginni