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:
@@ -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}",
|
||||
|
||||
@@ -65,6 +65,7 @@ export const en = {
|
||||
nextUp: "Next up",
|
||||
nextUpDay: "Next up · {day}",
|
||||
comingUp: "Coming up",
|
||||
myTeam: "My team",
|
||||
latestResults: "Latest results",
|
||||
empty: "The schedule is ready. Matches will appear here once the tournament kicks off.",
|
||||
},
|
||||
@@ -370,6 +371,8 @@ export const en = {
|
||||
team: {
|
||||
unknown: "Unknown team.",
|
||||
allTeams: "All teams",
|
||||
follow: "Follow this team",
|
||||
unfollow: "Unfollow this team",
|
||||
eloBadge: "Elo {rating}",
|
||||
titleOddsBadge: "Title {pct}",
|
||||
advanceOddsBadge: "Advance {pct}",
|
||||
|
||||
Reference in New Issue
Block a user