From 7acb79b3def6933b39fe91b8f9219ae50f29c540 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Mon, 23 Feb 2026 19:25:34 +0100 Subject: [PATCH] Improve UI consistency: chat purple theme, page headers, Discussions title - Set purple (#804EEC) as default ChannelBadge background color - Update ChannelPreview active state to purple highlight (was blue) - Add "Discussions" title header to chat page - Standardize all page headers to text-2xl font-bold (tablos, tasks, files, planning) Co-Authored-By: Claude Sonnet 4.6 --- apps/main/src/components/ChannelBadge.tsx | 2 +- apps/main/src/components/ChannelPreview.tsx | 6 +++--- apps/main/src/pages/chat.tsx | 7 ++++++- apps/main/src/pages/files.tsx | 2 +- apps/main/src/pages/planning.tsx | 2 +- apps/main/src/pages/tablos.tsx | 2 +- apps/main/src/pages/tasks.tsx | 2 +- 7 files changed, 14 insertions(+), 9 deletions(-) diff --git a/apps/main/src/components/ChannelBadge.tsx b/apps/main/src/components/ChannelBadge.tsx index 9dbdc51..bfd0fd4 100644 --- a/apps/main/src/components/ChannelBadge.tsx +++ b/apps/main/src/components/ChannelBadge.tsx @@ -17,7 +17,7 @@ export const ChannelBadge = ({
diff --git a/apps/main/src/components/ChannelPreview.tsx b/apps/main/src/components/ChannelPreview.tsx index b464145..abe2c03 100644 --- a/apps/main/src/components/ChannelPreview.tsx +++ b/apps/main/src/components/ChannelPreview.tsx @@ -85,7 +85,7 @@ export function ChannelPreview({
{displayTitle} @@ -131,7 +131,7 @@ export function ChannelPreview({ {/* Active indicator */} {isActive && ( -
+
)}
); diff --git a/apps/main/src/pages/chat.tsx b/apps/main/src/pages/chat.tsx index f8a6e63..9c9b63a 100644 --- a/apps/main/src/pages/chat.tsx +++ b/apps/main/src/pages/chat.tsx @@ -36,7 +36,11 @@ export function ChatPage() { }, [channelFromUrl]); return ( -
+
+
+

Discussions

+
+
+
); } diff --git a/apps/main/src/pages/files.tsx b/apps/main/src/pages/files.tsx index 1d93f5b..1d8b455 100644 --- a/apps/main/src/pages/files.tsx +++ b/apps/main/src/pages/files.tsx @@ -455,7 +455,7 @@ export function FilesPage() {
{/* Header */}
-

{t("files", "Files")}

+

{t("files", "Files")}