Widgets: merge small+medium into one kind (both sizes, one gallery entry)

This commit is contained in:
FuelBoard Contributor
2026-08-14 09:52:50 +01:00
parent e62177ae2e
commit 3dd567a5cc
3 changed files with 20 additions and 100 deletions
@@ -4,8 +4,9 @@ import SwiftUI
@main
struct FuelBoardWidgetsBundle: WidgetBundle {
var body: some Widget {
// Gallery order follows registration order: small first, then medium.
FuelPriceSmallWidget()
// ONE widget kind (both sizes) first the iOS long-press app-icon
// menu shows the FIRST-registered kind's sizes; this kind supports
// .systemSmall + .systemMedium so both tiles appear.
FuelPriceWidget()
FuelBoardLiveActivity()
}