From 567e5bf73e102ca54399afbcbdf710957fd0e8c0 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Mon, 13 Jul 2026 15:44:36 +0000 Subject: [PATCH] Add History icon to AppIcon registry Portal sidebar was rendering nothing for the history app entry because History was missing from the Lucide icon map. Co-Authored-By: Claude Sonnet 4.6 --- src/components/AppIcon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppIcon.tsx b/src/components/AppIcon.tsx index 04b5216..00401b4 100644 --- a/src/components/AppIcon.tsx +++ b/src/components/AppIcon.tsx @@ -2,7 +2,7 @@ import { ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag, LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw, ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock, - Wrench, BarChart2, Monitor, + Wrench, BarChart2, Monitor, History, } from 'lucide-react' import type { LucideProps } from 'lucide-react' @@ -12,7 +12,7 @@ const iconMap: Record = { ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag, LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw, ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock, - Wrench, BarChart2, Monitor, + Wrench, BarChart2, Monitor, History, } interface Props {