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
Is your feature request related to a problem? Please describe.
When there are many images if frustrating to scroll up and down the list of images. The search bar is really nice but when jumping from image to image I have to select it every time with the mouse.
Describe the solution you'd like
It would be nice to have a hotkey to select the search bar
Describe alternatives you've considered
Scroll down the list or use normal chrome ctrl+f
Additional context
I added a accesskey attribute in the dist docker-registry-ui.js as a workaround and it works nicely. I'm don't know enough of riot to put hands on the original source code.
Ps: consider to implement more keyboard navigation: it would be really nice!
The text was updated successfully, but these errors were encountered:
Other than the "f" shortcut for search, I'm not sure what would be nice or doable.. take it with a grain of salt.
As a story: the user navigats the registry using the keboard > shortcut "f" to filter down the images > select the images he wants form the ones left using "up/down" shortcut > press "enter" to select the one he wants to see the history/details > goes back to the main list or last search with "back" shortcut.
I see it like using the keyboard to navigate the filesystem in win explorer
Other idea completely off-topic: what about exposing prometheus-style metrics about the registry?
Hi there,
You can now select the search bar with the shortcut CRTL + F or F3. When the search bar is already focused, the shortcut will fallback to the default behavior.
Is your feature request related to a problem? Please describe.
When there are many images if frustrating to scroll up and down the list of images. The search bar is really nice but when jumping from image to image I have to select it every time with the mouse.
Describe the solution you'd like
It would be nice to have a hotkey to select the search bar
Describe alternatives you've considered
Scroll down the list or use normal chrome ctrl+f
Additional context
I added a accesskey attribute in the dist docker-registry-ui.js as a workaround and it works nicely. I'm don't know enough of riot to put hands on the original source code.
Ps: consider to implement more keyboard navigation: it would be really nice!
The text was updated successfully, but these errors were encountered: