diff --git a/src/web/App.mjs b/src/web/App.mjs index d1d532a1..c59902d7 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -60,6 +60,7 @@ class App { document.dispatchEvent(this.manager.appstart); this.initialiseSplitter(); + this.adjustComponentSizes(); this.setCompileMessage(); this.loadLocalStorage(); this.populateOperationsList(); diff --git a/src/web/TODO.md b/src/web/TODO.md index 92f3bf55..1b0aa5e0 100644 --- a/src/web/TODO.md +++ b/src/web/TODO.md @@ -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 diff --git a/src/web/html/index.html b/src/web/html/index.html index 65e2074c..fd07c159 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -152,15 +152,9 @@