gsxdsm
c93f2d4da0
FN-7346: fix TUI settings arrow editing
Fix Settings keyboard handling so arrow keys edit selected enum values in the terminal dashboard.
- Keep Tab as the Settings pane switcher so arrow keys remain scoped to the active pane.
- Route detail-pane left/right arrows and h/l keys through enum setting cycling and remote provider activation.
- Add terminal dashboard coverage for list navigation and enum cycling, plus CLI docs and release note coverage.
Files changed:
.changeset/fn-7346-tui-settings-arrows.md | 7 ++
docs/cli-reference.md | 5 +
.../commands/dashboard-tui/__tests__/app.test.tsx | 121 ++++++++++++++++++++-
packages/cli/src/commands/dashboard-tui/app.tsx | 119 ++++++++++----------
4 files changed, 186 insertions(+), 66 deletions(-)
Fusion-Task-Id: FN-7346
Fusion-Task-Lineage: c67861a7-7bb3-408d-926c-e85a44fe2dec
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-01 07:33:56 -07:00
..
2026-06-30 08:04:12 -07:00
2026-07-01 07:33:56 -07:00
2026-06-03 13:02:23 -07:00
2026-06-17 20:45:32 -07:00
2026-04-23 23:02:35 -07:00
2026-05-01 05:04:05 -07:00
2026-06-14 15:29:35 -07:00
2026-06-30 23:35:27 -07:00
2026-06-29 16:35:51 -07:00
2026-06-10 01:07:48 -07:00
2026-05-01 23:35:44 -07:00
2026-06-27 09:28:30 -07:00
2026-04-29 07:54:45 -07:00