feat(widget): widgetURL für Wordeck-Deep-Link

Tap auf das Widget öffnet wordeck://study (statt nur die App
home view). Vorbereitet fürs neue Bundle ev.mana.wordeck —
deep-link-scheme ist im app-manifest auf wordeck:// gestellt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-17 23:25:40 +02:00
parent 542082772a
commit f6b7c05296

View file

@ -8,6 +8,7 @@ struct WordeckDueWidget: Widget {
StaticConfiguration(kind: kind, provider: DueProvider()) { entry in
DueWidgetView(entry: entry)
.containerBackground(.fill.tertiary, for: .widget)
.widgetURL(URL(string: "wordeck://study"))
}
.configurationDisplayName("Karten heute")
.description("Zeigt deine fälligen Karten und Top-Decks.")