Settings: test alert notification button

Fires a local notification shaped exactly like a real price alert (uses the
currently configured alerts fuel + radius), with permission-gated handling:
prompts on first use, guides to Settings when denied. Tapping it opens
FuelBoard, same as a real alert.
This commit is contained in:
FuelBoard Contributor
2026-08-12 09:15:04 +01:00
parent 3dcfe30dcc
commit d6550409df
3 changed files with 68 additions and 1 deletions
+2
View File
@@ -146,6 +146,8 @@ struct ContentView: View {
SettingsView(
distanceUnit: $distanceUnit,
alertsFuel: alertsFuel,
alertsRadiusKM: alertsRadius,
onShowOnboarding: { showOnboarding = true }
)
.tabItem { Label("Settings", systemImage: "gearshape.fill") }