From 4aab1fe1f87a2d402669e8080741704b407f7cea Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Sat, 11 Apr 2026 00:06:03 +0200 Subject: [PATCH] feat(260411-022): compact global items catalog header - Replace arrow entity + "Dashboard" back link with ArrowLeft icon + "Discover" - Consolidate title and search into a single flex row (wraps on mobile) - Reduce outer padding from py-6 to py-4 - Remove subtitle paragraph and separate mb-6/mb-8 section margins --- src/client/routes/global-items/index.tsx | 25 +++++++++++------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/src/client/routes/global-items/index.tsx b/src/client/routes/global-items/index.tsx index eeb3c59..8934772 100644 --- a/src/client/routes/global-items/index.tsx +++ b/src/client/routes/global-items/index.tsx @@ -1,4 +1,5 @@ import { createFileRoute, Link } from "@tanstack/react-router"; +import { ArrowLeft } from "lucide-react"; import { useEffect, useState } from "react"; import { GlobalItemCard } from "../../components/GlobalItemCard"; import { useGlobalItems } from "../../hooks/useGlobalItems"; @@ -23,28 +24,24 @@ function GlobalItemsCatalog() { ); return ( -
-
+
+ {/* Back link */} +
- ← Dashboard + + Discover
-
-

+ {/* Title + search row */} +
+

Global Gear Catalog

-

- Browse and discover gear from the shared catalog -

-
- - {/* Search */} -
-
+