diff --git a/app/components/HeaderWithSupport.tsx b/app/components/HeaderWithSupport.tsx index db8799e..ab12897 100644 --- a/app/components/HeaderWithSupport.tsx +++ b/app/components/HeaderWithSupport.tsx @@ -39,7 +39,9 @@ const HeaderWithSupport = memo(function HeaderWithSupport({ return ( <> -
+ {/* Mobile only — on desktop the dashboard sidebar / desktop header stands + in for this back+support bar. */} +
{renderHeader()} +

+ {mode === "create" ? "ایجاد فروشگاه" : "ویرایش اطلاعات فروشگاه"} +

{renderLogoSection()} diff --git a/app/routes/profile.location.add.tsx b/app/routes/profile.location.add.tsx index 1dfb33e..69ab59c 100644 --- a/app/routes/profile.location.add.tsx +++ b/app/routes/profile.location.add.tsx @@ -19,8 +19,11 @@ export default function AddLocation() { const [showMap, setShowMap] = useState(false); return ( -
+
+

+ افزودن آدرس +

{!showMap ? ( // Show form first with option to use map diff --git a/app/routes/profile.location.edit.$id.tsx b/app/routes/profile.location.edit.$id.tsx index b3ec040..ba3f1f4 100644 --- a/app/routes/profile.location.edit.$id.tsx +++ b/app/routes/profile.location.edit.$id.tsx @@ -62,8 +62,11 @@ export default function EditLocation() { }; }, []); return ( -
+
+

+ ویرایش آدرس +

+
{/* Header */} +
{status === "success" ? ( diff --git a/app/routes/store.$storeId.financial-dashboard.cash-funds.tsx b/app/routes/store.$storeId.financial-dashboard.cash-funds.tsx index f497b22..7376e5e 100644 --- a/app/routes/store.$storeId.financial-dashboard.cash-funds.tsx +++ b/app/routes/store.$storeId.financial-dashboard.cash-funds.tsx @@ -75,8 +75,11 @@ export default function CashingFunds() { useServiceGetBankAccounts(); const [cashDrawerIsOpen, setCashDrawerIsOpen] = useState(false); return ( -
+
+

+ برداشت وجه +

کارت‌های بانکی شما:

diff --git a/app/routes/store.$storeId.financial-dashboard.reports.tsx b/app/routes/store.$storeId.financial-dashboard.reports.tsx index 3f6e8f0..d124220 100644 --- a/app/routes/store.$storeId.financial-dashboard.reports.tsx +++ b/app/routes/store.$storeId.financial-dashboard.reports.tsx @@ -62,8 +62,11 @@ export default function Reports() { }, [fromDate, toDate, setSearchParams]); return ( -
+
+

+ گزارش مالی +

- {/* Header */} -
- -

لیست تراکنش‌ها

+
+ {/* Header (keeps the filter button; just constrained on desktop) */} +
+ +

لیست تراکنش‌ها

{ filterIconClicked(); diff --git a/app/routes/store.$storeId.orders.$orderId.tsx b/app/routes/store.$storeId.orders.$orderId.tsx index d5df279..6fe3791 100644 --- a/app/routes/store.$storeId.orders.$orderId.tsx +++ b/app/routes/store.$storeId.orders.$orderId.tsx @@ -168,8 +168,11 @@ export default function OrderDetail() { } return ( <> -
+
+

+ جزئیات سفارش +

diff --git a/app/routes/store.$storeId.shipping-method.tsx b/app/routes/store.$storeId.shipping-method.tsx index ff8bc51..557abdd 100644 --- a/app/routes/store.$storeId.shipping-method.tsx +++ b/app/routes/store.$storeId.shipping-method.tsx @@ -313,8 +313,11 @@ export default function ShippingMethod() { } return ( -

+
+

+ نحوه ارسال +

+
+
safeGoBack(navigate)}