feat(tui): show ←/→ change hint for enum fields#1757
Merged
Conversation
Assert that entering edit mode on an enum/option field shows the '←/→ change · Enter confirm · Esc cancel' hint in both SettingsScreen and ExpertFormScreen. Also guards that a string field's edit mode hint does not show '←/→ change'. Co-authored-by: Copilot <175574315+pedrofuentes@users.noreply.github.com>
In SettingsScreen and ExpertFormScreen, replace the static nav hint with a mode-aware hint: - nav mode: '↑↓ move · Enter edit · Ctrl+S save · Esc back' (unchanged) - edit mode, enum field: '←/→ change · Enter confirm · Esc cancel' - edit mode, boolean field (settings): 'Enter/Space toggle · Esc cancel' - edit mode, text/number field: 'type · Enter confirm · Esc cancel' Addresses user testing feedback #3: the ←/→ cycling gesture for enum fields was undiscoverable. Co-authored-by: Copilot <175574315+pedrofuentes@users.noreply.github.com>
Owner
Author
|
Status: CONDITIONAL Sentinel Review ReportRef: feature/tui-enum-discover → main Phase 1 — TDD / Test Evidence
Phase 1.5 — Fast-path Evaluation🔴 count: 0 | LOC: 36 non-test source changed (≤150: Y) | Security paths: Y (TUI terminal rendering surface touched) | New deps: N | Commit types qualify: N ( Phase 2 — Execution Log
Additional local verification commands run:
Findings
Only 🟡 findings remain; no 🔴 blockers were found. Details (ordered by severity)
Follow-ups & Actions
Decision rationale
|
Owner
Author
|
Sentinel SENTINEL-1757-0039d33 → CONDITIONAL (0 🔴). Follow-up filed: #1761 (🟡 positive hint coverage). Merging per CONDITIONAL policy. |
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.
Settings + Expert-form enum/option fields now show '←/→ change · Enter confirm · Esc cancel' when editing, so changing a value is discoverable (was only ←/→ with no hint); Phase 11 polish — feedback #3