This commit is contained in:
IGNY8 VPS (Salman)
2025-11-29 07:20:26 +00:00
parent 341650bddc
commit 4bea79a76d
21 changed files with 443 additions and 1065 deletions

View File

@@ -130,17 +130,10 @@ const AppSidebar: React.FC = () => {
workflowItems.push({
icon: <TaskIcon />,
name: "Writer",
path: "/writer/content", // Default to content, submenus shown as in-page navigation
path: "/writer/tasks", // Default to tasks, submenus shown as in-page navigation
});
}
// Add Content Manager (always enabled - single item, no dropdown)
workflowItems.push({
icon: <FileIcon />,
name: "Content Manager",
path: "/content-manager", // Default to all content, submenus shown as in-page navigation
});
// Add Linker if enabled (single item, no dropdown)
if (moduleEnabled('linker')) {
workflowItems.push({