Implemented Task Manager

This commit is contained in:
2026-04-13 14:25:53 -05:00
parent 1aadf40164
commit d2604b5c10
9 changed files with 234 additions and 6 deletions

View File

@@ -8,7 +8,8 @@ hr {
width: 100%;
}
form {
#db-form,
#edit-form {
display: flex;
flex-direction: row;
gap: 0.25em;