Closest mode: deltas vs the CLOSEST station (signed +X.Xp/-X.Xp), not the nationwide cheapest; baseline = sortedStations.first

This commit is contained in:
FuelBoard Contributor
2026-08-11 20:04:29 +01:00
parent 3bc795317a
commit 2ca1274b8f
3 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ struct FavouritesView: View {
station: station,
fuel: selectedFuel,
location: location,
cheapestPrice: cheapestPrice,
baselinePrice: cheapestPrice,
isTopResult: index == 0,
isFavourite: favouriteIDs.contains(station.id),
onToggleFavourite: { onToggleFavourite(station) }