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'
This commit is contained in:
@@ -290,7 +290,7 @@ export default function Content() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Content Drafts"
|
title="Your Articles"
|
||||||
badge={{ icon: <FileIcon />, color: 'purple' }}
|
badge={{ icon: <FileIcon />, color: 'purple' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
||||||
workflowInsights={workflowInsights}
|
workflowInsights={workflowInsights}
|
||||||
|
|||||||
@@ -482,9 +482,9 @@ export default function WriterDashboard() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageMeta title="Writer Dashboard - IGNY8" description="Content creation overview" />
|
<PageMeta title="Content Creation Dashboard - IGNY8" description="Track your writing progress and productivity" />
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Writer Dashboard"
|
title="Content Creation Dashboard"
|
||||||
lastUpdated={lastUpdated}
|
lastUpdated={lastUpdated}
|
||||||
showRefresh={true}
|
showRefresh={true}
|
||||||
onRefresh={fetchDashboardData}
|
onRefresh={fetchDashboardData}
|
||||||
|
|||||||
@@ -459,7 +459,7 @@ export default function Images() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Content Images"
|
title="Article Images"
|
||||||
badge={{ icon: <FileIcon />, color: 'orange' }}
|
badge={{ icon: <FileIcon />, color: 'orange' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ export default function Published() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Published Content"
|
title="Published Articles"
|
||||||
badge={{ icon: <CheckCircleIcon />, color: 'green' }}
|
badge={{ icon: <CheckCircleIcon />, color: 'green' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -356,7 +356,7 @@ export default function Review() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Content Review"
|
title="Review Queue"
|
||||||
badge={{ icon: <CheckCircleIcon />, color: 'blue' }}
|
badge={{ icon: <CheckCircleIcon />, color: 'blue' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -434,7 +434,7 @@ export default function Tasks() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Content Queue"
|
title="Writing Tasks"
|
||||||
badge={{ icon: <TaskIcon />, color: 'indigo' }}
|
badge={{ icon: <TaskIcon />, color: 'indigo' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
||||||
workflowInsights={workflowInsights}
|
workflowInsights={workflowInsights}
|
||||||
|
|||||||
Reference in New Issue
Block a user