feat(tui): label placeholder rows [CREATE COMMIT] / [CREATE BRANCH] - #285
Conversation
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan provides up to 10 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe TUI now renders pending branch and commit rows with explicit styled labels. The theme exposes the label style, and the specification and rendering tests reflect the new output. ChangesTUI pending row labels
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Feature Merge Risk: ⚪ Minimal · up to Pending commit and branch placeholders retain their existing file-count behavior while displaying the new labels, so no actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
A commit being placed and a branch being named have no short ID. They used to borrow the column with a dim '..', which reads like an unresolved ID; an inverted tag now says what the row is.
7e6bad1 to
8d0ea49
Compare
A commit being placed and a branch being named have no short ID. They used
to borrow the column with a dim '..', which reads like an unresolved ID; an
inverted tag now says what the row is.
Summary by CodeRabbit
New Features
[CREATE COMMIT]and[CREATE BRANCH]labels for pending rows in the terminal interface.Style