From 6b39f175b3b24b2ab00a2ac84d94789867293adb Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sun, 22 Feb 2026 09:54:20 +0100 Subject: [PATCH] Apply purple #804EEC theme to tablo events section - Create event button: solid #804EEC purple - Date badge: #F4F3FF background with #7F56D9 text (matching events page) - Loading spinner: purple instead of blue - Empty state button: solid purple instead of outline Co-Authored-By: Claude Sonnet 4.6 (1M context) --- apps/main/src/components/TabloEventsSection.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/main/src/components/TabloEventsSection.tsx b/apps/main/src/components/TabloEventsSection.tsx index 9ac5323..1be30a9 100644 --- a/apps/main/src/components/TabloEventsSection.tsx +++ b/apps/main/src/components/TabloEventsSection.tsx @@ -65,7 +65,7 @@ export const TabloEventsSection = ({ tablo, isAdmin }: TabloEventsSectionProps) {t("tablo:events.description")} {!isReadOnly && ( - @@ -77,7 +77,7 @@ export const TabloEventsSection = ({ tablo, isAdmin }: TabloEventsSectionProps)
{isLoading ? (
-
+
Chargement des événements... @@ -111,13 +111,13 @@ export const TabloEventsSection = ({ tablo, isAdmin }: TabloEventsSectionProps)
{/* Date Badge */} -
- +
+ {new Date(event.start_date).toLocaleDateString("fr-FR", { month: "short", })} - + {new Date(event.start_date).getDate()}
@@ -172,7 +172,7 @@ export const TabloEventsSection = ({ tablo, isAdmin }: TabloEventsSectionProps) Aucun événement à venir pour ce tablo

{!isReadOnly && ( -