summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components
AgeCommit message (Collapse)Author
2026-02-19chore: refactor composer/dock components (#14328)Adam
2026-02-19chore: cleanupAdam
2026-02-19chore: cleanupAdam
2026-02-19chore: cleanupAdam
2026-02-19chore: cleanupAdam
2026-02-19fix(app): accordion stylesAdam
2026-02-19tweak(ui): rotate collapsible chevron iconDavid Hill
2026-02-19tweak(ui): rtl-truncate edited file pathsDavid Hill
2026-02-19tweak(ui): add open-file tooltip iconDavid Hill
2026-02-19tweak(ui): use chevron icons for review diff rowsDavid Hill
2026-02-19tweak(ui): tighten review diff file info gapDavid Hill
2026-02-19tweak(ui): show added diff counts in reviewDavid Hill
2026-02-19tweak(ui): group edited files list stylingDavid Hill
2026-02-19tweak(ui): combine diffs in review into one groupDavid Hill
2026-02-18tweak(ui): restyle reasoning blocksDavid Hill
2026-02-18tweak(ui): reduce review panel paddingDavid Hill
2026-02-18tweak(ui): remove pressed scale for secondary buttonsDavid Hill
2026-02-18tweak(ui): shrink review expand/collapse widthDavid Hill
2026-02-18tweak(ui): tighten review header action spacingDavid Hill
2026-02-18tweak(ui): adjust review diff style hover radiusDavid Hill
2026-02-18tweak(ui): override for the radio group in the reviewDavid Hill
2026-02-18Update radio-group.cssDavid Hill
2026-02-18tweak(ui): use default cursor for segmented controlDavid Hill
2026-02-18tweak(ui): shrink review diff style toggleDavid Hill
2026-02-18Update icon-button.cssDavid Hill
2026-02-18tweak(ui): remove pressed transition for secondary buttonsDavid Hill
2026-02-18tweak(ui): hover and active styles for filetree tabsDavid Hill
2026-02-18tweak(ui): hover and active styles for title bar buttonsDavid Hill
2026-02-18tweak(ui): use weak border and base icon color for secondaryDavid Hill
2026-02-18tweak(ui): shrink filetree tab heightDavid Hill
2026-02-18tweak(ui): align pill tabs pressed backgroundDavid Hill
2026-02-18tweak(ui): unify titlebar expanded button backgroundDavid Hill
2026-02-18tweak(ui): file tree background colorDavid Hill
2026-02-18button style tweaksDavid Hill
2026-02-18fix(app): lower threshold for diff hidingAdam
2026-02-18chore: cleanupAdam
2026-02-18fix: use group-hover for file tree icon color swap at all nesting levelsDavid Hill
2026-02-18chore: cleanupAdam
2026-02-18chore: cleanupAdam
2026-02-17fix(app): better tool call batchingAdam
2026-02-17chore(app): use radio group in prompt input (#14025)Adam
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-17tweak(ui): update icon transparencyDavid Hill
2026-02-17fix(ui): use icon-strong-base for active titlebar icon buttonsDavid Hill
2026-02-17tui: add warning icon to permission requests for better visibilityDavid Hill
Adds a visual warning indicator to permission request dialogs to make them more noticeable and help users understand when the agent needs approval to use tools. Also improves the layout with consistent spacing and icon alignment.
2026-02-17refactor(ui): extract dock prompt shellDavid Hill
2026-02-17tweak(ui): bump button heights and align permission prompt layoutDavid Hill
2026-02-17ui: add clearer 'Copy response' tooltip label for text partsDavid Hill
2026-02-17tweak(ui): allow full-width user message metaDavid Hill
Moves the user message meta row out of the bubble width constraints and truncates long metadata while keeping the timestamp visible with consistent middot spacing.
2026-02-17tweak(ui): show assistant response meta on hoverDavid Hill
Adds hover-only metadata after the assistant copy icon showing agent, provider, model, and response duration.