watch: fix snapshot sync and polish favourites UX

This commit is contained in:
FuelBoard Contributor
2026-08-31 07:48:20 +01:00
parent 486b8cff2e
commit 7a84364238
3 changed files with 132 additions and 76 deletions
@@ -59,9 +59,6 @@ final class WatchSyncManager: NSObject, WCSessionDelegate {
if let favourites = payload["fuelboard.favourites"] as? Data {
defaults.set(favourites, forKey: "fuelboard.favourites")
}
if let stations = payload["fuelboard.stations"] as? Data {
defaults.set(stations, forKey: "fuelboard.stations")
}
if let fuel = payload["fuelboard.selectedFuel"] as? String {
defaults.set(fuel, forKey: "fuelboard.selectedFuel")
}