refactor: setup sidebar workspace and session list

This commit is contained in:
Haileyesus
2026-03-30 15:48:20 +03:00
parent e165d2ca24
commit dfe9c75cfd
22 changed files with 2217 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
import { Folder, MessageSquare, Search, X } from 'lucide-react';
import { Input } from '@/shared/view/ui';
import { cn } from '@/lib/utils';
import { SearchMode } from '@/components/refactored/sidebar/types/index.js';
import type { SearchMode } from '@/components/refactored/sidebar/types';
type SidebarSearchProps = {