feat: projects selector replace

This commit is contained in:
ivannoskov
2026-01-07 16:08:26 +03:00
parent 7e0c9e368e
commit 646e97df3e
15 changed files with 48 additions and 48 deletions

View File

@@ -16,6 +16,7 @@ import {
import { DashboardHeader } from "@/components/layout/dashboard-header";
import { useWorkspace } from "@/components/providers/workspace-provider";
import { demoAwareAnalyticsApi } from "@/lib/demo";
import { ProjectSelector } from "@/components/project-selector";
import {
Card,
CardContent,
@@ -169,13 +170,16 @@ export default function ChannelsAnalyticsPage() {
/>
<div className="flex flex-1 flex-col gap-4 p-4 pt-0 mt-4">
<div>
<h1 className="text-2xl font-bold tracking-tight">
Аналитика по каналам
</h1>
<p className="text-muted-foreground">
Эффективность каналов размещения
</p>
<div className="flex items-center justify-between">
<div>
<h1 className="text-2xl font-bold tracking-tight">
Аналитика по каналам
</h1>
<p className="text-muted-foreground">
Эффективность каналов размещения
</p>
</div>
<ProjectSelector />
</div>
{loading ? (