axem-solutions / dem

Containerized Development Environment Manager for embedded development
Other
87 stars 14 forks source link

[FeatureRequest] Dev Env Settings Window scrolling #200

Open janosmurai opened 2 months ago

janosmurai commented 2 months ago

The not-fitting items are simply cut off if the list can’t fit in the Tool Image selector panel. not_fitting_dev_env_settings_window

Describe the solution you'd like Implement the scrolling feature, so the not-fitting items are also accessible. If the cursor reaches the last list item and the user presses the down arrow or 'j' the cursor should jump back to the beginning of the list. If the cursor is at the first item, pressing the up arrow or 'k' should move the cursor to the last list item. A scrollbar indicating where the cursor is in the whole list is nice to have but not mandatory.

Additional context First, the #199 issue should be implemented. The Textual module has scrollable container objects.


For axem internal use only: Jira: https://axem.atlassian.net/browse/DEM-281