From 3dcac2dcb609604894b442a88d927cdb17bf9c1c Mon Sep 17 00:00:00 2001 From: Benjamin Sutter Date: Thu, 11 Jun 2026 00:02:40 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20MyListings=20=E2=80=94=20sticky=20header?= =?UTF-8?q?=20bar=20matches=20standard=20page=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restructured from scrollable content-box to flex-column with a fixed header bar (borderBottom #e8e7e4, py:2.5) and a scrollable content area below — identical pattern to all other pages. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/supply/MyListings.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/supply/MyListings.tsx b/src/pages/supply/MyListings.tsx index 12f2684..c588059 100644 --- a/src/pages/supply/MyListings.tsx +++ b/src/pages/supply/MyListings.tsx @@ -339,8 +339,9 @@ export default function MyListings() { } return ( - - + + {/* Header */} + Inserate @@ -357,6 +358,8 @@ export default function MyListings() { + + {actionError && ( setActionError(null)}> {actionError} @@ -415,6 +418,8 @@ export default function MyListings() { )} + {/* end scroll container */} + {/* Detail / edit drawer */}