fix(components): improve components design and user experience

This commit is contained in:
2026-03-15 02:01:54 +08:00
parent 49e1f0080f
commit a35426c5c8
6 changed files with 55 additions and 38 deletions

View File

@@ -6,7 +6,8 @@ import {
PanelLeftClose,
PanelLeftOpen,
PanelRightClose,
PanelRightOpen
PanelRightOpen,
Briefcase,
} from 'lucide-react';
import { useTranslation } from '../hooks/useTranslation';
@@ -31,6 +32,11 @@ export const Sidebar = () => {
icon: Users,
label: t.sidebar?.clients || 'Clients'
},
{
path: '/projects',
icon: Briefcase,
label: t.sidebar?.projects || 'Projects'
},
];
return (