feat: add header channel selector & adding channel modal menu

This commit is contained in:
ivannoskov
2025-12-01 05:57:28 +03:00
parent d4672ea32b
commit d2cc1c39b3
22 changed files with 3473 additions and 892 deletions

View File

@@ -11,7 +11,6 @@ import {
LayoutDashboard,
Megaphone,
ShoppingCart,
Target,
TrendingUp,
Settings2,
ExternalLink,
@@ -36,17 +35,6 @@ const data = {
icon: LayoutDashboard,
isActive: true,
},
{
title: "Целевые каналы",
url: "/channels",
icon: Target,
items: [
{
title: "Все каналы",
url: "/channels",
},
],
},
{
title: "Внешние каналы",
url: "/external-channels",