feat(schedule): add occurrence filter with pending result status

This commit is contained in:
Lucas Kalil 2026-06-15 14:33:33 -03:00
parent 5cbd3e6f3d
commit 99ea02a604
6 changed files with 122 additions and 10 deletions

View file

@ -72,6 +72,7 @@ const dicts = {
'stadiums.capacity': 'Capacity',
'stadiums.viewMatches': 'View matches',
'status.scheduled': 'Scheduled',
'status.pending': 'Awaiting result',
'modal.close': 'Close',
'modal.date': 'Date & time',
'modal.stadium': 'Stadium',
@ -100,6 +101,10 @@ const dicts = {
'time.stadium': 'Stadium time',
'time.toggleAria': 'Toggle between local and stadium time',
'schedule.myMatches': 'My matches',
'schedule.occAria': 'Occurrence filter',
'schedule.occAll': 'All matches',
'schedule.occPlayed': 'Played',
'schedule.occUpcoming': 'Upcoming',
'fav.toggle': 'Favorite',
'challenge.title': 'Bracket challenge',
'challenge.correct': '{x} of {y} picks correct',
@ -206,6 +211,7 @@ const dicts = {
'stadiums.capacity': 'Capacidade',
'stadiums.viewMatches': 'Ver partidas',
'status.scheduled': 'Agendada',
'status.pending': 'Pendente de resultado',
'modal.close': 'Fechar',
'modal.date': 'Data e hora',
'modal.stadium': 'Estádio',
@ -234,6 +240,10 @@ const dicts = {
'time.stadium': 'Hora do estádio',
'time.toggleAria': 'Alternar entre hora local e do estádio',
'schedule.myMatches': 'Minhas partidas',
'schedule.occAria': 'Filtro de ocorrência',
'schedule.occAll': 'Todos os jogos',
'schedule.occPlayed': 'Já ocorreram',
'schedule.occUpcoming': 'A ocorrer',
'fav.toggle': 'Favoritar',
'challenge.title': 'Bolão do mata-mata',
'challenge.correct': '{x} de {y} palpites certos',