diff --git a/admin-spa/src/App.tsx b/admin-spa/src/App.tsx index d2855da..dbf3292 100644 --- a/admin-spa/src/App.tsx +++ b/admin-spa/src/App.tsx @@ -487,12 +487,15 @@ function Shell() { ) : (
- - {!isMorePage && (isDashboardRoute ? ( - - ) : ( - - ))} + {/* Flex wrapper: mobile = col (PageHeader first), desktop = col-reverse (SubmenuBar first) */} +
+ + {!isMorePage && (isDashboardRoute ? ( + + ) : ( + + ))} +
@@ -505,12 +508,15 @@ function Shell() { ) : (
- - {isDashboardRoute ? ( - - ) : ( - - )} + {/* Flex wrapper: mobile = col (PageHeader first), desktop = col-reverse (SubmenuBar first) */} +
+ + {isDashboardRoute ? ( + + ) : ( + + )} +
diff --git a/admin-spa/src/routes/Orders/components/OrderCard.tsx b/admin-spa/src/routes/Orders/components/OrderCard.tsx index 2baa89d..1fa8ff8 100644 --- a/admin-spa/src/routes/Orders/components/OrderCard.tsx +++ b/admin-spa/src/routes/Orders/components/OrderCard.tsx @@ -50,17 +50,19 @@ export function OrderCard({ order, selected, onSelect, currencyConfig }: OrderCa
)} - {/* Order ID Badge with Status Color */} -
- #{order.number} -
- {/* Content */}
- {/* Line 1: Date (small) */} -
- {formatRelativeOrDate(order.date_ts)} -
+
+ + {/* Order ID Badge with Status Color */} +
+ #{order.number} +
+ {/* Line 1: Date (small) */} +
+ {formatRelativeOrDate(order.date_ts)} +
+
{/* Line 2: Customer */}