Skip to content

feat(workspace): drop the git panel; fold the files panel from a top-bar toggle#260

Merged
luokerenx4 merged 1 commit into
masterfrom
feat/workspace-panel-tweaks
Jun 3, 2026
Merged

feat(workspace): drop the git panel; fold the files panel from a top-bar toggle#260
luokerenx4 merged 1 commit into
masterfrom
feat/workspace-panel-tweaks

Conversation

@luokerenx4
Copy link
Copy Markdown
Contributor

Summary

Two right-pane tweaks to the workspace view:

  • Remove the Git panel. Nobody reads a workspace's git status by hand anymore — the agent does. Deleted GitPanel + the git side-panel pref; the right pane is Files-only.
  • Fold the Files panel from a one-click top-bar "Files" toggle (next to AI Provider), replacing the Layout popover. When off, the whole right column collapses and the terminal gets full width — instead of the old vertical collapse that still ate the column. Also dropped FilesPanel's internal collapse chevron (the bit that still took up width even when collapsed).

Net −236 lines (mostly the deleted Git panel + popover).

Test plan

  • tsc -b (UI) clean
  • vitest --project ui 38 green
  • manual: Files toggle off → full-width terminal; on → panel returns; Git panel gone

Boundary touch

None — UI only (workspace right pane). The git HTTP routes + api-client functions are untouched; only the panel UI is removed.

🤖 Generated with Claude Code

…bar toggle

Two right-pane changes to the workspace view:

- Remove the Git panel. Nobody reads a workspace's git status by hand
  anymore — the agent does. Deleted GitPanel + the 'git' side-panel pref;
  the right pane is Files-only now.
- Fold the Files panel from a one-click top-bar 'Files' toggle (next to AI
  Provider), replacing the Layout popover. When off, the whole right column
  collapses and the terminal gets full width — instead of the old vertical
  collapse that still ate the column. Also dropped FilesPanel's internal
  collapse chevron (the bit that 'still took up width').

UI tsc clean; ui project 38 green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openalice-demo Ready Ready Preview, Comment Jun 3, 2026 12:18pm

Request Review

@luokerenx4 luokerenx4 merged commit 02832e0 into master Jun 3, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant