feat: migrate admin system page to HTMX with tab-based navigation and log viewer

This commit is contained in:
Pontoporeia
2026-04-16 14:45:50 +02:00
parent 05002ccee4
commit b03be51b92
10 changed files with 146 additions and 165 deletions

View File

@@ -184,12 +184,12 @@
min-height: 8rem;
position: relative;
}
#sys-tab-panel.sys-panel-loading {
#sys-tab-panel.htmx-request {
opacity: 0.4;
pointer-events: none;
transition: opacity 0.1s;
}
#sys-tab-panel.sys-panel-loading::after {
#sys-tab-panel.htmx-request::after {
content: '';
position: absolute;
inset: 0;