From d7220aeb9173ca37b5fe400fee9f843195f8b665 Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Thu, 25 Dec 2025 06:32:15 +0000 Subject: [PATCH] UX Text Improvements: Thinker Module Pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated page titles to be more descriptive: * Prompts: 'AI Prompts Management' → 'Customize Your AI Writer' * AuthorProfiles: 'Author Profiles' → 'Choose Your Writing Voice' * Strategies: 'Content Strategies' → 'Your Content Strategies' * ImageTesting: 'Image Testing' → 'Test Your Image Generator' * Dashboard: 'Thinker Dashboard' → 'Your AI Configuration Dashboard' - Updated navigation tab labels across all Thinker pages: * 'Prompts' → 'AI Instructions' * 'Author Profiles' → 'Writing Voices' * 'Strategies' → 'Content Strategies' * 'Image Testing' stays the same - Updated Prompts page section titles: * 'Planner Prompts' → 'Keyword & Topic Instructions' * 'Writer Prompts' → 'Article Writing Instructions' * Updated descriptions to be more conversational Part of comprehensive UX text improvement initiative. --- frontend/src/pages/Thinker/AuthorProfiles.tsx | 8 ++++---- frontend/src/pages/Thinker/Dashboard.tsx | 2 +- frontend/src/pages/Thinker/ImageTesting.tsx | 8 ++++---- frontend/src/pages/Thinker/Prompts.tsx | 16 ++++++++-------- frontend/src/pages/Thinker/Strategies.tsx | 8 ++++---- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/frontend/src/pages/Thinker/AuthorProfiles.tsx b/frontend/src/pages/Thinker/AuthorProfiles.tsx index db93eea4..7e4a9a41 100644 --- a/frontend/src/pages/Thinker/AuthorProfiles.tsx +++ b/frontend/src/pages/Thinker/AuthorProfiles.tsx @@ -101,9 +101,9 @@ export default function AuthorProfiles() { // Thinker navigation tabs const thinkerTabs = [ - { label: 'Prompts', path: '/thinker/prompts', icon: }, - { label: 'Author Profiles', path: '/thinker/author-profiles', icon: }, - { label: 'Strategies', path: '/thinker/strategies', icon: }, + { label: 'AI Instructions', path: '/thinker/prompts', icon: }, + { label: 'Writing Voices', path: '/thinker/author-profiles', icon: }, + { label: 'Content Strategies', path: '/thinker/strategies', icon: }, { label: 'Image Testing', path: '/thinker/image-testing', icon: }, ]; @@ -111,7 +111,7 @@ export default function AuthorProfiles() {
, color: 'blue' }} navigation={} /> diff --git a/frontend/src/pages/Thinker/Dashboard.tsx b/frontend/src/pages/Thinker/Dashboard.tsx index 82186d0a..8b6a94e7 100644 --- a/frontend/src/pages/Thinker/Dashboard.tsx +++ b/frontend/src/pages/Thinker/Dashboard.tsx @@ -147,7 +147,7 @@ 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..a84f8814 100644 --- a/frontend/src/pages/Thinker/ImageTesting.tsx +++ b/frontend/src/pages/Thinker/ImageTesting.tsx @@ -7,9 +7,9 @@ import { BoltIcon, UserIcon, ShootingStarIcon, ImageIcon } from "../../icons"; export default function ImageTesting() { // Thinker navigation tabs const thinkerTabs = [ - { label: 'Prompts', path: '/thinker/prompts', icon: }, - { label: 'Author Profiles', path: '/thinker/author-profiles', icon: }, - { label: 'Strategies', path: '/thinker/strategies', icon: }, + { label: 'AI Instructions', path: '/thinker/prompts', icon: }, + { label: 'Writing Voices', path: '/thinker/author-profiles', icon: }, + { label: 'Content Strategies', path: '/thinker/strategies', icon: }, { label: 'Image Testing', path: '/thinker/image-testing', icon: }, ]; @@ -17,7 +17,7 @@ export default function ImageTesting() { <> , color: 'indigo' }} navigation={} /> diff --git a/frontend/src/pages/Thinker/Prompts.tsx b/frontend/src/pages/Thinker/Prompts.tsx index 176c7f6f..594d4162 100644 --- a/frontend/src/pages/Thinker/Prompts.tsx +++ b/frontend/src/pages/Thinker/Prompts.tsx @@ -201,9 +201,9 @@ export default function Prompts() { // Thinker navigation tabs const thinkerTabs = [ - { label: 'Prompts', path: '/thinker/prompts', icon: }, - { label: 'Author Profiles', path: '/thinker/author-profiles', icon: }, - { label: 'Strategies', path: '/thinker/strategies', icon: }, + { label: 'AI Instructions', path: '/thinker/prompts', icon: }, + { label: 'Writing Voices', path: '/thinker/author-profiles', icon: }, + { label: 'Content Strategies', path: '/thinker/strategies', icon: }, { label: 'Image Testing', path: '/thinker/image-testing', icon: }, ]; @@ -211,7 +211,7 @@ export default function Prompts() { <> , color: 'orange' }} navigation={} /> @@ -222,10 +222,10 @@ export default function Prompts() {

- Planner Prompts + Keyword & Topic Instructions

- Configure AI prompt templates for clustering and idea generation + Tell the AI how to group keywords and suggest content ideas

@@ -295,10 +295,10 @@ export default function Prompts() {

- Writer Prompts + Article Writing Instructions

- Configure AI prompt templates for content writing + Tell the AI how to write your articles

diff --git a/frontend/src/pages/Thinker/Strategies.tsx b/frontend/src/pages/Thinker/Strategies.tsx index 7c39ec00..faddcf8d 100644 --- a/frontend/src/pages/Thinker/Strategies.tsx +++ b/frontend/src/pages/Thinker/Strategies.tsx @@ -7,9 +7,9 @@ import { BoltIcon, UserIcon, ShootingStarIcon, ImageIcon } from "../../icons"; export default function Strategies() { // Thinker navigation tabs const thinkerTabs = [ - { label: 'Prompts', path: '/thinker/prompts', icon: }, - { label: 'Author Profiles', path: '/thinker/author-profiles', icon: }, - { label: 'Strategies', path: '/thinker/strategies', icon: }, + { label: 'AI Instructions', path: '/thinker/prompts', icon: }, + { label: 'Writing Voices', path: '/thinker/author-profiles', icon: }, + { label: 'Content Strategies', path: '/thinker/strategies', icon: }, { label: 'Image Testing', path: '/thinker/image-testing', icon: }, ]; @@ -17,7 +17,7 @@ export default function Strategies() { <> , color: 'purple' }} navigation={} />