From daaa56c66e1dcfaf793ca954cf103c0bbe6bd3b9 Mon Sep 17 00:00:00 2001 From: Soufiane Date: Sat, 11 Jul 2020 11:56:08 +0200 Subject: [PATCH 01/94] Change template imports ase in default theme --- App.vue | 4 ++-- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index 8ea13921a..41d5856f8 100644 --- a/App.vue +++ b/App.vue @@ -8,8 +8,8 @@ + + From 68b775b8a590ec312935c483c78c63ced6ef204e Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Fri, 22 Jan 2021 18:57:33 +0530 Subject: [PATCH 17/94] Updated: the changelog file(#434) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bbadb96..b151bfb43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.5] - UNRELEASED + +### Changed / Improved +- Updated: code to make the tab index work on the authentication modals(#434) + ## [1.0.4] - 04.01.2020 ### Added From 986e4444f17d10985318b5c018045fbde3770d37 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Sat, 27 Feb 2021 15:09:43 +0530 Subject: [PATCH 18/94] Improved: the error message for the zip-code field on shipping and payment page(#589) --- components/organisms/o-payment.vue | 2 +- components/organisms/o-shipping.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/organisms/o-payment.vue b/components/organisms/o-payment.vue index ae4be3252..632e720a1 100644 --- a/components/organisms/o-payment.vue +++ b/components/organisms/o-payment.vue @@ -89,7 +89,7 @@ :error-message=" !$v.payment.zipCode.required ? $t('Field is required') - : $t('Name must have at least 3 letters.') + : $t('Zip-code must have at least 3 letters.') " @blur="$v.payment.zipCode.$touch()" /> diff --git a/components/organisms/o-shipping.vue b/components/organisms/o-shipping.vue index 68dd4b553..3cd4e1a46 100644 --- a/components/organisms/o-shipping.vue +++ b/components/organisms/o-shipping.vue @@ -83,7 +83,7 @@ :error-message=" !$v.shipping.zipCode.required ? $t('Field is required') - : $t('Name must have at least 3 letters.') + : $t('Zip-code must have at least 3 letters.') " @blur="$v.shipping.zipCode.$touch()" /> From f5201e319d264e36a9c3c867bb45fea90cc2215c Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Sat, 27 Feb 2021 15:16:45 +0530 Subject: [PATCH 19/94] Updated: the changelog file(#589) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bbadb96..42f9f95fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.5] - UNRELEASED + +### Changed / Improved +- Improved: the error message for the zip-code field on shipping and payment page(#589) + ## [1.0.4] - 04.01.2020 ### Added From a20c87dae8c055761f1630203e59d190ba1cc143 Mon Sep 17 00:00:00 2001 From: Aishwary Shrivastava Date: Tue, 13 Apr 2021 17:21:15 +0530 Subject: [PATCH 20/94] Added: Changelog for improving the height of microcart(#576) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff55673f..ea6757c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added `VueObserveVisibility` and `VueLazyload` dependency + +### Changed / Improved +- Improved: Height for the micro cart on mobile (#576) + + ## [1.0.4] - 04.01.2020 ### Added From 1788cbd9cbf56cb40aa5464808baf050f6529d4e Mon Sep 17 00:00:00 2001 From: Aishwary Shrivastava Date: Tue, 13 Apr 2021 17:34:59 +0530 Subject: [PATCH 21/94] Added: Changelog for improved Z-index for dropdowns(#536) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff55673f..084c6ef26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added `VueObserveVisibility` and `VueLazyload` dependency + +### Changed / Improved +- Improved: Z-index for dropdowns(#536) + ## [1.0.4] - 04.01.2020 ### Added From 34b172edf0d4bde4ad577ba23e97fcbea68f30f9 Mon Sep 17 00:00:00 2001 From: Aishwary Shrivastava Date: Tue, 13 Apr 2021 17:49:17 +0530 Subject: [PATCH 22/94] Added: Changelog for safe Area of Elements in the Bottom Elements(#499) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff55673f..0a820e275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added `VueObserveVisibility` and `VueLazyload` dependency +- Added safe Area of Elements in the Bottom Elements(#499) ## [1.0.4] - 04.01.2020 From 3468753f6c65fabf819774f00a2111406d212d23 Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Mon, 26 Apr 2021 10:09:38 +0530 Subject: [PATCH 23/94] Improved:Updated o-personal-details to match latest design (#601) --- components/organisms/o-personal-details.vue | 277 +++++++++----------- 1 file changed, 131 insertions(+), 146 deletions(-) diff --git a/components/organisms/o-personal-details.vue b/components/organisms/o-personal-details.vue index de5d044c5..be16447bb 100644 --- a/components/organisms/o-personal-details.vue +++ b/components/organisms/o-personal-details.vue @@ -1,22 +1,22 @@ -
- - {{ - $t(isVirtualCart ? "Continue to payment" : "Continue to shipping") - }} - - - {{ $t("or login to your account") }} - -
+ + + {{ $t(isVirtualCart ? "Continue to payment" : "Continue to shipping") }} + + From 544db73b29cbc5c71a61d92c90bc517f7e656345 Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Mon, 26 Apr 2021 11:48:05 +0530 Subject: [PATCH 24/94] Added:Changelog (#601) --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff55673f..b136bcccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.5] - ??? ### Added + - Added `VueObserveVisibility` and `VueLazyload` dependency +### Changed / Improved + +- Updated o-personal-details to match latest designs(#601) + ## [1.0.4] - 04.01.2020 ### Added ### Changed / Improved + - Improved spacing around product carousal on home page(#471) - Improved navbar layout (#467) - Improved heading in search panel (#478) @@ -56,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Used sku instead of product_id while preparing order line items product (#415) - Replaced deprecated action product/list call with findProducts (#417) - Fix hydration errors with fresh installation (#462) -- Fixed console warning related to value of key 'Sort by' is not a string (#476) +- Fixed console warning related to value of key 'Sort by' is not a string (#476) - Update pwacompat to avoid loading multiple favicons (https://github.com/DivanteLtd/vue-storefront/issues/4559) - Fixed changing and deleting shipping details on MyAccount (#4499) - Corrected displayed price when choosing configurable product second time (#493) @@ -64,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.2] - 03.07.2020 ### Added + ### Changed / Improved - Update sfui version to 0.7.11 @@ -77,6 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.1] - 2020.06.02 ### Added + ### Changed / Improved - Support theme configuration via CLI (#369) From ade0404e0b079e67ac15ac28f24275d6da8aee37 Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Mon, 26 Apr 2021 14:50:33 +0530 Subject: [PATCH 25/94] Removed auto format changes in JS and updated changelog entries --- CHANGELOG.md | 5 +- components/organisms/o-personal-details.vue | 78 ++++++++++----------- 2 files changed, 41 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b136bcccd..5a9114b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed / Improved -- Updated o-personal-details to match latest designs(#601) +- Updated css styling by replacing flexbox to css grid(#601) +- Updated spacing between the form elements(#601) +- Updated spacing around login button and details heading(#601) +- Updated width and position of login button on mobile(#601) ## [1.0.4] - 04.01.2020 diff --git a/components/organisms/o-personal-details.vue b/components/organisms/o-personal-details.vue index be16447bb..63822561e 100644 --- a/components/organisms/o-personal-details.vue +++ b/components/organisms/o-personal-details.vue @@ -2,9 +2,11 @@

- {{ $t("Enjoy these perks with your free account!") }} + {{ $t('Enjoy these perks with your free account!') }}

From eddf38f7ef2cbf15bdc08f4cbd1f5890542f4226 Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Mon, 26 Apr 2021 15:20:34 +0530 Subject: [PATCH 26/94] Removed auto format changes in JS and updated changelog entries --- CHANGELOG.md | 2 ++ components/organisms/o-personal-details.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a9114b50..b9a7133c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated spacing between the form elements(#601) - Updated spacing around login button and details heading(#601) - Updated width and position of login button on mobile(#601) +- Improved HTML markup by spacing between elements(#601) +- Improved CSS styling by using shorthand methods (#601) ## [1.0.4] - 04.01.2020 diff --git a/components/organisms/o-personal-details.vue b/components/organisms/o-personal-details.vue index 63822561e..33d402d2e 100644 --- a/components/organisms/o-personal-details.vue +++ b/components/organisms/o-personal-details.vue @@ -209,10 +209,10 @@ export default { /(?=[a-z])/.test(value), /(?=[A-Z])/.test(value), /(?=[0-9])/.test(value), - /(?=\W)/.test(value), + /(?=\W)/.test(value) ].filter((result) => result).length >= 3 ); - }, + } }, rPassword: { required, From 510fa3d14dcd8edbdc4e01ed166a7b1a3ac4446b Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Tue, 27 Apr 2021 12:52:49 +0530 Subject: [PATCH 27/94] Updated m-update-personal-data to match the latest design (#604) --- .../molecules/m-update-personal-data.vue | 78 +++++++++---------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/components/molecules/m-update-personal-data.vue b/components/molecules/m-update-personal-data.vue index bf870faf0..66b3c848f 100644 --- a/components/molecules/m-update-personal-data.vue +++ b/components/molecules/m-update-personal-data.vue @@ -3,28 +3,30 @@

{{ $t('Feel free to edit any of your details below so your account is always up to date') }}

+
+

{{ $t('At Brand name, we attach great importance to privacy issues and are committed to protecting the personal data of our users. Learn more about how we care and use your personal data in the') }} {{ $t('Privacy Policy') }}. @@ -119,51 +122,48 @@ export default { From df6935a3847898438b32a0876380baa7814cd83b Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Tue, 27 Apr 2021 13:02:13 +0530 Subject: [PATCH 28/94] Added: Changelog(#604) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff55673f..d072c9167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added `VueObserveVisibility` and `VueLazyload` dependency +### Changed / Improved +- Improved css styling by replacing flexbox to css grid(#604) +- Improved spacing between the form elements through grid gap(#604) +- Improved button width on desktop(#604) +- Removed maximum width of notice text(#604) +- Updated color of hover text(#604) +- Improved HTML markup by spacing between elements(#604) +- Improved CSS styling by using shorthand methods (#604) + + ## [1.0.4] - 04.01.2020 ### Added From 85ec05cee51ea55ecfaefbaf54de32b84d2a941d Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Tue, 27 Apr 2021 16:08:38 +0530 Subject: [PATCH 29/94] Updated m-update-password to match latest design (#606) --- CHANGELOG.md | 9 +++ components/molecules/m-update-password.vue | 72 ++++++++++------------ 2 files changed, 41 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff55673f..2fd872d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added `VueObserveVisibility` and `VueLazyload` dependency +### Changed / Improved +- Improved css styling by replacing flexbox to css grid(#606) +- Improved spacing between the form elements through grid gap(#606) +- Improved button width on desktop(#606) +- Improved line height of message text(#606) +- Removed styling of 'a' tag as their was no 'a' tag in the file(#606) +- Improved HTML markup by spacing between elements(#606) +- Improved CSS styling by using shorthand methods (#606) + ## [1.0.4] - 04.01.2020 ### Added diff --git a/components/molecules/m-update-password.vue b/components/molecules/m-update-password.vue index 9ed245cbd..0e45ef69a 100644 --- a/components/molecules/m-update-password.vue +++ b/components/molecules/m-update-password.vue @@ -4,33 +4,35 @@ {{ $t('If you want to change the password to access your account, enter the following information:') }}

+
- + + {{ $t('Update password') }}
@@ -104,46 +106,36 @@ export default { From 0d346e293a89288a6a50dfdb6e05a2893c3b1d30 Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Tue, 27 Apr 2021 16:28:36 +0530 Subject: [PATCH 30/94] Improved margin property of message class (#606) --- components/molecules/m-update-password.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/molecules/m-update-password.vue b/components/molecules/m-update-password.vue index 0e45ef69a..d785b41b4 100644 --- a/components/molecules/m-update-password.vue +++ b/components/molecules/m-update-password.vue @@ -110,28 +110,28 @@ export default { @import "~@storefront-ui/shared/styles/helpers/breakpoints"; .message { - margin-bottom: var(--spacer-xl); color: var(--c-dark-variant); line-height: 1.4; + margin: 0 0 var(--spacer-xl) 0; } .form { display: grid; - grid: "cpwd" "npwd" "rpwd"; + grid: "current" "new" "repeat"; grid-gap: var(--spacer-base) var(--spacer-lg); align-items: center; } -.current-password { grid-area: cpwd; } +.current-password { grid-area: current; } -.new-password { grid-area: npwd; } +.new-password { grid-area: new; } -.repeat-password { grid-area: rpwd; } +.repeat-password { grid-area: repeat; } @include for-desktop { .form { - grid: "cpwd cpwd" - "npwd rpwd"; + grid: "current current" + "new repeat"; } .action { From 9f0bafb2ad8f604957a2ce5a4a927efad304908b Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Tue, 27 Apr 2021 16:48:45 +0530 Subject: [PATCH 31/94] Improved margin property of message class (#604) --- components/molecules/m-update-personal-data.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/molecules/m-update-personal-data.vue b/components/molecules/m-update-personal-data.vue index 66b3c848f..70fbb8e89 100644 --- a/components/molecules/m-update-personal-data.vue +++ b/components/molecules/m-update-personal-data.vue @@ -128,7 +128,7 @@ export default { .message { color: var(--c-dark-variant); line-height: 1.4; - margin-bottom: var(--spacer-xl); + margin: 0 0 var(--spacer-xl) 0; } .form { From 0ee87ed8e431656deec5f97031d77060331d0eb5 Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Wed, 28 Apr 2021 13:23:06 +0530 Subject: [PATCH 32/94] Refactored add/update address form styling of o-my-account-shipping-details (#608) --- CHANGELOG.md | 8 ++ .../o-my-account-shipping-details.vue | 127 +++++++++++------- 2 files changed, 83 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff55673f..8b3bf63fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added `VueObserveVisibility` and `VueLazyload` dependency +### Changed / Improved +- Improved css styling by replacing flexbox to css grid(#608) +- Improved spacing between the form elements through grid gap(#608) +- Fixed: Dropdown overflow(#608) +- Improved aligning of form items(#608) +- Improved button width on desktop(#608) +- Improved HTML markup by spacing between elements(#608) + ## [1.0.4] - 04.01.2020 ### Added diff --git a/components/organisms/o-my-account-shipping-details.vue b/components/organisms/o-my-account-shipping-details.vue index 7c03bd50e..76f9fb276 100644 --- a/components/organisms/o-my-account-shipping-details.vue +++ b/components/organisms/o-my-account-shipping-details.vue @@ -11,9 +11,11 @@

{{ $t('Keep your addresses and contact details updated.') }}

+
+ {{ $t('Update the address') }}
+ From 1b075a08282f7dbbf7640dc2897fe1f29c6d838e Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Wed, 28 Apr 2021 19:42:07 +0530 Subject: [PATCH 33/94] Refactored shipping details styling of o-my-account-shipping -details (#610) --- .../o-my-account-shipping-details.vue | 129 +++++++++--------- 1 file changed, 63 insertions(+), 66 deletions(-) diff --git a/components/organisms/o-my-account-shipping-details.vue b/components/organisms/o-my-account-shipping-details.vue index 7c03bd50e..ba3228ae2 100644 --- a/components/organisms/o-my-account-shipping-details.vue +++ b/components/organisms/o-my-account-shipping-details.vue @@ -119,44 +119,43 @@

{{ $t('Manage all the shipping addresses you want (work place, home address ...) This way you won\'t have to enter the shipping address manually with each order.') }}

- + +
-
-

- {{ address.firstname }} {{ address.lastname }}
- {{ address.street.join(' ') }}
- {{ address.postcode }} - {{ address.city }},
{{ getCountryById(address.country_id) }} -

-

- {{ address.telephone }} -

-
-
+ +
+

+ {{ address.firstname }} {{ address.lastname }}
+ {{ address.street.join(' ') }}
+ {{ address.postcode }} + {{ address.city }},
{{ getCountryById(address.country_id) }} +

+

+ {{ address.telephone }} +

+
+
+ + - - {{ $t('Change') }} - - - {{ $t('Delete') }} - -
+
+ {{ $t('Add new address') }} @@ -309,51 +308,49 @@ export default { From cb21664b3337895610b7143ba27327913857f7b8 Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Mon, 3 May 2021 10:40:10 +0530 Subject: [PATCH 41/94] Removed padding property from mobile styling(#613) --- components/organisms/o-search-panel.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/organisms/o-search-panel.vue b/components/organisms/o-search-panel.vue index 41c03f592..2bc3156ba 100644 --- a/components/organisms/o-search-panel.vue +++ b/components/organisms/o-search-panel.vue @@ -196,7 +196,6 @@ export default { } @include for-mobile { flex-direction: column; - padding: 0 var(--spacer-sm); } } From f581f6923d97086eb26bc7a738953d6cd145e6df Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Mon, 3 May 2021 20:07:30 +0530 Subject: [PATCH 42/94] Refactor styling of category page (#617) --- pages/Category.vue | 265 +++++++++++++++++++++++---------------------- 1 file changed, 137 insertions(+), 128 deletions(-) diff --git a/pages/Category.vue b/pages/Category.vue index 88c8eb101..ac5956055 100644 --- a/pages/Category.vue +++ b/pages/Category.vue @@ -7,29 +7,34 @@ - From 62b869c92f097cad15f331191f774f17f773a21c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20J=C4=99drasik?= Date: Wed, 23 Jun 2021 15:09:06 +0200 Subject: [PATCH 73/94] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb46bee9d..73a9723e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.5] - ? +## [1.0.5] - 23.06.2021 ### Added From 57488ab7489547a7d696fe72e5f9aa1926db70c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20J=C4=99drasik?= Date: Wed, 23 Jun 2021 15:18:19 +0200 Subject: [PATCH 74/94] Update components/organisms/o-microcart-panel.vue --- components/organisms/o-microcart-panel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/organisms/o-microcart-panel.vue b/components/organisms/o-microcart-panel.vue index bc12e7bef..895195801 100644 --- a/components/organisms/o-microcart-panel.vue +++ b/components/organisms/o-microcart-panel.vue @@ -51,7 +51,7 @@ Remove{{ $t('Remove') }}