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

@@ -55,6 +55,7 @@ import {
} from "@/components/ui/tooltip";
import { Checkbox } from "@/components/ui/checkbox";
import { Label } from "@/components/ui/label";
import { ProjectSelector } from "@/components/project-selector";
import type { Placement } from "@/lib/types/api";
// ============================================================================
@@ -498,6 +499,7 @@ export default function PlacementsPage() {
className="pl-10"
/>
</div>
<ProjectSelector />
<div className="flex items-center gap-2">
<Checkbox
id="include-archived"