summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components/session/session-header.tsx
AgeCommit message (Collapse)Author
2026-04-25refactor: rename shared package to core (#24309)Dax
2026-04-17feat(app): hide desktop titlebar tools behind settings (#19029)Jay
Co-authored-by: Brendan Allan <[email protected]> Co-authored-by: Brendan Allan <[email protected]>
2026-04-15fix: resolve oxlint warnings — suppress false positives, remove unused ↵Kit Langton
imports (#22687)
2026-04-15shared package (#22626)Dax
2026-03-18tui: make the title bar search easier to scan without a redundant iconDavid Hill
2026-03-18Revert "tui: clean up search button in session header by removing magnifying ↵David Hill
glass icon and excess padding" This reverts commit bfd4787fcd10cf524843eb5853913d82a1406605.
2026-03-18tui: clean up search button in session header by removing magnifying glass ↵David Hill
icon and excess padding
2026-03-15tweak(ui): remove open label (#17512)David Hill
2026-03-13fix(app): restore sidebar dash and sync session spinner colors (#17384)David Hill
2026-03-13chore(app): i18n sync (#17283)Adam
2026-03-12fix(app): titlebar cleanup (#17206)David Hill
2026-03-12chore: cleanup (#17184)Adam
2026-03-10fix(app): terminal jankAdam
2026-03-07fix(app): guard session-header current() against undefined when options is ↵SANGWOO PARK
empty (#16478)
2026-03-03fix(app): tighten up header elementsAdam
2026-03-02chore(app): solidjs refactoring (#13399)Adam
2026-02-27chore(app): i18n sync (#15362)Adam
2026-02-27feat(app): add Warp to the open menu (#15368)Kit Langton
2026-02-25feat(desktop): enhance Windows app resolution and UI loading states (#13320)Filip
Co-authored-by: Brendan Allan <[email protected]> Co-authored-by: Brendan Allan <[email protected]>
2026-02-20fix(app): remove double-border in share buttonAdam
2026-02-18tweak(ui): search button styleDavid Hill
2026-02-18tweak(ui): hover and active styles for title bar buttonsDavid Hill
2026-02-18tweak(ui): share button borderDavid Hill
2026-02-18chore: cleanup (#14181)Adam
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-17tui: fix share button text styling to use consistent 12px regular font weightDavid Hill
2026-02-17tweak(ui): update magnifying-glass iconDavid Hill
Replace the magnifying-glass glyph with a 16px viewBox variant and keep default 1px stroke; adjust the titlebar search to render the icon at 16x16.
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): refine titlebar search and open paddingDavid Hill
Ensure the titlebar search placeholder truncates cleanly and left-aligns; match the fallback copy-path button left padding to the open action.
2026-02-17tweak(ui): center titlebar search and soften keybindDavid Hill
Mount the titlebar search in the center area and tune its sizing/spacing; use regular weight for the keybind pill text.
2026-02-17tweak(app): align titlebar search text sizeDavid Hill
Use the same 12px text style for the titlebar search placeholder as the status and open actions.
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-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-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-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]>