diff --git a/UpNext.md b/UpNext.md index 9fb7ae4..b384ec3 100644 --- a/UpNext.md +++ b/UpNext.md @@ -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 diff --git a/static/js/lib.main.js b/static/js/lib.main.js index 28dccf5..dfb165c 100644 --- a/static/js/lib.main.js +++ b/static/js/lib.main.js @@ -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"; diff --git a/static/js/service-worker.js b/static/js/simple-board.js similarity index 100% rename from static/js/service-worker.js rename to static/js/simple-board.js diff --git a/static/sw.js b/static/sw.js new file mode 100644 index 0000000..2b94a17 --- /dev/null +++ b/static/sw.js @@ -0,0 +1 @@ +/* Service Worker */ \ No newline at end of file