From c72c3b353f01f9f4959f5d94802c80f4a84fbd07 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:14:38 +0000 Subject: [PATCH] Add superadmin role, place sharing UI, and merge main --- public/admin/index.html | 56 ++++++++++++ public/dashboard/index.html | 2 +- public/js/admin.js | 173 ++++++++++++++++++++++++++++++++++++ public/js/dashboard.js | 61 +++++++++++++ 4 files changed, 291 insertions(+), 1 deletion(-) create mode 100644 public/admin/index.html create mode 100644 public/js/admin.js diff --git a/public/admin/index.html b/public/admin/index.html new file mode 100644 index 0000000..1cc13b8 --- /dev/null +++ b/public/admin/index.html @@ -0,0 +1,56 @@ + + + + + + User administration - NOTXCS + + + +
+ + +
+
+

User administration

+
+ +
+

Create user

+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+ +
+

Users

+ +
    +
    +
    +
    + + + + diff --git a/public/dashboard/index.html b/public/dashboard/index.html index c67b2e6..b36d986 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -11,7 +11,7 @@