diff --git a/lang/nl.json b/lang/nl.json index a0a3b99e0..83228270a 100644 --- a/lang/nl.json +++ b/lang/nl.json @@ -88,6 +88,7 @@ "Shipping address": "Verzendadres", "Shipping method": "Verzendmethode", "Show cart": "Bekijk winkelwagen", + "Show more": "Toon meer", "Show results": "Bekijk resultaten", "Sign up for our newsletter to stay up to date.": "Meld je aan voor onze nieuwsbrief om op de hoogte te blijven.", "Sorry! No image": "Sorry! Geen afbeelding", diff --git a/resources/js/components/Elements/Toggler.vue b/resources/js/components/Elements/Toggler.vue index 9ac0139bc..616f17f77 100644 --- a/resources/js/components/Elements/Toggler.vue +++ b/resources/js/components/Elements/Toggler.vue @@ -19,8 +19,8 @@ export default { this.isOpen = this.open }, methods: { - toggle() { - this.isOpen = !this.isOpen + toggle(shouldOpen) { + this.isOpen = shouldOpen ?? !this.isOpen if (this.callback) { this.callback(this.isOpen) diff --git a/resources/views/layouts/partials/header.blade.php b/resources/views/layouts/partials/header.blade.php index 54fe5a987..51286d3be 100644 --- a/resources/views/layouts/partials/header.blade.php +++ b/resources/views/layouts/partials/header.blade.php @@ -14,7 +14,7 @@ -
+
@include('rapidez::layouts.partials.header.autocomplete')
@@ -28,4 +28,5 @@
+ diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png index 9d512159b..3ab14b7ff 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a4f6e1302eaa4aac4efac02b9b0373da554d74c82e4444d9bde1f9442dd122e -size 393283 +oid sha256:9d321bc98eb9be631f2921b4c0488ae24282545a8b8da849a708972131f11452 +size 390183 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png index 126afe5e1..e1beef4fd 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8637b63f2828f97b0333acb3b6483beb2059a5a9817255ebd4bde9aabd22bbc5 -size 385515 +oid sha256:8c684b4b3b6250499e5b958cb0e47af95e0cc6096254f82a4b182d46c08934a5 +size 371503 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png index e4628c608..64c20b881 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8454640e7afbc8f0bdcad213107f885fd6a0baaa95a572bf6cddc3488238923a -size 734473 +oid sha256:acf761c3d42fa2b331e7f322916afd619fc7e01f3f32e9073cab4ec0556241b6 +size 721279 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png index eab500990..05267da71 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:513ba421622c6b39d6c37f29b4a5bcbe317e62b8d9b75ab2db4cdd87596c6d1a -size 940674 +oid sha256:2b811a0bbd7bbfc0e4d7f6c23faae617892922680cf30cbfbddfb0d991d381c3 +size 926007 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png index c16831b9b..f0057bf57 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:196a3ab4ace88fcb540791d32eb9709168deee0f0493c51c159dc665278b7e36 -size 700003 +oid sha256:e69182b6f55d234fad0fc5c2739a7fd8915262a69542e4b64f004923f79dcd2e +size 676027 diff --git a/tests/playwright/product.spec.js-snapshots/product-special-price-1-Mobile-Chrome-linux.png b/tests/playwright/product.spec.js-snapshots/product-special-price-1-Mobile-Chrome-linux.png new file mode 100644 index 000000000..04a1248bd --- /dev/null +++ b/tests/playwright/product.spec.js-snapshots/product-special-price-1-Mobile-Chrome-linux.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944770aa72df05adf424622b10ada2431c086d527f7900dd24ab277fcf61b9e3 +size 199449 diff --git a/tests/playwright/product.spec.js-snapshots/product-special-price-1-Mobile-Safari-linux.png b/tests/playwright/product.spec.js-snapshots/product-special-price-1-Mobile-Safari-linux.png new file mode 100644 index 000000000..34caed393 --- /dev/null +++ b/tests/playwright/product.spec.js-snapshots/product-special-price-1-Mobile-Safari-linux.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea7531048ff06acb3ab2e01233e70ec925d48c2390e38d7271459413bb9d352 +size 214103 diff --git a/tests/playwright/product.spec.js-snapshots/product-special-price-1-chromium-linux.png b/tests/playwright/product.spec.js-snapshots/product-special-price-1-chromium-linux.png new file mode 100644 index 000000000..c3fa2563e --- /dev/null +++ b/tests/playwright/product.spec.js-snapshots/product-special-price-1-chromium-linux.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd680ce07d1999328a3a8dec60326d899ac0a42b481fbce89ad1340886b62f5 +size 207044 diff --git a/tests/playwright/product.spec.js-snapshots/product-special-price-1-firefox-linux.png b/tests/playwright/product.spec.js-snapshots/product-special-price-1-firefox-linux.png new file mode 100644 index 000000000..067766f6a --- /dev/null +++ b/tests/playwright/product.spec.js-snapshots/product-special-price-1-firefox-linux.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e82086f8f5fce58ad17c30cde813f05fa6ad4109a3e628c98230f65d20f1d9 +size 282824 diff --git a/tests/playwright/product.spec.js-snapshots/product-special-price-1-webkit-linux.png b/tests/playwright/product.spec.js-snapshots/product-special-price-1-webkit-linux.png new file mode 100644 index 000000000..341b93be7 --- /dev/null +++ b/tests/playwright/product.spec.js-snapshots/product-special-price-1-webkit-linux.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9daf84986b1f3e57187318863e3e86f9676e6754bf25b264a6622aab1aed44e7 +size 234043