fix(sidebar): remove worktree name chip from task items#3626
Merged
Conversation
The per-task worktree/branch name chip took up sidebar space without earning it. Remove the WorktreeChip and its data wiring. Generated-By: PostHog Code Task-Id: b4f4207f-df3f-4db7-b815-b5194fc8efe3
|
😎 Merged successfully - details. |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
richardsolomou
marked this pull request as ready for review
July 21, 2026 13:32
Contributor
|
Reviews (1): Last reviewed commit: "fix(sidebar): remove worktree name chip ..." | Re-trigger Greptile |
tatoalo
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The per-task worktree name chip in the sidebar (which doubled as the branch name) took up horizontal space without a clear purpose. It's redundant now that there's a dedicated worktree dropdown, so it can go.
Changes
Removed the
WorktreeChipfrom sidebar task items along with itsworktreeName/worktreePathprop plumbing and theworktreeCheckoutcomputation that fed it. The separate "Worktrees" quick-start section is untouched.How did you test this?
pnpm --filter @posthog/ui typecheck(clean on touched files) andbiome linton both edited files.Automatic notifications
Created with PostHog from a Slack thread