feat: add clsx and tailwind-merge dependencies, enhance Kanban components

- Added `clsx` and `tailwind-merge` to `package.json` and `package-lock.json` for improved class management and utility merging.
- Updated `Column` and `TaskCard` components to utilize new UI components (`Card`, `Badge`) for a more cohesive design.
- Refactored styles in `Header` and Kanban components to align with the new design system.
- Marked several tasks as completed in `TODO.md` reflecting progress on UI enhancements.
This commit is contained in:
Julien Froidefond
2025-09-14 08:23:04 +02:00
parent 124e8baee8
commit 79f8035d18
13 changed files with 421 additions and 110 deletions

View File

@@ -10,12 +10,14 @@
},
"dependencies": {
"@prisma/client": "^6.16.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"next": "15.5.3",
"prisma": "^6.16.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"sqlite3": "^5.1.7"
"sqlite3": "^5.1.7",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",