feat: add unknown status and priority, change todo status to open

This commit is contained in:
2026-07-18 07:48:11 +05:00
parent 526a001d06
commit 148ed75841
28 changed files with 162 additions and 111 deletions
@@ -6,6 +6,7 @@ exports[`TaskStatus > exposes wire values on const keys 1`] = `
"CANCELLED": "cancelled",
"DONE": "done",
"IN_PROGRESS": "in-progress",
"TODO": "todo",
"OPEN": "open",
"UNKNOWN": "unknown",
}
`;