From 685a84e15996c9e70d7083b854ced964823c29aa Mon Sep 17 00:00:00 2001 From: Ovidiu U Date: Fri, 12 Jun 2026 11:55:04 +0100 Subject: [PATCH] Surface Petrol/Diesel as quick pills in the results filter bar Add Petrol (e10) and Diesel (b7_standard) pills to the left of the Filters pill, same row and style, each re-searching on tap via the existing fuelType watcher. The popover's fuel section becomes "More fuels" listing only the four long-tail fuels (E5, Prem Diesel, B10, HVO), derived from the shared FUEL_TYPES source. Fuel only counts toward the Filters badge when a long-tail fuel is active; "Clear all" snaps a long-tail fuel back to Petrol but leaves a pill choice alone. Results-bar only, no API change. Co-Authored-By: Claude Opus 4.8 --- resources/js/components/PostSearchFilters.vue | 50 +++++++++++++++---- 1 file changed, 41 insertions(+), 9 deletions(-) diff --git a/resources/js/components/PostSearchFilters.vue b/resources/js/components/PostSearchFilters.vue index 9c837f9..41fc05a 100644 --- a/resources/js/components/PostSearchFilters.vue +++ b/resources/js/components/PostSearchFilters.vue @@ -1,12 +1,28 @@