feat: initial bulk file upload dialog

This commit is contained in:
2025-10-12 00:43:31 +00:00
parent bcc0f9f5e2
commit 0e460370da
10 changed files with 558 additions and 80 deletions

View File

@@ -25,7 +25,6 @@ import {
SidebarMenu,
SidebarMenuButton,
SidebarMenuItem,
SidebarRail,
} from "@/components/ui/sidebar"
import { LoadingSpinner } from "../components/ui/loading-spinner"
import { backgroundTaskProgressAtom } from "./state"
@@ -50,7 +49,6 @@ export function DashboardSidebar() {
<BackgroundTaskProgressItem />
</SidebarMenu>
</SidebarFooter>
<SidebarRail />
</Sidebar>
)
}