Commit Graph

5877 Commits

Author SHA1 Message Date
Kalle
650bd0028e Fix reopening round robin match locking subsequent matches
When reopening a match in round robin format to correct a misreported score,
subsequent matches that were already in progress would become locked. This
happened because resetMatchStatus was clearing their status and startedAt.

Now round robin matches are left as-is when a preceding match is reopened,
allowing them to continue where they left off.

Closes #2690
2026-01-04 22:01:45 +02:00
Kalle
306e12d8c4 Deflake tournament score report test 2026-01-04 18:30:01 +02:00
Kalle
5c6229f0b9 Add tournament reopen feature in admin panel (dev only)
Allow reopening finalized tournaments from the admin panel in development mode. This makes testing tournament finalization easier without needing CLI scripts.

- Add REOPEN_TOURNAMENT action to admin panel
- Convert reopen-tournament.ts script logic to Kysely
- Show Admin tab in tournament nav even after finalization (dev only)
- Add tournamentId column to TournamentBadgeOwner TypeScript interface
- Delete scripts/reopen-tournament.ts
2026-01-04 18:16:44 +02:00
Kalle
38d80d670f
Deduplicate weapon-params.ts (#2695) 2026-01-04 17:44:37 +02:00
Kalle
ee4f3ef4b9
Add Vitest browser testing setup with GroupCard tests (#2694) 2026-01-04 17:35:28 +02:00
Kalle
73e13f7446 Add canopy durability stat for Splat Brella variants
Adds CanopyHP (5000) for Splat Brella (6000), Sorella Brella (6001),
and Order Brella Replica (6005) in build analyzer.

Fixes #1478
2026-01-04 16:08:59 +02:00
Kalle
a9f72e9a02 Better tournament organization calendar styles for mobile 2026-01-04 13:51:47 +02:00
Kalle
497c3677be Fix Markdown render allowing inline styles and remove unrendered tags 2026-01-04 11:34:48 +02:00
Kalle
7f1b18b30b Fix types 2026-01-04 11:29:53 +02:00
Kalle
18a6fb57ec Allow configuring PORT (both server & E2E tests) 2026-01-04 11:08:51 +02:00
Kalle
9f0978f658 Add titles and tooltips for damage receiver icons
Closes #1178
2026-01-04 10:51:39 +02:00
Kalle
a25060e5bf Underground bracket E2E test anti flakiness 2026-01-03 19:48:57 +02:00
Kalle
a4b9b66efc
Optimize E2E test run time (#2686) 2026-01-03 19:25:38 +02:00
Kalle
dd9e74d1b6 Fix leaderboard tier criteria using stale cached data
ownEntryPeek() was mixing freshUserSkills() for tier assignment
with userSkills() (cached) for tier intervals, causing displayed
tier criteria to be out of sync with actual tier assignments.

Minor perf trade-off: freshUserSkills() is now called twice in
ownEntryPeek(), but this only affects users checking their position
beyond the main leaderboard size.

Fixes #2588
2026-01-03 16:45:17 +02:00
Kalle
da603f4d7c Fix image shrinking in tabs 2026-01-03 16:14:34 +02:00
Kalle
20ee95516c Add initial Dependabot config 2026-01-03 14:37:31 +02:00
Kalle
1c7c1aae45 Upgrade deps 2026-01-03 14:35:55 +02:00
Kalle
23eaa268c0
User middleware try 2 (#2692) 2026-01-03 13:47:32 +02:00
hfcRed
66bccb4684
Expand object pronouns list (#2691)
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2026-01-03 12:22:48 +02:00
Kalle
f11a3e798a Revert "User middleware (#2687)"
This reverts commit 4fca18ac8d.
2026-01-03 08:41:13 +02:00
Kalle
59de1f7e58 Fix avatar badge not attached 2026-01-03 00:25:40 +02:00
Kalle
4fca18ac8d
User middleware (#2687) 2026-01-02 18:34:45 +02:00
hfcRed
91e26948b2
Add pronouns for users (#2688)
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2026-01-02 18:34:32 +02:00
dependabot[bot]
789b0f5a81
build(deps): bump qs from 6.14.0 to 6.14.1 (#2689)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-01 21:56:21 +02:00
Kalle
0ee7abba13 Fix can't connect to Skalop in dev inside Docker 2026-01-01 20:44:24 +02:00
Kalle
b793cfc422 Fix flaky E2E test 2026-01-01 11:26:09 +02:00
Kalle
a4124bc6d4 Fix select clear button placement on Safari & Firefox 2025-12-31 17:07:44 +02:00
Kalle
675d92affa Fix article images squished 2025-12-31 17:05:51 +02:00
Kalle
4f991676dc
Upgrade better-sqlite3 to v12 (#2685)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 21:18:49 +02:00
Kalle
0393575c87
Drop teams in any bracket format (#2684) 2025-12-30 19:31:24 +02:00
Kalle
393955f5eb
React 19, Vite 7, Vitest 4 etc. (#2683) 2025-12-30 17:03:13 +02:00
Kalle
940b9f9706 Fix Map Planner crash 2025-12-30 16:58:25 +02:00
Great-Hero-YELLOW
266b72bcaf
Stronghold Article: "January + February 2026 LANs" (#2682) 2025-12-30 16:56:53 +02:00
Kalle
658421d899
Upgrade zod package to 4 (#2677) 2025-12-29 20:04:40 +02:00
Kalle
81483de0db
Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00
Kalle
6992fecdac Allow migration users where new user has a mod note 2025-12-29 18:39:39 +02:00
Kalle
a69b0904ce Fix SQ preview showing groups not actually looking 2025-12-29 17:40:45 +02:00
Kalle
44d508c647
Enable React Router 7 single fetch (#2679) 2025-12-28 16:57:51 +02:00
Kalle
0abadff9b1 Update docs 2025-12-28 16:48:17 +02:00
Kalle
49ecbc6bdc Public API endpoint to fetch user IDs 2025-12-28 13:30:35 +02:00
rice :3
4c8f8a5630
badge: add badge for Run Speed Up (#2676) 2025-12-28 12:27:53 +02:00
Kalle
4fbd9056cf Fix SendouQ match mode selection different from preview 2025-12-28 12:23:29 +02:00
Kalle
c1aa970d01
Update deps (#2675) 2025-12-27 10:28:31 +02:00
Kalle
97d9cd149d Clear pickup logo if switching to team in tournament registration 2025-12-27 09:23:59 +02:00
Kalle
cb5db140b3 Fix wrong default value for team signing up as select on tournament register page 2025-12-27 09:14:37 +02:00
Kalle
747235787e Fix team logo link broken on tournament register page 2025-12-27 09:13:49 +02:00
rice :3
534e480e60
badge: add badge for Rabbit Hole Cup [Winner] (#2673) 2025-12-26 10:51:49 +02:00
Great-Hero-YELLOW
3599807530
Stronghold Article: Raise 4 RAICES (#2674) 2025-12-26 10:51:35 +02:00
Kalle
95ac4083e6 Fix SendouQ preview group sorting 2025-12-25 22:47:19 +02:00
Kalle
2e848723e1 Improve full group preview UI
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
2025-12-23 09:23:22 +02:00