From 0b5c6872e3cd412eb0b64edd3233290ec325d3b7 Mon Sep 17 00:00:00 2001 From: Urtzi Alfaro Date: Sat, 30 Aug 2025 19:21:15 +0200 Subject: [PATCH] Add new page designs 2 --- .../components/layout/AppShell/AppShell.tsx | 1 + .../src/components/layout/Header/Header.tsx | 19 ++++++++++++++----- .../operations/inventory/InventoryPage.tsx | 2 +- .../app/operations/orders/OrdersPage.tsx | 2 +- .../procurement/ProcurementPage.tsx | 4 ++-- .../operations/production/ProductionPage.tsx | 2 +- .../app/operations/recipes/RecipesPage.tsx | 2 +- 7 files changed, 21 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/layout/AppShell/AppShell.tsx b/frontend/src/components/layout/AppShell/AppShell.tsx index fb06c545..1f2b7dbf 100644 --- a/frontend/src/components/layout/AppShell/AppShell.tsx +++ b/frontend/src/components/layout/AppShell/AppShell.tsx @@ -242,6 +242,7 @@ export const AppShell = forwardRef(({
(({ {/* Right section */} {isAuthenticated && ( -
+
{/* Mobile search */} {showSearch && ( {isUserMenuOpen && ( diff --git a/frontend/src/pages/app/operations/inventory/InventoryPage.tsx b/frontend/src/pages/app/operations/inventory/InventoryPage.tsx index 1efa6263..cf2228a0 100644 --- a/frontend/src/pages/app/operations/inventory/InventoryPage.tsx +++ b/frontend/src/pages/app/operations/inventory/InventoryPage.tsx @@ -230,7 +230,7 @@ const InventoryPage: React.FC = () => { {/* Stats Grid */} {/* Low Stock Alert */} diff --git a/frontend/src/pages/app/operations/orders/OrdersPage.tsx b/frontend/src/pages/app/operations/orders/OrdersPage.tsx index 10e5df47..97904f10 100644 --- a/frontend/src/pages/app/operations/orders/OrdersPage.tsx +++ b/frontend/src/pages/app/operations/orders/OrdersPage.tsx @@ -188,7 +188,7 @@ const OrdersPage: React.FC = () => { {/* Stats Grid */} {/* Simplified Controls */} diff --git a/frontend/src/pages/app/operations/procurement/ProcurementPage.tsx b/frontend/src/pages/app/operations/procurement/ProcurementPage.tsx index c6229a24..1ddbb90f 100644 --- a/frontend/src/pages/app/operations/procurement/ProcurementPage.tsx +++ b/frontend/src/pages/app/operations/procurement/ProcurementPage.tsx @@ -196,7 +196,7 @@ const ProcurementPage: React.FC = () => { ]; return ( -
+
{ {/* Stats Grid */} {/* Tabs Navigation */} diff --git a/frontend/src/pages/app/operations/production/ProductionPage.tsx b/frontend/src/pages/app/operations/production/ProductionPage.tsx index db20fece..ad7c67de 100644 --- a/frontend/src/pages/app/operations/production/ProductionPage.tsx +++ b/frontend/src/pages/app/operations/production/ProductionPage.tsx @@ -183,7 +183,7 @@ const ProductionPage: React.FC = () => { {/* Production Stats */} {/* Tabs Navigation */} diff --git a/frontend/src/pages/app/operations/recipes/RecipesPage.tsx b/frontend/src/pages/app/operations/recipes/RecipesPage.tsx index 55ad287e..61e41ff9 100644 --- a/frontend/src/pages/app/operations/recipes/RecipesPage.tsx +++ b/frontend/src/pages/app/operations/recipes/RecipesPage.tsx @@ -222,7 +222,7 @@ const RecipesPage: React.FC = () => { {/* Stats Grid */} {/* Simplified Controls */}