From 707eb9ec8132c03e3be15c706286ec6226b234c3 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Wed, 8 Jul 2026 14:35:50 +0100 Subject: [PATCH] feat: admin panel dashboard layout with sidebar navigation --- main.go | 214 +++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 143 insertions(+), 71 deletions(-) diff --git a/main.go b/main.go index e4260df..44527e3 100644 --- a/main.go +++ b/main.go @@ -400,110 +400,180 @@ const adminHTML = ` Admin Panel — NextWorkspace
-

Admin Panel

- Back to Launcher +

NextWorkspace · Admin

+
+
- {{if .ApiError}}
Could not fetch users from authelia-api (is it running on :8080?)
{{end}} + {{if .ApiError}}
Could not connect to authelia-api on :8080
{{end}} -
-

Users

- - - -
UsernameDisplay NameEmailGroupsAction
+ +
+ +

System Information

NextWorkspace is a self-hosted productivity suite powered by Caddy + Authelia.

-
`