| _LivePagination.scss |
|
1579 |
- |
| _SportsMatchRow.scss |
|
6484 |
- |
| _SportsResultCelebration.scss |
|
7360 |
- |
| _SportsWidget.scss |
|
16325 |
- |
| _WatchLiveModal.scss |
|
3978 |
- |
| LivePagination.jsx |
|
2621 |
- |
| matchResult.mjs |
|
3153 |
- |
| SportsMatchRow.jsx |
|
14599 |
- |
| SportsResultCelebration.jsx |
|
4578 |
- |
| SportsWidget.jsx |
|
77067 |
- |
| stageLabels.mjs |
Resolves a match to a Fluent ID for its section label.
Group phase: derives the ID from the team's group letter, e.g.
a match in "Group A" yields newtab-sports-widget-group-a.
Knockout phase: looks up `match.stage` in KNOCKOUT_STAGE_L10N_IDS.
Returns `null` when the input doesn't match any known shape so
callers can fall back to raw `match.stage` text. Warns on each
unmapped value so unexpected backend data is visible in the console.
|
3216 |
- |
| teamRegions.mjs |
|
1428 |
- |
| useLocalizedTeamNames.jsx |
|
3490 |
- |
| WatchLiveModal.jsx |
|
7467 |
- |