From 2ac584b1d6a36db0226d537db93f278db97dbffe Mon Sep 17 00:00:00 2001 From: padreug Date: Tue, 6 Jan 2026 18:34:44 +0100 Subject: [PATCH] Remove redundant Add Product button and grey out Satisfaction card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove duplicate Add Product button from store header (keep the one in Products tab) - Grey out Satisfaction card with "Coming Soon" badge (feature not yet implemented) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../market/components/MerchantStore.vue | 29 +++++++++---------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/src/modules/market/components/MerchantStore.vue b/src/modules/market/components/MerchantStore.vue index c5fc016..1a5b4dd 100644 --- a/src/modules/market/components/MerchantStore.vue +++ b/src/modules/market/components/MerchantStore.vue @@ -86,16 +86,10 @@

{{ activeStall.config?.description || 'Manage incoming orders and your products' }}

-
- - -
+ @@ -157,20 +151,23 @@ - -
+ +
+
+ Coming Soon +

Satisfaction

-

{{ storeStats.satisfaction }}%

+

--%

-
- +
+
- {{ storeStats.totalReviews }} reviews + No reviews yet