Quick-access modal to go to a given element
Refs https://gitlab.com/teklia/requests/-/issues/843
This modal should be :
- triggered only by a keyboard shortcut
Ctrl + g
(for go) - available from anywhere, as it will rewrite the url
It should only display :
- a title "Enter element ID"
- a text input
- a primary button "Go"
The modal must simply validate that the entered text is an UUID. No other check is done.
WHen the user click on "Go", it simply redirects the user to /element/:UUID