[#181] restore overall desktop UI

This commit is contained in:
Robin Scholtes 2023-04-19 21:21:04 +12:00
parent c56ffef988
commit 58d4eb855c
8 changed files with 85 additions and 52 deletions

View file

@ -5,6 +5,7 @@
### Desktop UI:
- restore desktop UI
- `search-results` should really be at the top once input, with `categories` below it
### Mobile UI:
- bootstrap native 'x' in `input[type="search"]` should clear input value and
@ -13,6 +14,7 @@
- on invalid search input ( and no results ), categories should be displayed
- test with keyboard popping up because that messes with the viewheights on mobile probably
- make sure panels in `workspace-wrapper` grow and add up to 100%
- see how to make it work with `controls` nested in `recipe`
### General UI:
- fix up key / tab events so UI can be navigated comfortably with keys ( inc. visual focus feedback ). Probably a lot