Frontend: Preparing for boards refactor
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
bfb7d56983
commit
ceba276ac0
@ -18,7 +18,10 @@
|
|||||||
|
|
||||||
### In Progress:
|
### 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:
|
- Refactor into files:
|
||||||
- lib.main.js
|
- lib.main.js
|
||||||
- lib.board.js
|
- lib.board.js
|
||||||
|
@ -44,7 +44,7 @@ async function log(msg, type) {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Menu Control */
|
/* Show/Hide - Menu Control */
|
||||||
async function sidebarOpen() {
|
async function sidebarOpen() {
|
||||||
document.getElementById("sidebar").style.width = "50%";
|
document.getElementById("sidebar").style.width = "50%";
|
||||||
document.getElementById("sidebar_open_short").style.display = "none";
|
document.getElementById("sidebar_open_short").style.display = "none";
|
||||||
|
1
static/sw.js
Normal file
1
static/sw.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* Service Worker */
|
Reference in New Issue
Block a user