Implement authentication feature with role-based access control and login dialog

This commit is contained in:
2025-11-07 17:53:11 +01:00
parent 87a1ab06d9
commit b4f0b7256a
11 changed files with 224 additions and 7 deletions

View File

@@ -29,6 +29,10 @@
color: white !important;
}
.backdropBackground {
background-color: rgba(0, 0, 0, 0.75) !important;
backdrop-filter: blur(2px);
}
html {