Fetch full-UK dump (no radius/limit); stations in app-group defaults only; alert path keeps focused radius fetch

This commit is contained in:
FuelBoard Contributor
2026-08-11 19:30:02 +01:00
parent 3953c65a65
commit cf9765be7b
3 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ struct ContentView: View {
let fetched = try await FuelPriceProvider.active.fetchStations(
near: location?.lat, lng: location?.lng,
fuel: selectedFuel,
radiusKM: Double(stationLimit) * 1.60934 // miles km
radiusKM: nil // full-UK dump; device filters by miles radius
)
stations = fetched
FuelStore.saveStations(fetched)