text udpates ux

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-25 11:51:44 +00:00
parent d21b5b1363
commit e736697d6d
23 changed files with 199 additions and 126 deletions

View File

@@ -84,7 +84,7 @@ const AppSidebar: React.FC = () => {
if (isModuleEnabled('thinker')) {
setupItems.push({
icon: <BoltIcon />,
name: "Content Strategy",
name: "AI Writer Setup",
path: "/thinker/prompts", // Default to prompts, submenus shown as in-page navigation
});
}
@@ -105,7 +105,7 @@ const AppSidebar: React.FC = () => {
if (isModuleEnabled('writer')) {
workflowItems.push({
icon: <TaskIcon />,
name: "Create Content",
name: "Write Articles",
path: "/writer/tasks", // Default to tasks, submenus shown as in-page navigation
});
}
@@ -114,7 +114,7 @@ const AppSidebar: React.FC = () => {
if (isModuleEnabled('automation')) {
workflowItems.push({
icon: <BoltIcon />,
name: "Automation",
name: "Automate Everything",
path: "/automation",
});
}
@@ -158,7 +158,7 @@ const AppSidebar: React.FC = () => {
items: workflowItems,
},
{
label: "ACCOUNT",
label: "MANAGE ACCOUNT",
items: [
{
icon: <UserCircleIcon />,
@@ -183,7 +183,7 @@ const AppSidebar: React.FC = () => {
],
},
{
label: "PREFERENCES",
label: "CONFIGURATION",
items: [
{
icon: <UserCircleIcon />,
@@ -208,7 +208,7 @@ const AppSidebar: React.FC = () => {
],
},
{
label: "SUPPORT",
label: "HELP & LEARNING",
items: [
{
icon: <DocsIcon />,