From b8adc98669b567148ed58ae092fa1ef041afe113 Mon Sep 17 00:00:00 2001 From: Ovidiu U Date: Sat, 11 Apr 2026 18:55:21 +0100 Subject: [PATCH] feat: add brand and reliable sort options to StationList --- resources/js/components/StationList.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/js/components/StationList.vue b/resources/js/components/StationList.vue index a555995..0fc82b1 100644 --- a/resources/js/components/StationList.vue +++ b/resources/js/components/StationList.vue @@ -49,6 +49,8 @@ const sortOptions = [ { label: 'Price', value: 'price' }, { label: 'Distance', value: 'distance' }, { label: 'Updated', value: 'updated' }, + { label: 'Brand', value: 'brand' }, + { label: 'Reliable', value: 'reliable' }, ] const lowestPrice = computed(() => {