[#181] move edit-favourites button to original place in the template, so it is not visible anymore during load. Update TODO.md accordingly

This commit is contained in:
Robin Scholtes 2023-04-18 22:29:17 +12:00
parent e74d7998fd
commit f1340f1249
2 changed files with 9 additions and 10 deletions

View file

@ -7,7 +7,6 @@
- restore desktop UI
### Mobile UI:
- on load, initial `#edit-favourites` in operations should be hidden until the dropdown is opened
- bootstrap native 'x' in `input[type="search"]` should clear input value and
then display `categories` rather than close the entire dropdown
- on click of `input[type="search]`, `favourites` briefly opens and closes. Would be nice not to have that
@ -22,11 +21,12 @@
### JS:
- `core/Recipe.mjs`, `core/lib/Magic.js` return imports to original
- `waiters/OperationsWaiter.mjs` isVisible is pretty generic so probably move it ( to manager? )
- `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 )
### Misc:
- check for remaining todos
- check for remaining comments to be deleted
- check and add browser vendor prefixes throughout stylesheets where needed
- comb through CSS and improve organisation for better DevX
- write / complete UI tests