You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the Dev Env Settings Window has been loaded, the input field should be the active UI item. If the input field is active, the '*' (asterisk) cursor should disappear.
The input field should implement a simple search functionality:
Match any part of the Tool image names (the full name, so with the registry).
Case insensitive.
No regex or special character handling is needed.
As the user types into the search field, the item list should be filtered accordingly, after every keypress.
If the user presses enter, the cursor should appear again, but in the filtered list. The list should become the active UI item.
Pressing 'esc' should clear the search.
The user should be able to navigate between the UI items by pressing the ‘tab’ or ‘shift’ + ‘tab’ keys.
The Dev Env Settings window should look like this:
Entering the text to search for should look like this:
janosmurai
changed the title
[FeatureRequest] Dev Env Settings Window tool search option
[FeatureRequest] Dev Env Settings Window input field
Aug 15, 2024
After the Dev Env Settings Window has been loaded, the input field should be the active UI item. If the input field is active, the '*' (asterisk) cursor should disappear.
The input field should implement a simple search functionality:
As the user types into the search field, the item list should be filtered accordingly, after every keypress.
If the user presses enter, the cursor should appear again, but in the filtered list. The list should become the active UI item.
Pressing 'esc' should clear the search.
The user should be able to navigate between the UI items by pressing the ‘tab’ or ‘shift’ + ‘tab’ keys.
The Dev Env Settings window should look like this:
Entering the text to search for should look like this:
Reference: https://textual.textualize.io/widgets/input/
For axem internal use only:
Jira: https://axem.atlassian.net/browse/DEM-282
The text was updated successfully, but these errors were encountered: