feat: add doctor profile page with sidebar integration and routing

This commit is contained in:
hamed
2026-06-11 19:06:59 +03:30
parent 704075770b
commit 277922d4ae
7 changed files with 347 additions and 76 deletions
@@ -14,6 +14,7 @@ import {
KeyIcon,
StarIcon,
TagIcon,
UserCircleIcon,
UserGroupIcon,
UsersIcon,
} from "@heroicons/react/24/outline";
@@ -92,6 +93,12 @@ function buildSections(primaryRole: string | null, dbUuid: string | null): Secti
{ to: '/admin/dashboard', icon: ChartBarIcon, label: 'داشبورد' },
],
},
{
label: 'پروفایل',
items: [
{ to: '/admin/profile', icon: UserCircleIcon, label: 'پروفایل من' },
],
},
{
label: 'مدیریت',
items: [