BUGFIX: stresstest u select-vals

This commit is contained in:
Simon Martens
2026-01-23 16:18:05 +01:00
parent d8ed1aebe6
commit 0bd614712f
22 changed files with 1141 additions and 306 deletions

View File

@@ -9,6 +9,7 @@
</head>
<body class="w-full min-h-full" id="body" hx-ext="response-targets" hx-boost="true">
{{ template "_global_notice" . }}
<div class="pb-12">
{{ block "body" . }}
<!-- Default app body... -->

View File

@@ -10,6 +10,7 @@
<body id="body" class="w-full min-h-full" hx-ext="response-targets" hx-boost="true">
<div class="flex flex-col min-h-screen w-full">
{{ template "_global_notice" . }}
<header class="container-normal bg-slate-100 " id="header">
{{ template "_menu" . }}
</header>

View File

@@ -0,0 +1,12 @@
<div
id="global-notice"
class="global-notice hidden"
role="status"
aria-live="polite"
aria-atomic="true"
data-state="">
<div class="global-notice-inner">
<i class="ri-loader-4-line spinning" aria-hidden="true"></i>
<span data-role="global-notice-text">Laden&#8230;</span>
</div>
</div>

View File

@@ -11,6 +11,7 @@
<body id="body" class="w-full text-lg" hx-ext="response-targets" hx-boost="true">
<div class="flex flex-col min-h-screen w-full">
{{ template "_global_notice" . }}
<header class="container-normal pb-0" id="header">
{{ block "_menu" . }}
<!-- Default app menu... -->