From 0fef9870cbf384b257fe8b75458dca50ab8d8181 Mon Sep 17 00:00:00 2001 From: FuelBoard Contributor Date: Wed, 12 Aug 2026 23:00:16 +0100 Subject: [PATCH] Favourites tab: remove the crown 'cheapest favourite' banner The gold-crown header row is redundant with the list itself (rows are already cheapest-first with a TOP badge on the first). The bottom caption about alerts monitoring stays. --- FuelBoard/FavouritesView.swift | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/FuelBoard/FavouritesView.swift b/FuelBoard/FavouritesView.swift index b27253b..de7ac2e 100644 --- a/FuelBoard/FavouritesView.swift +++ b/FuelBoard/FavouritesView.swift @@ -92,17 +92,6 @@ struct FavouritesView: View { .pickerStyle(.segmented) } - Section { - if let cheapest, let price = cheapestPrice { - HStack(spacing: 10) { - Image(systemName: "crown.fill") - .foregroundStyle(.yellow) - Text("Cheapest \(activeFuel.displayName) favourite: \(cheapest.name) — \(String(format: "%.1fp", price))") - .font(.footnote) - } - } - } - Section("\(activeFuel.displayName) favourites — cheapest first") { ForEach(Array(ranked.enumerated()), id: \.element.id) { index, station in StationRow(