Commit Graph

5802 Commits

Author SHA1 Message Date
Kalle
f89e30bf10 Add failing test for issue #2601 2025-10-27 21:39:01 +02:00
Kalle
c50d4248c0 Upgrade Biome 2025-10-27 21:36:12 +02:00
Kalle
a2d8cb2936 Fix artists missing from showcase if no showcase art set, caching & Kysely migration
Closes #2591
2025-10-27 21:00:23 +02:00
Kalle
b059de162f More resilient Swiss pairing up logic for small brackets 2025-10-27 20:11:00 +02:00
Kalle
bec4d5f3b3 Fix scrim E2E test
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
2025-10-26 20:34:02 +02:00
Kalle
4550d1ed3c Tournament no screen cache consider participant ID's as well
Should make it a bit more resilient as if you reset brackets etc. matches ID might be reused.
2025-10-26 20:33:51 +02:00
Kalle
d4a1e0a184 Migrate /vods to CSS modules 2025-10-26 20:24:04 +02:00
Kalle
2df015d209 One pass per hosting team in tournaments Closes #2598 2025-10-26 15:48:02 +02:00
Kalle
b0f8e3b0b9 Fix inconsistent date picker inptu width
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
2025-10-26 15:37:30 +02:00
Kalle
ef6b3dc647 Add missing css var to light mode 2025-10-26 15:37:21 +02:00
Kalle
b558f1b76f Fix log out button icon size 2025-10-26 15:27:55 +02:00
Kalle
2e6acc90f5 Add E2E test to new scrim functionalities 2025-10-26 15:08:04 +02:00
Kalle
f3952ec2ba Fix E2E test
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
2025-10-26 07:55:25 +02:00
Kalle
9100fa3026 Probably fix E2E tests
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
2025-10-25 18:04:04 +03:00
Kalle
510491c039
Scrimprovements (#2603) 2025-10-25 17:46:17 +03:00
Kalle
47c011dc2f Fix hamburger button icon size
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-10-22 18:55:34 +03:00
Kalle
4972e06992 Fix art dialog img wrong size 2025-10-22 17:43:19 +03:00
Kalle
91906e7ab4 Remove badge per request 2025-10-22 17:13:20 +03:00
Kalle
48bf097107
Tournament fixes (#2596)
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
2025-10-21 19:46:06 +03:00
Great-Hero-YELLOW
63f101ea6d
Stronghold Article: Splatoon 3 NA League Event 5 Regular Season 3 (#2594) 2025-10-21 19:45:51 +03:00
dependabot[bot]
0d5d1b3a96
build(deps): bump vite (#2595)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 19:45:29 +03:00
BrushMommy
f624fd421e
badge: add badge for Paralarvae Parfait (#2584)
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-10-19 11:58:43 +03:00
Neus/Andrea
5af5886073
badge: add badge for Golden Ratio (#2577)
Co-authored-by: Andrea Andrade <146755826+andreaandradearagon@users.noreply.github.com>
2025-10-19 11:58:25 +03:00
Kalle
d6cf687a7e
Kysely for builds queries (#2578) 2025-10-19 11:57:53 +03:00
Kalle
90fd7a22a7 Fix tournament check-in notification time boundary
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
Change query to exclude tournaments starting exactly at the current time, preventing duplicate notifications for events that have
already started.
2025-10-18 21:06:43 +03:00
Kalle
64427df511
Fix notification deduplication to include recipients (#2583)
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-10-16 20:28:28 +03:00
Kalle
0ac4d0a39f
User results page optimizations (#2575) 2025-10-16 19:10:21 +03:00
Kalle
905670a56e
Fix sibling bracket detection to use depth instead of source indices (#2582)
- Fixes issue where sibling brackets at the same progression depth weren't matched when they had different source indices
- Adds `bracketDepth()` function to calculate bracket depth in progression tree
- Updates sibling bracket detection to compare depth instead of source bracket indices
- Adds test coverage for multiple parallel starting groups scenario
2025-10-16 18:51:38 +03:00
Great-Hero-YELLOW
c71208c068
Stronghold Article "Splaton 3 NA League Event 4 Regular Week 2" (#2576) 2025-10-16 18:33:36 +03:00
Great-Hero-YELLOW
54715d5dba
Splatoon Stronghold Article "Oktofest 2025" (#2581) 2025-10-16 18:33:26 +03:00
Kalle
1d330c5642 Fix dev:prod command and remove duplication
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
2025-10-14 19:24:18 +03:00
Tessaract
3cbebadf97
Replace tessssaract/guides in /links with Sunken Scrolls (#2572)
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-10-13 19:23:31 +03:00
Kalle
54ef0305a3
Fix match page slowness (#2573) 2025-10-13 18:46:56 +03:00
Kalle
88dcd43741 Fix TODO 2025-10-12 13:38:09 +03:00
Kalle
c6e7b08ebc Add new org by user + some other things 2025-10-12 13:35:37 +03:00
Kalle
1bbb14b1dc Fix can add badges you don't own via template functionality 2025-10-12 10:56:55 +03:00
Kalle
751e071686 Use pattern for also pick/ban rounds Closes #2560 2025-10-11 16:56:11 +03:00
Kalle
88847c036a More consistent tournament registration page roster spacing 2025-10-11 16:42:53 +03:00
Kalle
3e512c0c10 Fix npm run setup script 2025-10-11 16:26:46 +03:00
Kalle
03ad348fdf
Tournament org page improvements (#2569) 2025-10-11 16:07:35 +03:00
Kalle
98a5ccbe3a
User configurable tournament max member count (#2565) 2025-10-11 14:03:53 +03:00
BrushMommy
f3e6a6c04c
badge: add badge for Octopi Palooza! (#2567) 2025-10-11 12:30:01 +03:00
KksCD
f94f8a253f
badge: add badge for The K's corner (#2566) 2025-10-11 12:29:25 +03:00
Phil-hacker
36b3632348
Replace SQL with kysely in top search (#2513)
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2025-10-11 12:25:16 +03:00
Kalle
0ddc73666d
Art feature improvements (#2564) 2025-10-11 11:46:22 +03:00
Kalle
b3de79cee8
E2E tests against built site + add to pipeline (#2563) 2025-10-11 11:14:33 +03:00
Kalle
f8923fa662 Improve /vods layout and show more thumbnails 2025-10-08 21:10:34 +03:00
Phil-hacker
8b85a9f3bb
Use kysely for the vods feature (#2556) 2025-10-08 17:23:01 +03:00
Great-Hero-YELLOW
37b4416423
Stronghold Article: "Splatoon 3 NA League Event 3 Regular Season 1" (#2554) 2025-10-08 17:02:33 +03:00
Veater_27
ef74dd968b
badge: add badge for McLaren (#2550) 2025-10-08 17:02:03 +03:00