Switch to alpine.js from vanilla js

This commit is contained in:
DariusIII
2026-02-07 13:47:11 +01:00
parent f95e6523fa
commit 0d7926f3cf
70 changed files with 4218 additions and 6339 deletions
+5
View File
@@ -21,6 +21,11 @@
/* Import custom CSP-safe styles */
@import './csp-safe.css';
/* Alpine.js x-cloak - hide elements until Alpine initializes */
[x-cloak] {
display: none !important;
}
/* Fixed layout - ensure html and body have proper height constraints */
html, body {
height: 100%;