feat: Created task lists that work in categories
All checks were successful
Build and Push App Image / build-and-push (push) Successful in 1m20s

This commit is contained in:
domrichardson
2026-03-29 16:14:23 +01:00
parent a1dd2f2c00
commit b9ca845b9c
22 changed files with 1000 additions and 249 deletions

View File

@@ -13,7 +13,7 @@
.task-filters {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.75rem;
}
@@ -292,7 +292,7 @@
.danger-zone {
border: 1px solid #f3b5b5;
border-radius: 0.75rem;
background: var(--color-surface)5f5;
background: var(--color-surface) 5f5;
padding: 0.75rem;
}
@@ -399,5 +399,3 @@
:root[data-bs-theme="dark"] .empty-state {
color: #7a8fa8;
}