feat: add date-fns dependency and update HomePage component

- Added `date-fns` as a dependency in `package.json` and `package-lock.json`.
- Refactored `Home` component to `HomePage`, implementing server-side rendering for tasks and stats retrieval.
- Integrated `Header` and `KanbanBoard` components for improved UI structure.
- Marked Kanban components as completed in `TODO.md`.
This commit is contained in:
Julien Froidefond
2025-09-13 13:55:33 +02:00
parent e173c09119
commit 54f105fe62
8 changed files with 365 additions and 101 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"@prisma/client": "^6.16.1",
"date-fns": "^4.1.0",
"next": "15.5.3",
"prisma": "^6.16.1",
"react": "19.1.0",