mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-26 08:41:25 -07:00
964 B
964 B
TODOS 181
Temporary file to list todos for keeping oversight for issue [181]
Desktop UI:
- restore desktop UI
Mobile UI:
- initial favourites icon in operations should be hidden until the dropdown is opened
- bootstrap native 'x' in
input[type="search"]should clear input value and then displaycategoriesrather than close the entire dropdown - test with keyboard popping up because that messes with the viewheights on mobile probably
- make sure panels in
workspace-wrappergrow and add up to 100%
General UI:
- fix up key events so UI can be navigated comfortably with keys ( inc. visual focus feedback )
JS:
core/Recipe.mjs,core/lib/Magic.jsreturn imports to originalwaiters/OperationsWaiter.mjsisVisible is pretty generic so probably move it ( to manager? )App.mjsin setup, add a window resize listener for responsive functions
Misc:
- write / complete UI tests
- delete this file when done :)