From c4fdeebce7c9d3556465f863ed7f36801604732f Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Wed, 15 Nov 2023 16:59:48 +0530 Subject: [PATCH] Improved: select operating time modal (#3) --- src/components/SelectOperatingTimeModal.vue | 70 ++++++++++++++++----- src/locales/en.json | 4 ++ 2 files changed, 58 insertions(+), 16 deletions(-) diff --git a/src/components/SelectOperatingTimeModal.vue b/src/components/SelectOperatingTimeModal.vue index ea6c7092..f14b9d7c 100644 --- a/src/components/SelectOperatingTimeModal.vue +++ b/src/components/SelectOperatingTimeModal.vue @@ -12,20 +12,42 @@ - + - {{ "Start Time" }} + {{ translate("Opening Time") }} - Change + {{ "10:45 am" }} + + + + {{ translate("Closing Time") }} + + {{ "10:45 am" }} - - - - - - + + + + + + + + + + + {{ translate("Reset") }} + + + {{ translate("Cancel") }} + {{ translate("Save") }} + + + - \ No newline at end of file + + \ No newline at end of file diff --git a/src/locales/en.json b/src/locales/en.json index cdfb3e38..599b87a6 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -11,6 +11,7 @@ "Change time zone": "Change time zone", "City": "City", "Click the backdrop to dismiss.": "Click the backdrop to dismiss.", + "Closing Time": "Closing Time", "Configure the order fulfillment capacity of your facility.": "Configure the order fulfillment capacity of your facility.", "Country": "Country", "Days to ship": "Days to ship", @@ -33,11 +34,14 @@ "No time zone found": "No time zone found", "OMS": "OMS", "Online Order Fulfillment": "Online Order Fulfillment", + "Opening Time": "Opening Time", "Operating hours": "Operating hours", "Password": "Password", "primary store": "primary store", "Product Stores": "Product Stores", + "Reset": "Reset", "Saturday": "Saturday", + "Save": "Save", "Select time": "Select time", "Select time zone": "Select time zone", "Search time zones": "Search time zones",