From 8cf62076fdc10471710911b85b3311a89ac04637 Mon Sep 17 00:00:00 2001 From: padreug Date: Mon, 8 Sep 2025 13:00:08 +0200 Subject: [PATCH] Refactor MerchantStore component to enhance merchant profile management - Update empty state messaging to guide users in creating a merchant profile before setting up a store. - Introduce computed properties to check for user merchant profile and stalls, improving user experience. - Rename functions and variables for clarity, ensuring better alignment with user actions. - Prepare for future implementation of merchant profile and stall creation functionalities. These changes streamline the onboarding process for new merchants and clarify the steps needed to start selling on the platform. --- .../market/components/MerchantStore.vue | 86 +++++++++++++++---- 1 file changed, 68 insertions(+), 18 deletions(-) diff --git a/src/modules/market/components/MerchantStore.vue b/src/modules/market/components/MerchantStore.vue index 4ecebf9..6652331 100644 --- a/src/modules/market/components/MerchantStore.vue +++ b/src/modules/market/components/MerchantStore.vue @@ -1,17 +1,32 @@