More webapp changes+fixes
All checks were successful
Build Docker and Deploy / Build Docker Container (push) Successful in 1m41s
Build Docker and Deploy / Run Unit-Tests (push) Successful in 9m31s
Build Docker and Deploy / Deploy to Server (push) Successful in 18s

This commit is contained in:
2025-12-05 21:36:50 +01:00
parent c554479604
commit 2b7950f5dc
44 changed files with 1245 additions and 189 deletions

View File

@@ -51,6 +51,17 @@
align-items: center;
}
.expert-mode-toggle {
display: flex;
align-items: center;
gap: 8px;
.expert-mode-label {
font-size: 13px;
color: #666;
}
}
.header-trigger {
font-size: 18px;
cursor: pointer;
@@ -66,11 +77,23 @@
display: flex;
align-items: center;
gap: 16px;
}
.user-info {
display: flex;
flex-direction: column;
align-items: flex-end;
line-height: 1.3;
.user-id {
color: #666;
font-size: 13px;
}
.key-id {
color: #999;
font-size: 13px;
}
}
.content-area {