Implemented User Management

This commit is contained in:
2026-04-15 00:25:21 -05:00
parent 4dddf30c4c
commit 9797cbc52e
5 changed files with 208 additions and 6 deletions

65
static/register.css Normal file
View File

@@ -0,0 +1,65 @@
th {
writing-mode: sideways-lr;
}
th#save-box {
writing-mode: inherit;
>button {
display: none;
}
}
.pgrid[data-mark=True] {
background-color: black;
}
.pgrid[data-changed] {
border: 3px solid red;
}
tr {
background-color: var(--color-bg2);
}
.qheader {
background-color: var(--color-bg1);
vertical-align: top;
}
#users {
background-color: inherit;
}
#qh-ade,
.quad-ade {
--hue: var(--ade);
}
#qh-bea,
.quad-bea {
--hue: var(--bea);
}
#qh-cam,
.quad-cam {
--hue: var(--cam);
}
#qh-des,
.quad-des {
--hue: var(--des);
}
#useradd {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 1em;
align-items: end;
justify-content: center;
>div>label {
display: block;
}
}