add admin interface, angular migration

This commit is contained in:
_Bastler
2025-11-09 01:58:54 +01:00
parent ff94ca05ce
commit 1acaf07825
100 changed files with 7129 additions and 50 deletions
+35
View File
@@ -0,0 +1,35 @@
/* Common styles for all admin components */
header {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.spacer {
flex: 1 1 auto;
}
table {
width: 100%;
}
mat-card {
margin-bottom: 20px;
}
/* Common styles for all admin edit dialogs */
mat-dialog-content form {
padding-top: 20px;
}
mat-form-field {
width: 100%;
margin-bottom: 16px;
}
mat-checkbox {
display: block;
margin-bottom: 16px;
}