-
-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
bugπ An issue with the systemπ An issue with the system
Description
Describe the Bug
When typing in the component filter input, vim-style navigation keys (h, j, k, l) are intercepted as navigation shortcuts instead of being treated as text input.
Expected Behavior
When a filter input is active/focused, all keypresses should be captured by the text input and not passed through to navigation handlers.
Steps to Reproduce
- Open atmos TUI
- Navigate to the component list
- Start filtering (e.g. type
graphql) - Observe that
htriggers a left-panel navigation instead of appending to the filter string
Screenshots
No response
Environment
Atmos 1.207.0 on darwin/arm64
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugπ An issue with the systemπ An issue with the system