feat(staged): show hashtag dropdown items with subtitle layout#728
feat(staged): show hashtag dropdown items with subtitle layout#728matt2e wants to merge 1 commit into
Conversation
Widen the hashtag dropdown from 340px to 420px and restructure each option from a single-line layout (title + right-aligned context) to a two-row layout with the subtitle below the title. Timeline items from other repos show the repo slug as a subtitle, and project notes show "Project note" as a subtitle. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Matt Toohey <contact@matttoohey.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0a1449bcb1
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| subtitle: repoSlug, | ||
| branchName, |
There was a problem hiding this comment.
Include branch name in timeline subtitles
When the project-level hashtag picker includes multiple branches from the same repo, buildProjectHashtagItems still passes branch.branchName into timelineToHashtagItems, but the new subtitle uses only repoSlug and the dropdown no longer renders branchName separately. This regresses the previous repo · branch context, making items with the same or similar titles from different branches indistinguishable in the project hashtag dropdown.
Useful? React with 👍 / 👎.
Summary
subtitlefield toHashtagItemfor flexible secondary text (repo slug for timeline items, "Project note" for project notes)flex-startto accommodate the stacked layoutTest plan
🤖 Generated with Claude Code