mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(files): add Files page with nav, list, details, upload, and routing
Creates the full Files page UI (Tasks 8 & 9): FilesNav, FileListItem, FileList, FileDetails, FileUploadArea components, FilesPage layout, and wires up the /files route plus sidebar/mobile-nav entries.
This commit is contained in:
@@ -3,10 +3,10 @@ import { cn } from "@/lib/utils";
|
||||
import {
|
||||
LayoutGrid,
|
||||
Workflow,
|
||||
FolderOpen,
|
||||
HelpCircle,
|
||||
Settings,
|
||||
Grid3x3,
|
||||
FolderOpen,
|
||||
} from "lucide-react";
|
||||
import type { LucideIcon } from "lucide-react";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user