refactor: implement responsive side navigation with new portal sidebar configuration

This commit is contained in:
poyrazavsever
2026-06-07 07:40:57 +03:00
parent 855723ffd1
commit 47b9f728e6
3 changed files with 225 additions and 56 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import { createClient } from "@/lib/supabase/server";
import { Card, CardContent } from "poyraz-ui/atoms";
import { Badge } from "poyraz-ui/molecules";
import { Card, CardContent, Badge } from "poyraz-ui/atoms";
import { FolderKanban, CheckCircle2, Clock, ArrowRight } from "lucide-react";
import Link from "next/link";
import { format } from "date-fns";