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'
This commit is contained in:
@@ -109,9 +109,9 @@ export default function AuthorProfiles() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="p-6">
|
<div className="p-6">
|
||||||
<PageMeta title="Author Profiles" />
|
<PageMeta title="Writing Styles" />
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Author Profiles"
|
title="Writing Styles"
|
||||||
badge={{ icon: <UserIcon />, color: 'blue' }}
|
badge={{ icon: <UserIcon />, color: 'blue' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={thinkerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={thinkerTabs} />}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -146,8 +146,8 @@ export default function ThinkerDashboard() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageMeta title="Thinker Dashboard - IGNY8" description="Strategic OS and thinking engine" />
|
<PageMeta title="Strategy Dashboard - IGNY8" description="Manage your content strategy" />
|
||||||
<PageHeader title="Thinker Dashboard" />
|
<PageHeader title="Strategy Dashboard" />
|
||||||
|
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
{/* Key Metrics */}
|
{/* Key Metrics */}
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ export default function ImageTesting() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageMeta title="Image Testing - IGNY8" description="AI image testing" />
|
<PageMeta title="Image Settings - IGNY8" description="Configure image generation" />
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Image Testing"
|
title="Image Settings"
|
||||||
badge={{ icon: <ImageIcon />, color: 'indigo' }}
|
badge={{ icon: <ImageIcon />, color: 'indigo' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={thinkerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={thinkerTabs} />}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -209,9 +209,9 @@ export default function Prompts() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageMeta title="Prompts - IGNY8" description="AI prompts management" />
|
<PageMeta title="Prompt Library - IGNY8" description="Manage your AI writing prompts" />
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="AI Prompts Management"
|
title="Prompt Library"
|
||||||
badge={{ icon: <BoltIcon />, color: 'orange' }}
|
badge={{ icon: <BoltIcon />, color: 'orange' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={thinkerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={thinkerTabs} />}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ export default function Strategies() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageMeta title="Strategies - IGNY8" description="Content strategies" />
|
<PageMeta title="Content Plans - IGNY8" description="Plan your content strategy" />
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Content Strategies"
|
title="Content Plans"
|
||||||
badge={{ icon: <ShootingStarIcon />, color: 'purple' }}
|
badge={{ icon: <ShootingStarIcon />, color: 'purple' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={thinkerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={thinkerTabs} />}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user