From 40d9834f641b3a357c6560b9769c6e5e0a43ad18 Mon Sep 17 00:00:00 2001 From: xcaliber Date: Wed, 4 Mar 2026 22:37:57 +0000 Subject: [PATCH] Changeset 0.22.10 (#152) --- VERSION | 2 +- server/pages/templates/base.html | 18 +- server/pages/templates/login.html | 26 +- server/pages/templates/surfaces/admin.html | 129 +++- server/pages/templates/surfaces/chat.html | 135 +++- server/pages/templates/surfaces/settings.html | 6 +- src/css/layout.css | 10 + src/css/modals.css | 2 +- src/css/surfaces.css | 115 ++- src/js/admin-handlers.js | 104 +-- src/js/admin-scaffold.js | 116 +-- src/js/chat.js | 26 +- src/js/settings-handlers.js | 34 +- src/js/ui-admin.js | 722 +++++++++++------- src/js/ui-settings.js | 84 +- 15 files changed, 1014 insertions(+), 515 deletions(-) diff --git a/VERSION b/VERSION index 6b9f278..a3493b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.9 +0.22.10 \ No newline at end of file diff --git a/server/pages/templates/base.html b/server/pages/templates/base.html index 8b6697f..60edb98 100644 --- a/server/pages/templates/base.html +++ b/server/pages/templates/base.html @@ -30,10 +30,22 @@ .banner { flex-shrink: 0; } + - + {{if .Banner.Visible}} - {{if .Banner.Visible}} - + {{if .RegistrationOpen}} + +{{/* Create User modal */}} + + +{{/* Reset Password modal */}} + + +{{/* Approve User modal */}} + + +{{/* Create Team modal */}} + + +{{/* Create Group modal */}} + + +{{/* Provider form modal */}} + + +{{/* Persona form modal */}} + {{end}} {{/* CSS: loaded via base.html (variables, layout, primitives, modals, chat, panels, surfaces, splash) */}} diff --git a/server/pages/templates/surfaces/chat.html b/server/pages/templates/surfaces/chat.html index e1f44ff..d7fd988 100644 --- a/server/pages/templates/surfaces/chat.html +++ b/server/pages/templates/surfaces/chat.html @@ -98,11 +98,11 @@ window.addEventListener('unhandledrejection', function(e) {
- - @@ -153,6 +153,11 @@ window.addEventListener('unhandledrejection', function(e) { Notes + {{/* Editor shortcut */}} + + + Editor +
-