From bd77a9fcc513075dbef7d3b489ae680207f32604 Mon Sep 17 00:00:00 2001 From: Astatin3 <77305074+Astatin3@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:25:34 -0700 Subject: [PATCH] Finally done! --- README.md | 0 html/login.html | 24 +-- html/nav.html | 17 +- html/src/auth.js | 16 +- html/src/main.js | 15 +- html/src/pico.min.css | 0 html/src/style.css | 20 ++- html/src/utils.js | 33 ++-- modules/chat/chat.html | 33 ---- modules/chat/main.py | 12 -- modules/chat/module.json | 20 --- modules/example/example.html | 12 +- modules/example/main.py | 0 modules/example/module.json | 0 modules/main/Dashboard.html | 16 +- modules/main/adminSettings.html | 249 +++++++++++++++++++++++++++++- modules/main/main.py | 197 ++++++++++++++++++++--- modules/main/module.json | 8 +- modules/main/programSettings.html | 11 -- modules/main/userSettings.html | 69 ++++++--- src/auth.py | 17 +- src/modules.py | 81 +++++++++- src/utils.py | 8 + src/web.py | 2 +- 24 files changed, 645 insertions(+), 215 deletions(-) mode change 100644 => 100755 README.md mode change 100644 => 100755 html/src/pico.min.css delete mode 100644 modules/chat/chat.html delete mode 100644 modules/chat/main.py delete mode 100644 modules/chat/module.json mode change 100644 => 100755 modules/example/example.html mode change 100644 => 100755 modules/example/main.py mode change 100644 => 100755 modules/example/module.json mode change 100644 => 100755 modules/main/Dashboard.html mode change 100644 => 100755 modules/main/adminSettings.html mode change 100644 => 100755 modules/main/main.py mode change 100644 => 100755 modules/main/module.json delete mode 100644 modules/main/programSettings.html mode change 100644 => 100755 modules/main/userSettings.html mode change 100644 => 100755 src/modules.py diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/html/login.html b/html/login.html index 73fed11..8b911a2 100755 --- a/html/login.html +++ b/html/login.html @@ -14,29 +14,13 @@ \ No newline at end of file diff --git a/html/nav.html b/html/nav.html index 6952e34..435113e 100755 --- a/html/nav.html +++ b/html/nav.html @@ -1,21 +1,23 @@ - + - + + + <!--Place title here!!!--> -