From 721b13afc8952ff1be8900c3287ee512febd2234 Mon Sep 17 00:00:00 2001 From: padreug Date: Tue, 6 Jan 2026 18:30:42 +0100 Subject: [PATCH] Streamline Market Dashboard UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove Customer Actions and Merchant Actions cards from Overview - Simplify My Store to single-store management (remove multi-store grid) - Auto-select user's store when available - Remove "Back to Stores" navigation (no longer needed) - Clean up unused imports and functions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../market/components/DashboardOverview.vue | 81 ---------------- .../market/components/MerchantStore.vue | 94 ++++++------------- 2 files changed, 27 insertions(+), 148 deletions(-) diff --git a/src/modules/market/components/DashboardOverview.vue b/src/modules/market/components/DashboardOverview.vue index 103c07a..804d77c 100644 --- a/src/modules/market/components/DashboardOverview.vue +++ b/src/modules/market/components/DashboardOverview.vue @@ -77,77 +77,6 @@ - -
- -
-

- - Customer Actions -

-
- - - -
-
- - -
-

- - Merchant Actions -

-
- - - -
-
-
-

Recent Activity

@@ -216,15 +145,12 @@