From 1499394438971a3b05707fc00a6cd27d4ff7b623 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Wed, 8 Oct 2025 08:32:43 +0200 Subject: [PATCH] fix: docker KO, emoji empty and adding some todos in doc --- Dockerfile | 2 +- TODO.md | 5 +++++ src/app/jira-dashboard/JiraDashboardPageClient.tsx | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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}