diff --git a/app/components/HorizontalCollectionsList.tsx b/app/components/HorizontalCollectionsList.tsx index 6c3fbc9..5ddb1bd 100644 --- a/app/components/HorizontalCollectionsList.tsx +++ b/app/components/HorizontalCollectionsList.tsx @@ -116,14 +116,17 @@ const HorizontalCollectionsList = ({ {/* Scroll Container */}
-
+
{collections.map((collection, index) => (
@@ -174,7 +177,7 @@ const HorizontalCollectionsList = ({ {showViewAllButton && (
@@ -203,9 +206,9 @@ const HorizontalCollectionsList = ({ )}
- {/* Navigation Buttons Row */} + {/* Navigation Buttons Row (mobile only) */} {collections.length > 1 && ( -
+
{ // experience at all widths so nothing regresses while we build the rest. const p = location.pathname; const isDesktopReady = - p === "/" || p.startsWith("/search/") || p === "/cart"; + p === "/" || + p.startsWith("/search/") || + p.startsWith("/seller/") || + p === "/cart"; const isThread = !!location.pathname.split("threads")[1]; return ( diff --git a/app/routes/seller.$sellerId._index.tsx b/app/routes/seller.$sellerId._index.tsx index 56af9c1..12c814e 100644 --- a/app/routes/seller.$sellerId._index.tsx +++ b/app/routes/seller.$sellerId._index.tsx @@ -191,21 +191,26 @@ export default function Seller() { onRetry={refetch} type="seller" > -
+
{/* Header */}
- -
+
+ +
+
+

+ {seller?.storeName} +

-
-
+
+

{seller?.followerCount}

دنبال کننده

@@ -243,14 +248,14 @@ export default function Seller() {
-
+
-
+