summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components
AgeCommit message (Collapse)Author
2026-02-26feat: opencode go provider list (#15203)David Hill
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-24fix(app): remove filetree tooltipsadamelmore
2026-02-22feat(app): feed customization optionsAdam
2026-02-20fix(app): remove double-border in share buttonAdam
2026-02-20fix(app): better sound effect disabling uxAdam
2026-02-20wip(app): custom scroll viewAdam
2026-02-20feat(app): show/hide reasoning summariesAdam
2026-02-20fix(app): large text pasted into prompt-input causes main thread lockAdam
2026-02-20fix(app): terminal issues (#14435)Adam
2026-02-19fix(desktop): restore settings header maskDavid Hill
2026-02-19fix(app): clear todos on abortAdam
2026-02-19chore: cleanupAdam
2026-02-19chore: refactor composer/dock components (#14328)Adam
2026-02-19chore: cleanupAdam
2026-02-19fix(app): terminal rework (#14217)Adam
2026-02-19app: deduplicate allServers listBrendan Allan
2026-02-18tweak(app): delay prompt mode toggle tooltipDavid Hill
2026-02-18tweak(app): shorten prompt mode toggle tooltipsDavid Hill
2026-02-18tweak(ui): search button styleDavid Hill
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-18tweak(ui): share button borderDavid Hill
2026-02-18chore: cleanup (#14181)Adam
2026-02-18app: refactor server management backend (#13813)Brendan Allan
2026-02-18chore: cleanup (#14113)Adam
2026-02-18fix: use group-hover for file tree icon color swap at all nesting levelsDavid Hill
2026-02-18tui: simplify mode toggle icon stylingDavid Hill
Use consistent strong color for active mode icons instead of different colors for shell vs normal mode, making the active state more visually clear to users.
2026-02-18desktop: temporarily disable wslBrendan Allan
2026-02-17chore(app): use radio group in prompt input (#14025)Adam
2026-02-17tui: simplify prompt mode toggle icon colors via CSS and tighten message ↵David Hill
timeline padding
2026-02-17fix(app): prompt input quirksAdam
2026-02-17fix(app): terminal disconnect and resync (#14004)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: show monochrome file icons by default in tree view, revealing colors on ↵David Hill
hover to reduce visual clutter and help users focus on code content
2026-02-17tui: fix share button text styling to use consistent 12px regular font weightDavid Hill
2026-02-17refactor(ui): extract dock prompt shellDavid Hill
2026-02-17tui: increase prompt mode toggle height for better clickabilityDavid 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): reduce titlebar right paddingDavid Hill
Use pr-2 (instead of pr-6) on the titlebar right section when not on Windows.
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-17chore: app polish (#13976)Adam
Co-authored-by: David Hill <[email protected]>