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 */}