Tone down pinned pill + collapsible detail help row#632
Merged
Conversation
Two detail-view refinements:
1. Tone down the pinned quick-nav's current-task pill. The saturated
blue fill read as too loud on an otherwise calm screen. Replace it
with a subtle neutral chip + a gentle bold/primary-coloured label to
mark "you are here"; the other pins become quiet unfilled text.
2. Collapsible footer help row. By default the detail view now shows
only the high-frequency actions (prev/next, pinned, execute, edit,
status, back) plus a "? more" affordance; pressing ? reveals the full
set ("? less" to collapse). This declutters the row that had grown to
~15 shortcuts.
Also adds a 'T' shortcut (surfaced in the expanded help) to show/hide
the pinned quick-nav row entirely, persisted via a new
pinned_nav_hidden setting. The new PrevPinnedTask-style keymap action is
recorded in parity-ignore.json (TUI-only, no desktop GUI equivalent).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Follow-up to #630 (the pinned quick-nav bar), addressing two detail-view refinements.
1. Tone down the current-task pill
The current pill was a saturated blue block that read as too loud on an otherwise calm screen. It's now a subtle neutral chip with a gentle bold, primary-coloured label to mark "you are here"; the other pins are quiet unfilled text that recede.
2. Collapsible footer help row
The detail help row had grown to ~15 shortcuts. It now shows only the high-frequency actions by default (
prev/next,pinned,execute,edit,status,back) plus a? moreaffordance. Press?to reveal the full set (? lessto collapse again).3. Show/hide the pinned row (
T)A new
Tshortcut — surfaced in the expanded help — toggles the pinned quick-nav row on/off entirely, persisted via a newpinned_nav_hiddensetting. When hidden, the[/] pinnedhint disappears with it and the viewport reclaims the line.The new keymap action is recorded in
parity-ignore.json(TUI-only; no desktop GUI equivalent).QA — real TUI screenshots
Rendered from the actual
tyTUI (VHS, seeded isolated instance).Toned-down pill + collapsed help (default):

Expanded help (

?) — revealsT hide pinnedand the rest:Pinned row hidden (

T) — bar and its hint gone, viewport reclaims the line:Tests,
golangci-lintv2.8.0, andgofmtall green (incl. new toggle + collapsed-help unit tests).🤖 Generated with Claude Code