feat: indicate Costco membership requirement

This commit is contained in:
FuelBoard Contributor
2026-09-19 08:10:15 +01:00
parent 551a40ddf0
commit 3a1ef0bd59
4 changed files with 56 additions and 0 deletions
+6
View File
@@ -1032,6 +1032,12 @@ struct StationRow: View {
.background(Capsule().fill(.blue.opacity(0.15)))
.foregroundStyle(.blue)
}
ForEach(StationNotice.notices(for: station)) { notice in
Image(systemName: notice.symbolName)
.font(.caption2.weight(.semibold))
.foregroundStyle(.secondary)
.accessibilityLabel(notice.title)
}
}
Text("\(station.address), \(station.postcode)")
.font(.caption)