Frontend: Preparing for boards refactor

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-01-24 11:23:01 +00:00
parent bfb7d56983
commit ceba276ac0
4 changed files with 6 additions and 2 deletions

View File

@ -18,7 +18,10 @@
### In Progress:
* Frontend code refactoring: --- Pre-Refactor /static/js folder size: 22132B *Check Compressed Size Before Next Build*
* Frontend code refactoring: --- Pre-Refactor /static/js: 22132B
--- Pre-Refactor /static/js COMPRESSED:
--- Post-Refactor /static/js:
--- Post-Refactor /static/js COMPRESSED:
- Refactor into files:
- lib.main.js
- lib.board.js

View File

@ -44,7 +44,7 @@ async function log(msg, type) {
};
};
/* Menu Control */
/* Show/Hide - Menu Control */
async function sidebarOpen() {
document.getElementById("sidebar").style.width = "50%";
document.getElementById("sidebar_open_short").style.display = "none";

1
static/sw.js Normal file
View File

@ -0,0 +1 @@
/* Service Worker */