CyberChef/src/web/TODO.md

28 lines
1 KiB
Markdown
Raw Normal View History

2023-04-18 20:30:47 +12:00
# TODOS 181
## Temporary file to list todos for keeping oversight for issue [181]
---
2023-04-19 23:44:18 +12:00
### Mobile UI:
#### Operations:
- on mobile, there is almost no visual feedback when adding an operation to the recipe list. Since the recipe list is not visible like on desktop, this is very confusing UX
#### General mobile UX:
- test *thoroughly* with keyboard popping up because that messes with view-heights on mobile probably and might make it a very frustrating experience
- test drag and drop etc. Regular mobile events / UX
2023-04-18 20:30:47 +12:00
### Desktop UI:
### General UI:
2023-04-19 23:44:18 +12:00
- fix up key / tab events so UI can be navigated comfortably with keys ( inc. visual focus feedback ). Probably a lot of work though
2023-04-18 20:30:47 +12:00
### JS:
- `core/Recipe.mjs`, `core/lib/Magic.js` return imports to original
### Misc:
2023-04-18 21:04:28 +12:00
- check and add browser vendor prefixes throughout stylesheets where needed
- comb through CSS and improve organisation for better DevX
2023-04-19 23:44:18 +12:00
- special checks for features removed from mobile ( like multiple tabs, minimise, maximise etc. )
2023-04-18 20:30:47 +12:00
- write / complete UI tests
- delete this file when done :)