Improve the frontend modals

This commit is contained in:
Urtzi Alfaro
2025-10-27 16:33:26 +01:00
parent 61376b7a9f
commit 858d985c92
143 changed files with 9289 additions and 2306 deletions

View File

@@ -35,7 +35,12 @@ import {
LogOut,
MoreHorizontal,
X,
Search
Search,
Leaf,
ChefHat,
ClipboardCheck,
BrainCircuit,
Cog
} from 'lucide-react';
export interface SidebarProps {
@@ -109,6 +114,11 @@ const iconMap: Record<string, React.ComponentType<{ className?: string }>> = {
settings: Settings,
user: User,
'credit-card': CreditCard,
leaf: Leaf,
'chef-hat': ChefHat,
'clipboard-check': ClipboardCheck,
'brain-circuit': BrainCircuit,
cog: Cog,
};
/**