fix: move worktree badges below names - #233
Conversation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @centdix's task in 1m 57s —— View job Code ReviewTight, well-scoped change. The two-row layout reads cleanly and the regression test is reasonable. A few observations below — none are blockers. What I like
Observations / nits
Suggested follow-up tests (optional)The new regression test covers archived + closed. The other badge-row cases — PR badges, Linear badge, and the Approved from my side — ship it after the Todos
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
webmux | 10a2f6e | Commit Preview URL Branch Preview URL |
May 12 2026, 04:31 PM |
|
Claude finished @centdix's task in 1m 49s —— View job Code ReviewThe previous review already covered the main observations well. Adding a few of my own notes; nothing is a blocker, and the merged state is fine. Confirms / extra context
Observations / nits
Suggested follow-up (optional)The new test covers archived + closed. The other badge-row paths (PRs, Linear, creating/initializing text) share the same container and would presumably regress together, but a single parameterized assertion proving the badge row is a stable hook for any badge would harden the contract — useful since LGTM — merged code is sound, the layout change is well-scoped, and the regression test gives reasonable coverage. The follow-ups above are all optional polish. |
Summary
Move archived, closed/opening/creating, PR, and Linear badges onto a separate row in the worktree sidebar so long worktree names keep their available width.
Changes
Test plan
Generated with Claude Code