diff --git a/Dockerfile b/Dockerfile
index 029d319..1ab3623 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /app
# Install dependencies based on the preferred package manager
COPY package.json package-lock.json* ./
RUN \
- if [ -f package-lock.json ]; then npm install; \
+ if [ -f package-lock.json ]; then npm install --legacy-peer-deps; \
else echo "Lockfile not found." && exit 1; \
fi
diff --git a/TODO.md b/TODO.md
index 09e80bd..46a1e39 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,10 @@
# TowerControl v2.0 - Gestionnaire de tâches moderne
+## Fix
+- [ ] Calendrier n'a plus le bouton calendrier d'ouverture du calendrier visuel dans les inputs datetime
+- [ ] Un raccourci pour chercher dans la page de Kanban
+- [ ] Bouton cloner une tache dans la modale d'edition
+
## Idées à developper
- [ ] Optimisations Perf : requetes DB
- [ ] PWA et mode offline
diff --git a/src/app/jira-dashboard/JiraDashboardPageClient.tsx b/src/app/jira-dashboard/JiraDashboardPageClient.tsx
index 044a052..9964be0 100644
--- a/src/app/jira-dashboard/JiraDashboardPageClient.tsx
+++ b/src/app/jira-dashboard/JiraDashboardPageClient.tsx
@@ -246,7 +246,7 @@ export function JiraDashboardPageClient({ initialJiraConfig, initialAnalytics }:
disabled={isLoading}
variant="secondary"
>
- {isLoading ? <> Actualisation...> : <> Actualiser>}
+{isLoading ? <> Actualisation...> : <> Actualiser>}