2023-04-18 20:30:47 +12:00
# TODOS 181
## Temporary file to list todos for keeping oversight for issue [181]
---
2023-04-21 00:15:31 +12:00
#### Mobile UI ( on real device ):
2023-04-24 23:48:32 +12:00
- OperationsWaiter operationDblClick: class 'selected' needs to be removed once it is deleted from recipe list, through any type of event
- How to add operations to favourites since drag and drop is now disabled on mobile ( maybe a star icon...? )
- 'name' in recipe waiter > addOperation is < b > what</ b > ever instead of a plain title..
- Recipe list on mobile panel is too small to comfortably scroll and change order of recipes
2023-04-19 23:44:18 +12:00
- 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-20 22:00:20 +12:00
- view-heights not correct due to variable taskbar on mobile devices
2023-04-19 23:44:18 +12:00
2023-04-24 11:32:34 +12:00
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-24 11:32:34 +12:00
- Gruntfile revert dev config
2023-04-21 00:15:31 +12:00
- comb through CSS and improve organisation for better DevX. Ask repo owners to open another issue perhaps and just redo all of the stylesheets ( preferably with SASS )
2023-04-18 20:30:47 +12:00
- delete this file when done :)