From d1cccba421e27ee60b6a4394358ee517565d2b8e Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Wed, 1 Jul 2026 21:42:03 +0200 Subject: [PATCH 1/2] feat(web): add dialog to handle HTTP request errors --- otter/src/web/templates/base.html | 35 ++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/otter/src/web/templates/base.html b/otter/src/web/templates/base.html index d9fe084..aeb5718 100644 --- a/otter/src/web/templates/base.html +++ b/otter/src/web/templates/base.html @@ -12,7 +12,7 @@ a:hover { } - +
+ + +
+
+ +
Failed web request
+
+

Failed web request

+
+
+ + From 8d59462f0e6fc16d4b4e64ccf494e16c19900f79 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Wed, 1 Jul 2026 21:42:38 +0200 Subject: [PATCH 2/2] wip create user dialog --- .../templates/views/administration/users.html | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/otter/src/web/templates/views/administration/users.html b/otter/src/web/templates/views/administration/users.html index dfa90bc..24f1f5e 100644 --- a/otter/src/web/templates/views/administration/users.html +++ b/otter/src/web/templates/views/administration/users.html @@ -2,6 +2,10 @@ {% block inner %}

Users

+ + + + +
+
+ +
Create User
+
+
+
+
+ + + + +
+ + +
+
+
+
+ {% endblock %}