From 91c3dec0643c6c7d0b7f409362125ae3ee7f7b63 Mon Sep 17 00:00:00 2001 From: padreug Date: Mon, 8 Sep 2025 23:31:44 +0200 Subject: [PATCH] Enhance CreateStoreDialog component with improved layout and functionality - Update form structure to allow for better scrolling and overflow handling. - Introduce collapsible section for creating new shipping zones, improving user experience. - Refactor error display and footer layout for clearer interaction during store creation. - Add scroll indicator for better navigation within the form. - Implement logic to check if content is scrollable, enhancing usability. These changes streamline the store creation process, providing a more intuitive and responsive interface for users. --- .../market/components/CreateStoreDialog.vue | 115 ++++++++++++------ 1 file changed, 75 insertions(+), 40 deletions(-) diff --git a/src/modules/market/components/CreateStoreDialog.vue b/src/modules/market/components/CreateStoreDialog.vue index 84bc2af..adb668c 100644 --- a/src/modules/market/components/CreateStoreDialog.vue +++ b/src/modules/market/components/CreateStoreDialog.vue @@ -1,13 +1,14 @@ \ No newline at end of file