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:
parent
542082772a
commit
f6b7c05296
1 changed files with 1 additions and 0 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue