feat(services): add services menu item to sidebar and update related components

This commit is contained in:
hamed
2026-07-15 16:35:02 +03:30
parent 704e69f05f
commit 5c15a4dd7f
5 changed files with 37 additions and 11 deletions
+13 -2
View File
@@ -22,6 +22,7 @@ import {
StarIcon,
TagIcon,
UserCircleIcon,
WrenchScrewdriverIcon,
UserGroupIcon,
UsersIcon,
} from "@heroicons/react/24/outline";
@@ -242,10 +243,15 @@ function buildSections(
icon: ArchiveBoxIcon,
label: "انبارداری",
},
{
to: "/admin/clinic-services",
icon: WrenchScrewdriverIcon,
label: "سرویس ها",
},
],
},
{
// مدیریت بیمه / سرویس‌ها / کیف پول پیامک زیر همین «تنظیمات» است
// مدیریت بیمه / کیف پول پیامک زیر همین «تنظیمات» است
// (منوی داخل صفحهٔ اشتراک)، نه در سایدبار اصلی.
label: "تنظیمات",
items: [
@@ -312,10 +318,15 @@ function buildSections(
icon: ArchiveBoxIcon,
label: "انبارداری",
},
{
to: "/admin/clinic-services",
icon: WrenchScrewdriverIcon,
label: "سرویس ها",
},
],
},
{
// مدیریت بیمه / سرویس‌ها / کیف پول پیامک زیر همین «تنظیمات» است
// مدیریت بیمه / کیف پول پیامک زیر همین «تنظیمات» است
// (منوی داخل صفحهٔ اشتراک)، نه در سایدبار اصلی.
label: "تنظیمات",
items: [