Commit Graph

6179 Commits

Author SHA1 Message Date
Kalle
a15039a4bb Add Cantonese as a language option 2026-03-28 15:12:25 +02:00
dependabot[bot]
f8c5b5c8e7
build(deps): bump path-to-regexp from 0.1.12 to 0.1.13 (#2921)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-28 14:44:04 +02:00
Cafy
419fb2852c
badge: add badge for Chi-Shoals Salmon Run Edition (#2920) 2026-03-28 14:43:49 +02:00
BrushMommy
047b9f4c83
badge: add badge for Paralarvae Parfait - D2 Cap (#2915) 2026-03-28 14:43:36 +02:00
Josiah Glosson
555f025d10
Add inGameName to /api/user/{userId|discordId} route (#2918) 2026-03-28 14:43:24 +02:00
Kalle
2db6e6bc01 Add sendou-code-review skill 2026-03-28 14:38:55 +02:00
Kalle
3240a81bb5 Allow locking a tournament match for a specific stream
Closes #2919
2026-03-28 14:38:46 +02:00
Kalle
d247afb265 Save tournament streamers for future usage 2026-03-28 13:23:12 +02:00
Kalle
2af957c83b Upgrade deps
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
2026-03-28 08:24:48 +02:00
Kalle
3925b73d32 Replace useIsMounted with useHydrated
Strict improvement because we avoid the flash on clientside navigation.
One practical bug was scroll restoration between tournament teams list
and user page. When user pressed back they ended up at the bottom
of the page because the placeholder (smaller height than actual
content) rendered. With useHydrated this placeholder is no longer
rendered for client side navigations.
2026-03-28 07:44:52 +02:00
dependabot[bot]
2a4d6ad80e
build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#2916)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-28 07:36:48 +02:00
Kalle
48de5654ff Fix a few missing isPlaceholder filters in tournament team queries
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
2026-03-27 20:46:10 +02:00
Kalle
b11cddd86b Fix full screen modal top padding for PWA 2026-03-27 20:28:44 +02:00
Kalle
0dbe623623 Front page styling tweaks 2026-03-27 17:52:15 +02:00
Kalle
07ac22d313 Add back breadcrumb links to subpage 2026-03-27 17:30:11 +02:00
Kalle
cdf1aea38c Update badge name
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
2026-03-27 17:09:08 +02:00
Kalle
9e43240a37 Adjust z-index as a failsafe
Some checks failed
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
E2E Tests / e2e (push) Has been cancelled
2026-03-26 18:52:51 +02:00
Kalle
af15b22f54 Fix LUTI league division friend code hiding too early
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
2026-03-24 22:24:16 +02:00
Kalle
c9b3a576b6 Remove blank space at the top of markdown 2026-03-24 21:53:04 +02:00
Kalle
cb286d37e5 Add share tournament URL button 2026-03-24 21:53:04 +02:00
Kalle
31787b5807 Fix 0 theme values parsed as no value set 2026-03-24 21:53:04 +02:00
Kalle
d1dcc5c071 Show 8 friends on mobile instead of 4 2026-03-24 21:53:04 +02:00
Kalle
48152e1185
VoD YouTube timestamps generator (#2912) 2026-03-24 21:26:34 +02:00
Kalle
0fae97a189 Make GlobalSearch actual links so we can ctrl+click for new tab 2026-03-24 19:56:44 +02:00
Kalle
970bb4f04b Add to contributions 2026-03-24 19:17:38 +02:00
Kalle
5975e0e9a8 Fix alt skins causing problems in WeaponSearch 2026-03-24 19:12:08 +02:00
Kalle
8c02f7627f Fix weapon search non-english names broken links 2026-03-24 18:54:26 +02:00
Kalle
574c1300e9 Hide teams on the league sign up page after divisions have been created
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
Closes #2851
2026-03-23 22:00:23 +02:00
Kalle
f417cd2e69 Make "Incoming requests" link to user page 2026-03-23 21:31:32 +02:00
Kalle
39d4229484 Adjust tournament match page game marker text shadow color 2026-03-23 21:12:15 +02:00
Kalle
0aa31c0683 Add TO/Stream labels back to tournament chats 2026-03-23 21:04:49 +02:00
Kalle
6d5301ff45 Fix supporters seeing ads on error page 2026-03-23 20:23:37 +02:00
Kalle
5f04bc7a68 Fix timezone parsing error crashing the whole user page 2026-03-23 20:23:37 +02:00
Kalle
162772967e Fix tournament LFG group note not showing for other groups 2026-03-23 20:09:45 +02:00
Kalle
11eeffd46e Fix a few wrong tournament vars 2026-03-23 19:06:55 +02:00
Kalle
e3aa6ced14 Fix /org/:slug calendar timestamps in SSR 2026-03-23 19:06:31 +02:00
Kalle
946c73a7b2 Add notifications to /to/:id/looking 2026-03-23 19:06:15 +02:00
Kalle
8d0881343c Fix load chat history on page load 2026-03-23 18:43:45 +02:00
Kalle
31f81e41c8 Fix biome flag 2026-03-23 18:22:02 +02:00
Kalle
1098c42693 Remove redundant info message
Just added this a couple commits ago but didn't see we already had similar text below the submit button
2026-03-23 18:20:08 +02:00
Kalle
09b0659ddd Ensure tournament match unlocked as soon as the date changes somewhere in the world 2026-03-23 18:15:41 +02:00
Kalle
ad64cff26d More UserSearch useEffect stabilization attempts
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
2026-03-22 21:05:20 +02:00
Kalle
8cf2c028e1 Fix Biome warnings 2026-03-22 21:04:59 +02:00
Kalle
33b83db577 Make Biome fail on warnings 2026-03-22 21:02:12 +02:00
Kalle
b7318c8070
Front page styling tweaks (#2906) 2026-03-22 20:56:14 +02:00
Great-Hero-YELLOW
d4b866528c
Update 20xx-series-6-recap.md (#2904) 2026-03-22 20:53:11 +02:00
Great-Hero-YELLOW
e3214b09c1
Stronghold Article "IPL x AREA CUP SWS 2026" (#2905) 2026-03-22 20:52:38 +02:00
Kalle
8f748323c7 Fix /to/:id/teams player name link full width of the page 2026-03-22 20:45:13 +02:00
Kalle
d3871939e4 Make rotations seed more realistic 2026-03-22 18:11:49 +02:00
Kalle
841e4ab28a Try to stabilize UserSearch onChange identity
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
These changes are not too scientific, can't reproduce this locally. Just trying something that seems like a reasonable bet.
2026-03-22 17:07:35 +02:00