diff --git a/components/altdock/dashboard-view.tsx b/components/altdock/dashboard-view.tsx index 9298a45..c8f4fab 100644 --- a/components/altdock/dashboard-view.tsx +++ b/components/altdock/dashboard-view.tsx @@ -2,7 +2,7 @@ import { useEffect, useState, type FormEvent, type ReactNode } from "react"; import { useRouter, useSearchParams } from "next/navigation"; -import { Activity, ArrowUpRight, ChevronRight, Clipboard, Code2, Copy, Database, ExternalLink, Filter, HardDrive, Pencil, Plus, RefreshCw, Search, ShieldCheck, UploadCloud, XCircle, type LucideIcon } from "lucide-react"; +import { Activity, ArrowUpRight, Boxes, ChevronRight, Clipboard, Code2, Copy, Database, ExternalLink, Filter, HardDrive, Pencil, Plus, RefreshCw, Search, ShieldCheck, UploadCloud, XCircle, type LucideIcon } from "lucide-react"; import type { AppRecord, ReleaseRecord, SourceRecord } from "@/packages/core/src/index"; import { API_BASE, flattenApps, flattenReleases, formatBytes, formatDate, formatDateTime, statusLabel, statusTone, visibilityLabel, visibilityTone, type DashboardData, type DashboardSource, type Visibility } from "@/app/lib/dashboard"; import { useDashboard } from "./dashboard-provider";