keywrods libarry update

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-18 17:57:56 +00:00
parent 9e88c475f7
commit 43df7af989
16 changed files with 1428 additions and 45 deletions

View File

@@ -17,7 +17,6 @@ import React from "react";
const SITE_AND_SECTOR_ROUTES = [
'/planner', // All planner pages
'/writer', // All writer pages
'/setup/add-keywords', // Add keywords page
];
const SINGLE_SITE_ROUTES = [
@@ -25,6 +24,7 @@ const SINGLE_SITE_ROUTES = [
'/publisher', // Content Calendar page
'/account/content-settings', // Content settings and sub-pages
'/sites', // Site dashboard and site settings pages (matches /sites/21, /sites/21/settings, /sites/21/content)
'/keywords-library', // Keywords Library - only site selector, no sector
];
const SITE_WITH_ALL_SITES_ROUTES = [

View File

@@ -101,11 +101,11 @@ const AppSidebar: React.FC = () => {
path: "/sites",
});
// Keyword Library - Browse and add curated keywords
// Keywords Library - Browse and add curated keywords
setupItems.push({
icon: <DocsIcon />,
name: "Keyword Library",
path: "/setup/add-keywords",
name: "Keywords Library",
path: "/keywords-library",
});
// Content Settings moved to Site Settings tabs - removed from sidebar