Refactored task status into a view model

This commit is contained in:
2025-11-25 02:02:39 +02:00
parent 12e10e3afb
commit 5b1744a298
8 changed files with 65 additions and 36 deletions
+7
View File
@@ -1,3 +1,10 @@
.tasks-table {
.task-status-selector {
--pico-form-element-spacing-vertical: 0.25em;
--pico-form-element-spacing-horizontal: 0.5em;
}
}
.task-status {
--color: var(--backlog-color);
--background-color: var(--backlog-bg);