From 943fb2d0433a6912b13c1681fcd4cab346ede8a9 Mon Sep 17 00:00:00 2001 From: Jimmy <101801301+JimmyHoenderdaal@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:25:58 +0100 Subject: [PATCH] Frontend improvements (#682) --- lang/nl.json | 2 +- resources/css/components/price-slider.css | 2 +- resources/views/components/listing.blade.php | 2 +- .../views/components/productlist.blade.php | 46 ++++++++++--------- .../partials/header/minicart.blade.php | 10 ++-- resources/views/listing/filters.blade.php | 2 +- .../views/listing/partials/item.blade.php | 2 +- .../views/listing/partials/stats.blade.php | 4 +- resources/views/listing/products.blade.php | 4 +- resources/views/product/overview.blade.php | 6 +-- .../views/product/partials/grouped.blade.php | 38 +++++++-------- 11 files changed, 62 insertions(+), 56 deletions(-) diff --git a/lang/nl.json b/lang/nl.json index 400b346c2..ef1f149c8 100644 --- a/lang/nl.json +++ b/lang/nl.json @@ -2,7 +2,7 @@ ":count of the requested quantity will be backordered": ":count van de aangevraagde hoeveelheid zal worden nageleverd", "Accept cookies": "Accepteer cookies", "Account": "Account", - "Add to cart": "Toevoegen aan winkelwagen", + "Add to cart": "In winkelwagen", "Added": "Toegevoegd", "Adding": "Aan het toevoegen", "Addition": "Toevoeging", diff --git a/resources/css/components/price-slider.css b/resources/css/components/price-slider.css index c4fb6d506..1452735bc 100644 --- a/resources/css/components/price-slider.css +++ b/resources/css/components/price-slider.css @@ -4,7 +4,7 @@ div.vue-slider { div.vue-slider-process, div.vue-slider-rail { - @apply h-2 bg !important; + @apply h-2 bg-primary !important; } div.vue-slider-rail { diff --git a/resources/views/components/listing.blade.php b/resources/views/components/listing.blade.php index 2feb78f35..853a47de2 100644 --- a/resources/views/components/listing.blade.php +++ b/resources/views/components/listing.blade.php @@ -35,7 +35,7 @@ {{ $before ?? '' }} @if ($slot->isEmpty()) -
+
@include('rapidez::listing.filters')
diff --git a/resources/views/components/productlist.blade.php b/resources/views/components/productlist.blade.php index 20805dfe5..635de509a 100644 --- a/resources/views/components/productlist.blade.php +++ b/resources/views/components/productlist.blade.php @@ -24,35 +24,37 @@
-
+
-
- +
+
+ +
+ + + + + +
- - - - - -
diff --git a/resources/views/layouts/partials/header/minicart.blade.php b/resources/views/layouts/partials/header/minicart.blade.php index d20dbb7ee..dbe364406 100644 --- a/resources/views/layouts/partials/header/minicart.blade.php +++ b/resources/views/layouts/partials/header/minicart.blade.php @@ -1,10 +1,12 @@ -
+
-
+
@@ -34,7 +36,7 @@ - + diff --git a/resources/views/listing/filters.blade.php b/resources/views/listing/filters.blade.php index 94fba194b..520d26b33 100644 --- a/resources/views/listing/filters.blade.php +++ b/resources/views/listing/filters.blade.php @@ -18,6 +18,6 @@ - + @lang('Filters') diff --git a/resources/views/listing/partials/item.blade.php b/resources/views/listing/partials/item.blade.php index 57ac0fa23..ca0662882 100644 --- a/resources/views/listing/partials/item.blade.php +++ b/resources/views/listing/partials/item.blade.php @@ -1,5 +1,5 @@