Favorite team: star a side, get its next match pinned on Live

A star on the team page (localStorage, no accounts) pins that team's
next or running match in a My team section at the top of the Live tab.
EN/DE strings + aria-pressed on the toggle.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 00:59:15 +02:00
parent c2f4b4be83
commit 8e6c9416fa
5 changed files with 78 additions and 2 deletions
+3
View File
@@ -66,6 +66,7 @@ export const de: Dict = {
nextUp: "Als Nächstes",
nextUpDay: "Als Nächstes · {day}",
comingUp: "Demnächst",
myTeam: "Mein Team",
latestResults: "Letzte Ergebnisse",
empty: "Der Spielplan ist geladen. Sobald das Turnier läuft, tauchen die Spiele hier auf.",
},
@@ -371,6 +372,8 @@ export const de: Dict = {
team: {
unknown: "Unbekanntes Team.",
allTeams: "Alle Teams",
follow: "Diesem Team folgen",
unfollow: "Diesem Team nicht mehr folgen",
eloBadge: "Elo {rating}",
titleOddsBadge: "Titel {pct}",
advanceOddsBadge: "Weiterkommen {pct}",