feat: implement 'not_started' task status with validation and UI updates

This commit is contained in:
2025-10-07 23:07:15 +02:00
parent a6ef325813
commit 33c5466d77
6 changed files with 31 additions and 4 deletions

View File

@@ -25,6 +25,10 @@ export default function TaskStatusDropdown({
}, []);
const statusConfig = {
not_started: {
label: t("taskStatus.not_started"),
variant: "secondary",
},
pending: {
label: t("taskStatus.pending"),
variant: "warning",