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

@@ -135,6 +135,7 @@ const translations = {
// Task statuses
taskStatus: {
not_started: "Nie rozpoczęte",
pending: "Oczekujące",
in_progress: "W trakcie",
completed: "Ukończone",
@@ -699,6 +700,7 @@ const translations = {
},
taskStatus: {
not_started: "Not Started",
pending: "Pending",
in_progress: "In Progress",
completed: "Completed",