feat: add ? help hint and missing keys to all mode footers#37
Merged
Conversation
Tests verify: - Every mode footer shows "?" so users can discover the help overlay. - List footer shows "m bookmark", "M bookmarks", "T timeline". - Detail footer shows "m bookmark" and "/ search". All 10 new assertions currently fail. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Every footer now shows "? help" so users can discover the help overlay. List footer gains "m bookmark", "M bookmarks", "T timeline" and shortens "p filter project" -> "p project", "b filter branch" -> "b branch", "S usage stats" -> "S stats". Detail footer gains "m bookmark" and "/ search". All other mode footers gain "? help". Also updates the stale assertions in TestRenderFooter_DefaultFooter to match the new shorter labels. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
CLAUDE.md Rendering & View section now states that every footer includes "? help" alongside the existing back-nav / quit conventions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
07bc4aa to
d4decf0
Compare
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.
Every mode footer was missing the
?help hint, making the help overlay undiscoverable without already knowing the key. List and detail footers were also missing keys that are present in the help overlay.Changes
All footers now show
? help. Additional fixes per mode:m bookmark,M bookmarks,T timeline,? help; shortenedp filter project→p project,b filter branch→b branch,S usage stats→S statsm bookmark,/ search,? help? help? help? help? help? helpCommits
Test plan
go test -race ./...— all passgo vet ./...— cleangofmt -l .— clean