From 2ce882f36ecbdce47576e1f5f6183aa1425e84e6 Mon Sep 17 00:00:00 2001 From: Tim Howitz Date: Tue, 6 May 2025 08:34:16 +0100 Subject: [PATCH] More polishing --- src/app/shop/page.tsx | 26 +----- src/app/warehouse/page.tsx | 169 ++++++++++++++++++++----------------- 2 files changed, 96 insertions(+), 99 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 02cda97..53a23bc 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -224,37 +224,17 @@ export default function Shop() { return (
{/* Main Content */} -
+
{/* Artifact Grid */} -
+
{currentArtifacts.map((artifact) => ( ))}
- {/* Sidebar */} -
- {}} - hoveredEventId="" - setHoveredEventId={() => {}} - button1Name="Add New Artifact" - button2Name="Search Artifacts" - /> -
- {/* Pagination Footer */} -