history order status

This commit is contained in:
Samandar Turgunboyev
2025-11-03 17:56:48 +05:00
parent 9803edc478
commit c6c01a4607
19 changed files with 1122 additions and 46 deletions

View File

@@ -148,6 +148,12 @@ const MENU_ITEMS = [
{ label: "Sayt uchun Banner", path: "/site-banner/" },
],
},
{
label: "Pul olish sorovlari",
icon: Wallet,
path: "/withdraw/list",
roles: ["buxgalter", "moderator", "tour_admin"],
},
];
export function Sidebar({ role }: SidebarProps) {
@@ -275,7 +281,7 @@ export function Sidebar({ role }: SidebarProps) {
);
return (
<div className="lg:border fixed">
<div className="lg:border fixed max-lg:sticky">
{/* Mobil versiya */}
<div className="lg:hidden flex items-center justify-end bg-gray-900 p-4 sticky top-0 z-50">
<Sheet open={isSheetOpen} onOpenChange={setIsSheetOpen}>