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 +
-