feat: tags on tasks

This commit is contained in:
2025-04-25 15:20:20 +03:00
parent 320872ddc9
commit e8ded7f2ae
7 changed files with 203 additions and 48 deletions

View File

@@ -13,6 +13,7 @@
"@preact/signals": "^2.0.2",
"@tailwindcss/postcss": "^4.0.17",
"@tailwindcss/vite": "^4.0.17",
"@types/uuid": "^10.0.0",
"clsx": "^2.1.1",
"postcss": "^8.5.3",
"preact": "^10.26.2",
@@ -22,7 +23,8 @@
"react-hook-form": "^7.56.1",
"tailwind-merge": "^3.0.2",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.0.17"
"tailwindcss": "^4.0.17",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.23.0",