From 62fc47cfe89d46c2b0da244bd50d37b09ef2314f Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Thu, 25 Dec 2025 09:01:18 +0000 Subject: [PATCH] UX: Update Writer module pages with user-friendly text - Tasks: Changed 'Content Queue' to 'Writing Tasks' - Content: Changed 'Content Drafts' to 'Your Articles' - Review: Changed 'Content Review' to 'Review Queue' - Published: Changed 'Published Content' to 'Published Articles' - Images: Changed 'Content Images' to 'Article Images' - Dashboard: Changed 'Writer Dashboard' to 'Content Creation Dashboard' --- frontend/src/pages/Writer/Content.tsx | 2 +- frontend/src/pages/Writer/Dashboard.tsx | 4 ++-- frontend/src/pages/Writer/Images.tsx | 2 +- frontend/src/pages/Writer/Published.tsx | 2 +- frontend/src/pages/Writer/Review.tsx | 2 +- frontend/src/pages/Writer/Tasks.tsx | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/pages/Writer/Content.tsx b/frontend/src/pages/Writer/Content.tsx index 4cfda9f4..e3f311f5 100644 --- a/frontend/src/pages/Writer/Content.tsx +++ b/frontend/src/pages/Writer/Content.tsx @@ -290,7 +290,7 @@ export default function Content() { return ( <> , color: 'purple' }} navigation={} workflowInsights={workflowInsights} diff --git a/frontend/src/pages/Writer/Dashboard.tsx b/frontend/src/pages/Writer/Dashboard.tsx index cc5c2b4e..af673580 100644 --- a/frontend/src/pages/Writer/Dashboard.tsx +++ b/frontend/src/pages/Writer/Dashboard.tsx @@ -482,9 +482,9 @@ export default function WriterDashboard() { return ( <> - + , color: 'orange' }} navigation={} /> diff --git a/frontend/src/pages/Writer/Published.tsx b/frontend/src/pages/Writer/Published.tsx index e5c0d9d1..842c364f 100644 --- a/frontend/src/pages/Writer/Published.tsx +++ b/frontend/src/pages/Writer/Published.tsx @@ -317,7 +317,7 @@ export default function Published() { return ( <> , color: 'green' }} navigation={} /> diff --git a/frontend/src/pages/Writer/Review.tsx b/frontend/src/pages/Writer/Review.tsx index 19be6247..7396353e 100644 --- a/frontend/src/pages/Writer/Review.tsx +++ b/frontend/src/pages/Writer/Review.tsx @@ -356,7 +356,7 @@ export default function Review() { return ( <> , color: 'blue' }} navigation={} /> diff --git a/frontend/src/pages/Writer/Tasks.tsx b/frontend/src/pages/Writer/Tasks.tsx index b1fb09dd..3d1b99a1 100644 --- a/frontend/src/pages/Writer/Tasks.tsx +++ b/frontend/src/pages/Writer/Tasks.tsx @@ -434,7 +434,7 @@ export default function Tasks() { return ( <> , color: 'indigo' }} navigation={} workflowInsights={workflowInsights}