diff --git a/.dockerignore b/.dockerignore index 50f20a0..03068b4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,8 +4,8 @@ npm-debug.log .gitignore Dockerfile .dockerignore -nginx-proxy-docker -README.md +db-manager +run.sh LICENSE -UpNext.md +*.md static \ No newline at end of file diff --git a/static/404.html b/static/404.html index 2c9c702..0ba9f97 100644 --- a/static/404.html +++ b/static/404.html @@ -15,7 +15,10 @@
- + + + Back +
diff --git a/static/conn-err.html b/static/conn-err.html index e33866e..ab9797d 100644 --- a/static/conn-err.html +++ b/static/conn-err.html @@ -15,7 +15,10 @@
- + + + Close menu +
diff --git a/static/find-code.html b/static/find-code.html index 279cbb1..c1167f2 100644 --- a/static/find-code.html +++ b/static/find-code.html @@ -20,7 +20,12 @@
- + + + + Home + +
diff --git a/static/help.html b/static/help.html index df9fc23..d52d5d2 100644 --- a/static/help.html +++ b/static/help.html @@ -19,7 +19,12 @@
- + + + + Home + +
diff --git a/static/images/nav/back-40.png b/static/images/nav/back-40.png new file mode 100644 index 0000000..c4e2c98 Binary files /dev/null and b/static/images/nav/back-40.png differ diff --git a/static/images/nav/back.svg b/static/images/nav/back.svg new file mode 100644 index 0000000..c373b5d --- /dev/null +++ b/static/images/nav/back.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/images/nav/close-40.png b/static/images/nav/close-40.png new file mode 100644 index 0000000..a2d6972 Binary files /dev/null and b/static/images/nav/close-40.png differ diff --git a/static/images/nav/close.svg b/static/images/nav/close.svg new file mode 100644 index 0000000..8f346b8 --- /dev/null +++ b/static/images/nav/close.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/static/images/nav/hamburger.svg b/static/images/nav/hamburger.svg new file mode 100644 index 0000000..662bca2 --- /dev/null +++ b/static/images/nav/hamburger.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/images/nav/save-59.png b/static/images/nav/save-59.png index 40fd3b7..9f222df 100644 Binary files a/static/images/nav/save-59.png and b/static/images/nav/save-59.png differ diff --git a/static/images/nav/save.svg b/static/images/nav/save.svg index d45ea58..c96b50d 100644 --- a/static/images/nav/save.svg +++ b/static/images/nav/save.svg @@ -1,40 +1,6 @@ - - - - - - - - + + + - - - - -image/svg+xml - - - - -Openclipart - - -Floppy disk icon -2006-12-26T00:00:00 - -https://openclipart.org/detail/24502/-by--24502 - - -Anonymous - - - - - - - - - - - \ No newline at end of file + diff --git a/static/index.html b/static/index.html index 6667dd0..ab1dbe8 100644 --- a/static/index.html +++ b/static/index.html @@ -15,7 +15,6 @@ OwlBoard -
@@ -26,8 +25,14 @@
- - + + + Open menu + + + + Close menu +
- + + + + Home + +
diff --git a/static/js/settings.js b/static/js/settings.js index 16d78ea..e053653 100644 --- a/static/js/settings.js +++ b/static/js/settings.js @@ -32,7 +32,7 @@ async function setQl(){ await hideLoading(); await showDone(); vibe("ok") - await delay(600); + await delay(800); hideDone(); } @@ -44,7 +44,7 @@ async function clearQl(){ await hideLoading(); await showDone(); vibe("ok"); - await delay(400); + await delay(800); hideDone(); } diff --git a/static/settings.html b/static/settings.html index c7dd743..15cf967 100644 --- a/static/settings.html +++ b/static/settings.html @@ -34,7 +34,12 @@
- + + + + Home + +
diff --git a/static/stat.html b/static/stat.html index bf09d3a..10a262b 100644 --- a/static/stat.html +++ b/static/stat.html @@ -38,12 +38,6 @@ -

The statistics represent hits & queries on all servers attached to the database. Multiple servers are served by each database server.

diff --git a/static/styles/main.css b/static/styles/main.css index 7549124..f38a7a2 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -251,7 +251,7 @@ label { #top_button { position: absolute; top: 2px; - right: 0; + right: 5px; padding: 5px; } .sidebar_control { diff --git a/static/styles/settings.css b/static/styles/settings.css index 6f27cff..0ba70b7 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -19,6 +19,11 @@ transition: opacity 0.25s; } +#done img { + width: 80px; + height: 80px; +} + #done p { padding-top: 0px; font-weight: bolder; diff --git a/static/sw.js b/static/sw.js index 3624c53..8520894 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "0.0.1-dev-2023020701" +const appVersion = "0.0.1" const cacheName = `owlboard-${appVersion}` const cacheIDs = [cacheName] const cacheFiles = [ @@ -9,6 +9,7 @@ const cacheFiles = [ "/help.html", "/", "/issue.html", + "/find-code.html", "/settings.html", "/manifest.json", "/styles/fonts/firamono/firamono-500.woff2", @@ -36,6 +37,9 @@ const cacheFiles = [ "/images/nav/alert_icon.svg", "/images/nav/save.svg", "/images/nav/home_icon.svg", + "/images/nav/back.svg", + "/images/nav/hamburger.svg", + "/images/nav/close.svg", "/images/nre/nre-powered_400w.webp", "/images/nre/nre-powered_400w.jxl" ]