From f559bd44a17722f2b9a0ea804521174abb3f6476 Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Thu, 25 Dec 2025 09:02:23 +0000 Subject: [PATCH] UX: Update Thinker module pages with user-friendly text - Prompts: Changed 'AI Prompts Management' to 'Prompt Library' - Author Profiles: Changed to 'Writing Styles' - Strategies: Changed 'Content Strategies' to 'Content Plans' - Image Testing: Changed to 'Image Settings' - Dashboard: Changed 'Thinker Dashboard' to 'Strategy Dashboard' --- frontend/src/pages/Thinker/AuthorProfiles.tsx | 4 ++-- frontend/src/pages/Thinker/Dashboard.tsx | 4 ++-- frontend/src/pages/Thinker/ImageTesting.tsx | 4 ++-- frontend/src/pages/Thinker/Prompts.tsx | 4 ++-- frontend/src/pages/Thinker/Strategies.tsx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/pages/Thinker/AuthorProfiles.tsx b/frontend/src/pages/Thinker/AuthorProfiles.tsx index db93eea4..87175a11 100644 --- a/frontend/src/pages/Thinker/AuthorProfiles.tsx +++ b/frontend/src/pages/Thinker/AuthorProfiles.tsx @@ -109,9 +109,9 @@ export default function AuthorProfiles() { return (
- + , color: 'blue' }} navigation={} /> diff --git a/frontend/src/pages/Thinker/Dashboard.tsx b/frontend/src/pages/Thinker/Dashboard.tsx index 82186d0a..f610d116 100644 --- a/frontend/src/pages/Thinker/Dashboard.tsx +++ b/frontend/src/pages/Thinker/Dashboard.tsx @@ -146,8 +146,8 @@ export default function ThinkerDashboard() { return ( <> - - + +
{/* Key Metrics */} diff --git a/frontend/src/pages/Thinker/ImageTesting.tsx b/frontend/src/pages/Thinker/ImageTesting.tsx index bb09bcc7..427fb076 100644 --- a/frontend/src/pages/Thinker/ImageTesting.tsx +++ b/frontend/src/pages/Thinker/ImageTesting.tsx @@ -15,9 +15,9 @@ export default function ImageTesting() { return ( <> - + , color: 'indigo' }} navigation={} /> diff --git a/frontend/src/pages/Thinker/Prompts.tsx b/frontend/src/pages/Thinker/Prompts.tsx index 176c7f6f..3e063bd3 100644 --- a/frontend/src/pages/Thinker/Prompts.tsx +++ b/frontend/src/pages/Thinker/Prompts.tsx @@ -209,9 +209,9 @@ export default function Prompts() { return ( <> - + , color: 'orange' }} navigation={} /> diff --git a/frontend/src/pages/Thinker/Strategies.tsx b/frontend/src/pages/Thinker/Strategies.tsx index 7c39ec00..65da6f5d 100644 --- a/frontend/src/pages/Thinker/Strategies.tsx +++ b/frontend/src/pages/Thinker/Strategies.tsx @@ -15,9 +15,9 @@ export default function Strategies() { return ( <> - + , color: 'purple' }} navigation={} />