From f152d7d45aed016e8520a186bba20755272b8df7 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Thu, 4 Dec 2025 23:36:52 +0100 Subject: [PATCH] Big UI update Remove notes and follow the figma --- apps/main/src/components/ImageColorPicker.tsx | 4 +- apps/main/src/components/NavigationBar.tsx | 35 +- .../main/src/components/NotificationPanel.tsx | 2 +- .../src/components/TabloDiscussionSection.tsx | 12 +- .../src/components/TabloEventsSection.tsx | 32 +- .../main/src/components/TabloFilesSection.tsx | 14 +- .../src/components/TabloHeaderActions.tsx | 322 +++++++++ .../src/components/TabloOverviewSection.tsx | 18 +- .../main/src/components/TabloTasksSection.tsx | 15 +- apps/main/src/components/kanban/TaskModal.tsx | 78 ++- apps/main/src/hooks/tasks.ts | 45 ++ apps/main/src/lib/routes.tsx | 27 +- apps/main/src/locales/en/navigation.json | 1 + apps/main/src/locales/en/pages.json | 34 + apps/main/src/locales/en/tablo.json | 4 + apps/main/src/locales/fr/navigation.json | 1 + apps/main/src/locales/fr/pages.json | 36 +- apps/main/src/locales/fr/tablo.json | 5 + apps/main/src/pages/events.tsx | 2 +- apps/main/src/pages/tablo-details.tsx | 89 +-- apps/main/src/pages/tablo.tsx | 5 +- apps/main/src/pages/tasks.tsx | 613 ++++++++++++++++++ 22 files changed, 1259 insertions(+), 135 deletions(-) create mode 100644 apps/main/src/components/TabloHeaderActions.tsx create mode 100644 apps/main/src/pages/tasks.tsx diff --git a/apps/main/src/components/ImageColorPicker.tsx b/apps/main/src/components/ImageColorPicker.tsx index eccdcd4..0e18ff6 100644 --- a/apps/main/src/components/ImageColorPicker.tsx +++ b/apps/main/src/components/ImageColorPicker.tsx @@ -28,7 +28,7 @@ export const ImageColorPicker = ({
{/* Mode Toggle */}
-