minor cosmetic consistency fixes with original 'design'

This commit is contained in:
Robin Scholtes 2023-08-14 15:45:11 +12:00
parent eb53667919
commit 8afcfa0b45
5 changed files with 12 additions and 43 deletions

View file

@ -1,17 +1,13 @@
recipe:
- ignore dropped item outside of rec-list
- bit smoother sort experience would be nice
- RecipeWaiter opSortEnd()
operations:
- can only drag an op to favourites 1 time
- initial search is kinda slow
- popovers should also show on key up and down per operation
- little line on click ( for all input fields, also ingredient focus )
- after dragging op to rec, popover no longer works on original op ( see opSortEnd )
- stupid popovers on deleting favs for instance ( dont always close nicely )
- native focus thingy is a bit ugly
- UI tests etc.
--------
@ -19,3 +15,11 @@ operations:
x highlight strings
x esc on focused-op search results will add that op to recipe
x be able to tab from panel to panel, open and close them, use up and down arrows
x little line on click ( for all input fields, also ingredient focus )
x native focus thingy is a bit ugly
x RecipeWaiter opSortEnd()
wont do
x initial search is kinda slow
Tim