mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] set mobile and desktop UI on init and window resize without errors
This commit is contained in:
parent
f1340f1249
commit
6e4a813e1f
4 changed files with 51 additions and 20 deletions
|
@ -20,9 +20,13 @@
|
|||
- hover / active states can use a bit of TLC
|
||||
|
||||
### JS:
|
||||
- track down where `69px bottom` on `rec-list` comes from and remove it
|
||||
- can probably refactor the Splitter funcs to be a little more reusable etc.
|
||||
- `core/Recipe.mjs`, `core/lib/Magic.js` return imports to original
|
||||
- `waiters/OperationsWaiter.mjs` setVisibility is pretty generic so probably move it ( to manager? )
|
||||
- `App.mjs` add a window resize listener for functions in setup if ( breakpoint )
|
||||
- `operations` dropdowns don't close on Escape once `input[type="search"]` is not in focus ( for instance, when you
|
||||
have added some operations from the category list
|
||||
|
||||
### Misc:
|
||||
- check for remaining todos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue