feat(ui): focus messages with Escape#577
Conversation
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/29047177401 Artifacts expire in 7 days.
|
Allow users to move keyboard control from the prompt to the current message stream by pressing Escape. Keep existing Escape handling for open pickers and shell mode by only moving focus when the key event remains unhandled. Validated with the UI typecheck, prompt submission test, and production UI build.
f154cab to
0a688fe
Compare
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/29049128923 Artifacts expire in 7 days. |
2 similar comments
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/29049128923 Artifacts expire in 7 days. |
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/29049128923 Artifacts expire in 7 days. |
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/29049292338 Artifacts expire in 7 days.
|
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/29077716064 Artifacts expire in 7 days.
|
Press Escape in the prompt to move keyboard focus to the current conversation.
This makes keyboard navigation through long conversations faster without any click needed.