summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components/session
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-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-03-26fix(app): more startup perf (#19288)Adam
2026-03-23tweak(ui): fix padding bottom on the context tab (#18680)David Hill
2026-03-22fix(app): terminal rename from context menu (#18263)Filip
Co-authored-by: Brendan Allan <[email protected]>
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 (#17197)Adam
2026-03-12chore: cleanup (#17184)Adam
2026-03-12chore: cleanup (#17115)Adam
2026-03-10fix(app): terminal jankAdam
2026-03-08tui: restore new-session logo on dev so users recognize OpenCode immediatelyDavid Hill
2026-03-08tui: revert new-session logo on dev so this UI change only ships with ↵David Hill
auto-accept-permissions
2026-03-08tui: add opencode logo to new session screen so users can immediately ↵David Hill
identify the app when starting a fresh session
2026-03-07fix(app): guard session-header current() against undefined when options is ↵SANGWOO PARK
empty (#16478)
2026-03-07tui: align session empty states (#16412)David Hill
2026-03-05fix(app): locale errorAdam
2026-03-05fix(app): icon jiggleAdam
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-26feat(app): better diff/code comments (#14621)Adam
Co-authored-by: adamelmore <[email protected]> Co-authored-by: David Hill <[email protected]>
2026-02-27fix(ui): mute inactive file tab iconsDavid Hill
2026-02-26tui: fix session tab alignment in compact view to prevent vertical overflowDavid Hill
2026-02-26feat(app): new tabs styling (#15284)Adam
Co-authored-by: David Hill <[email protected]>
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-20wip(app): custom scroll viewAdam
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-18chore: cleanup (#14113)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.