feat: add brand and reliable sort options to StationList

This commit is contained in:
Ovidiu U
2026-04-11 18:55:21 +01:00
parent 2747047f53
commit b8adc98669

View File

@@ -49,6 +49,8 @@ const sortOptions = [
{ label: 'Price', value: 'price' }, { label: 'Price', value: 'price' },
{ label: 'Distance', value: 'distance' }, { label: 'Distance', value: 'distance' },
{ label: 'Updated', value: 'updated' }, { label: 'Updated', value: 'updated' },
{ label: 'Brand', value: 'brand' },
{ label: 'Reliable', value: 'reliable' },
] ]
const lowestPrice = computed(() => { const lowestPrice = computed(() => {