sendou.ink/app
Kalle bfef81682e
Some checks failed
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled
Filter out match-less sets in team set history
Regression introduced in b26f4ab2 (Migrate setHistoryByTeamId to
Kysely): the old raw SQL inner-joined through
TournamentMatchGameResultParticipant, which implicitly dropped
completed matches that had no game results (forfeits/walkovers).
The Kysely version fetches players via a jsonArrayFrom subquery,
so those matches leaked through and rendered as 0-0 on the team
page.
2026-04-28 21:20:56 +03:00
..
components Fix Global Search flashing "No results" when it's searching 2026-04-27 08:52:16 +03:00
db Add "Date format" preference 2026-04-27 18:58:27 +03:00
features Filter out match-less sets in team set history 2026-04-28 21:20:56 +03:00
form Migrate to nested CSS 2026-03-28 16:30:28 +02:00
hooks Always use year: numeric if YMD date format preference 2026-04-28 21:15:03 +03:00
modules Slight brackets-manager cleanup 2026-04-18 14:38:06 +03:00
routines Change scrim notification text not to include timestamp 2026-04-26 13:05:48 +03:00
styles Fix file input text color 2026-04-15 21:13:05 +03:00
utils Add pagination to vods 2026-04-27 17:31:41 +03:00
browser-test-setup.ts Disable i18next console log 2026-03-22 13:31:26 +02:00
entry.client.tsx Design refresh + a bunch of stuff (#2864) 2026-03-19 17:51:42 +02:00
entry.server.tsx Increase sync rotations frequency 2026-03-20 16:58:22 +02:00
root.tsx Remove custom theme when supporter subscription ends 2026-04-02 17:34:14 +03:00
routes.ts Add test bracket route 2026-03-29 14:49:04 +03:00
test-setup.ts Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00