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:
Siddharth Kumar Sah
2026-03-26 01:10:50 +08:00
parent 24644c1c10
commit 788b8c8bad
8 changed files with 506 additions and 1 deletions
+1 -1
View File
@@ -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";