summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components/file-tree.tsx
AgeCommit message (Collapse)Author
2026-04-16fix: remove 10 unused type-only imports and declarations (#22696)Kit Langton
2026-04-15feat: add oxlint with correctness defaults (#22682)Kit Langton
2026-03-02chore(app): solidjs refactoring (#13399)Adam
2026-02-24fix(app): remove filetree tooltipsadamelmore
2026-02-18fix: use group-hover for file tree icon color swap at all nesting levelsDavid Hill
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-14fix(app): stack overflow in filetree (#13667)Adam
Co-authored-by: adamelmore <[email protected]>
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-10fix(app): regressionsAdam
2026-02-06fix: properly encode file URLs with special characters (#12424)Khang Ha (Kelvin)
2026-02-06chore: refactoring and tests (#12468)Adam
2026-02-05fix(app): modified file color contrastAdam
2026-02-03chore(app): don't forceMount tooltipsAdam
2026-02-02fix(app): added/deleted file status now correctly calculatedAdam
2026-01-27fix(app): file tree not always loadingadamelmore
2026-01-27fix(app): file tree not always loadingadamelmore
2026-01-27fix(app): highlight selected changeDavid Hill
Track clicked file in the Changes tree and apply selection styling to the matching review diff.
2026-01-27fix(app): set filetree padding to 6pxDavid Hill
2026-01-27fix(app): align filetree change stylingDavid Hill
2026-01-27feat(app): add filetree tooltips with diff labelsDavid Hill
2026-01-27feat(app): color filetree change dots by diff kindDavid Hill
2026-01-26fix(app): file tree performanceadamelmore
2026-01-26fix(app): fade filetree guide lines on hoverDavid Hill
2026-01-26fix(app): dim non-deep filetree guide linesDavid Hill
2026-01-26fix(app): reduce filetree folder indentDavid Hill
2026-01-26fix(app): refine filetree row spacing and indentDavid Hill
2026-01-26fix(app): use medium font for filetree itemsDavid Hill
2026-01-26fix(app): use chevron icons for filetree foldersDavid Hill
2026-01-26fix(app): tighten filetree row spacingDavid Hill
2026-01-26chore: cleanupadamelmore
2026-01-26chore: cleanupadamelmore
2026-01-26wip(app): file tree modeadamelmore
2026-01-26wip(app): file tree modeadamelmore
2026-01-26feat(app): file treeAdam
2025-12-24chore: cleanup dead codeAdam
2025-12-22chore: rename packages/desktop -> packages/appAdam
2025-10-03chore: app -> desktopAdam
2025-10-02wip: desktop workAdam
2025-09-24feat(app): changes viewAdam
2025-09-15feat: add desktop/web app package (#2606)Dax
Co-authored-by: adamdotdevin <[email protected]> Co-authored-by: Adam <[email protected]> Co-authored-by: GitHub Action <[email protected]>