Skip to content

fix(app): prevent file tree tab clipping - #39770

Merged
Brendonovich merged 1 commit into
anomalyco:devfrom
OpeOginni:file-tree-width
Jul 31, 2026
Merged

fix(app): prevent file tree tab clipping#39770
Brendonovich merged 1 commit into
anomalyco:devfrom
OpeOginni:file-tree-width

Conversation

@OpeOginni

@OpeOginni OpeOginni commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Issue for this PR

Closes #39765

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

The desktop file tree could be resized narrow enough to clip the Files Changed tab. This raises its minimum width to 240px and applies the same minimum when rendering persisted widths, so panels previously saved below the limit also recover correctly.

How did you verify your code works?

  • Ran bun typecheck from packages/app
  • Ran the repository typecheck commit hook
  • Ran git diff --check
  • Verified the file tree tabs remain visible at the minimum width

Screenshots / recordings

BEFORE

Screen.Recording.2026-07-31.at.01.24.25.mov

AFTER

Screen.Recording.2026-07-31.at.01.46.10.mov

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added contributor needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Jul 30, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@Brendonovich
Brendonovich merged commit 7ea343c into anomalyco:dev Jul 31, 2026
10 checks passed
@OpeOginni
OpeOginni deleted the file-tree-width branch July 31, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Desktop File changes tab gets cut off

2 participants