feat(core): define task interface and setup initial state with conditional rendering

This commit is contained in:
2026-04-27 14:01:08 +02:00
parent 5f44cdc022
commit ae9c880935
10 changed files with 1273 additions and 3154 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^24.12.2",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
@@ -23,8 +23,8 @@
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.2",
"typescript": "~6.0.3",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.10"
}
}