From 3274470737d57f228577717bf5dfa260be09e823 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 1 Jun 2026 20:35:15 +0000 Subject: [PATCH] fix(admin): remove lazy loading wireframes and fix dark styling - LoadingSkeleton: updated to warm stone palette instead of slate - WholesaleClient: converted from dark zinc to warm stone theme - Updated stat cards, tables, and section backgrounds to match admin theme - Replaced loading screen from dark to light theme --- src/app/admin/wholesale/WholesaleClient.tsx | 68 ++++++++++----------- src/components/shared/LoadingSkeleton.tsx | 30 ++++----- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/src/app/admin/wholesale/WholesaleClient.tsx b/src/app/admin/wholesale/WholesaleClient.tsx index 359c0ef..0ae5b7e 100644 --- a/src/app/admin/wholesale/WholesaleClient.tsx +++ b/src/app/admin/wholesale/WholesaleClient.tsx @@ -94,36 +94,36 @@ export default function WholesaleClient({ brandId }: { brandId: string }) { if (loading) { return ( -
-

Loading wholesale data...

+
+

Loading wholesale data...

); } return ( -
+
{/* Header */} -
+
-

Wholesale Portal

-

Manage wholesale orders, customers, and products

+

Wholesale Portal

+

Manage wholesale orders, customers, and products

{/* Tab nav */} -
+