Add create task modal

This commit is contained in:
2026-06-26 18:07:11 +02:00
parent 1de4169303
commit 13cec807a2
4 changed files with 73 additions and 51 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const openClawBaseUrl = (process.env.OPENCLAW_BASE_URL || "http://openclaw-gatew
const openClawToken = process.env.OPENCLAW_GATEWAY_TOKEN || "";
const states = ["Backlog", "In Progress", "Review", "Done"];
const priorities = ["Low", "Normal", "High", "Urgent"];
const priorities = ["Low", "Normal", "Medium", "High", "Urgent"];
let db;
function mustEnv(name) {