From 2e16353f5e60160d6d5e56e68cc510d68efb4349 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Wed, 19 Nov 2025 22:24:23 +0100 Subject: [PATCH] etape color --- .../src/components/TabloOverviewSection.tsx | 18 +- .../main/src/components/TabloTasksSection.tsx | 11 ++ .../src/components/ThreeLoginBackground.tsx | 168 ++++++++++++++++++ .../src/components/kanban/KanbanBoard.tsx | 4 + .../src/components/kanban/KanbanColumn.tsx | 37 ++-- .../src/components/kanban/KanbanTaskCard.tsx | 12 +- apps/main/src/pages/login.tsx | 5 +- apps/main/src/utils/etapeColors.ts | 40 +++++ apps/main/stats.html | 2 +- docs/CLEANUP_OLD_STRIPE_FUNCTIONS.md | 1 + docs/STRIPE_INTEGRATION_COMPLETE.md | 1 + docs/STRIPE_MIGRATION_36.md | 1 + docs/STRIPE_WITH_SYNC_ENGINE.md | 1 + docs/TEST_FIXES.md | 1 + pnpm-lock.yaml | 54 ++++++ 15 files changed, 325 insertions(+), 31 deletions(-) create mode 100644 apps/main/src/components/ThreeLoginBackground.tsx create mode 100644 apps/main/src/utils/etapeColors.ts diff --git a/apps/main/src/components/TabloOverviewSection.tsx b/apps/main/src/components/TabloOverviewSection.tsx index ba9f7ec..c885d40 100644 --- a/apps/main/src/components/TabloOverviewSection.tsx +++ b/apps/main/src/components/TabloOverviewSection.tsx @@ -15,6 +15,7 @@ import { useTasksByTablo, useUpdateEtape, } from "../hooks/tasks"; +import { getEtapeColor } from "../utils/etapeColors"; interface TabloOverviewSectionProps { tablo: UserTablo; @@ -163,10 +164,11 @@ export const TabloOverviewSection = ({ tablo, isAdmin }: TabloOverviewSectionPro