Kalle
6a72946b45
New hooks and components for localized date time ( #3065 )
2026-05-17 13:19:25 +03:00
Kalle
9278214d77
Fix can't add friend to pick-up scrim with no friend code
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-05-14 07:20:58 +03:00
Kalle
20118fb7a5
Fix WS revalidate on tournament bracket & match pages ( #3061 )
2026-05-13 20:17:29 +03:00
Kalle
2b5b1b1948
New match page ( #3032 )
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-05-04 18:15:10 +03:00
Kalle
3f3c084910
Migrate addInitialSkill to Kysely
2026-05-02 14:24:21 +03:00
Kalle
1823c9881c
Fix flaky SendouQ full group tier sort test
2026-05-02 13:53:18 +03:00
Kalle
b011cd0940
Catch SendouQError in remaining sendouq actions
...
The /q (front page), /q/preparing, and /q/match/:id action handlers
were not wrapping their switch in try/catch the way /q/looking does.
When SQGroupRepository.createGroup, addMember, or createGroupFromPrevious
tripped the integrity check (member already in another non-INACTIVE
group, group too large, etc.) the SendouQError bubbled up unhandled
and React Router responded with 500 instead of letting the loaders
re-run with fresh state.
These errors are expected race conditions, e.g. a double-submit
where the second JOIN_QUEUE arrives after the first already created
the group. Returning null lets the client see the actual current
state instead of an error page, matching the behavior already in
q.looking.server.ts.
2026-05-01 17:15:38 +03:00
Kalle
539da816bf
Make date time format apply everywhere ( #3023 )
2026-05-01 10:11:29 +03:00
Kalle
bc1923f9a5
Builds cleanup/fixes ( #2957 )
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-04-08 22:10:48 +03:00
Kalle
911077c09c
Team map list ( #2935 )
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-04-03 17:51:26 +03:00
Kalle
e27260f88b
Bye bye .png
...
... well mostly. Some places will still use it like PWA splash screens.
Otherwise browser support for .avif strong enough now to do this
now.
2026-03-29 16:48:47 +03:00
Kalle
dfa95bd92d
Migrate to nested CSS
2026-03-28 16:30:28 +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
Kalle
56a835611a
Update Biome to 2.4.8
2026-03-21 15:19:32 +02:00
Kalle
570da9541b
Refresh stream cache when SendouQ match starts
2026-03-20 16:58:58 +02:00
Kalle
c3e5e73600
Fix SendouQ group chat not always showing
2026-03-20 16:55:46 +02:00
Kalle
fef1ffc955
Design refresh + a bunch of stuff ( #2864 )
...
Co-authored-by: hfcRed <hfcred@gmx.net>
2026-03-19 17:51:42 +02:00
Kalle
e6d0a8189f
Fix test infrastructure and stabilize e2e tests ( #2836 )
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-02-25 19:05:34 +02:00
Kalle
7b71abfe53
Migrate SQ match queries to Kysely ( #2782 )
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-02-21 13:48:18 +02:00
Kalle
434c34d440
Fix flaky test
2026-01-13 20:50:52 +02:00
Kalle
ee4f3ef4b9
Add Vitest browser testing setup with GroupCard tests ( #2694 )
2026-01-04 17:35:28 +02:00
Kalle
a4b9b66efc
Optimize E2E test run time ( #2686 )
2026-01-03 19:25:38 +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
Kalle
f11a3e798a
Revert "User middleware ( #2687 )"
...
This reverts commit 4fca18ac8d .
2026-01-03 08:41:13 +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
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
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
4fbd9056cf
Fix SendouQ match mode selection different from preview
2025-12-28 12:23:29 +02:00
Kalle
95ac4083e6
Fix SendouQ preview group sorting
2025-12-25 22:47:19 +02:00
Kalle
2e848723e1
Improve full group preview UI
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
Kalle
70d2822a5d
Fix preview queue button not working
2025-12-23 09:22:26 +02:00
Kalle
72c61cda29
Fix liked groups disappearing on mobile
2025-12-23 09:14:41 +02:00
Kalle
031b6c5c0b
Fix group tier not showing on match page
2025-12-23 09:07:32 +02:00
Kalle
8b77605986
Fix group tier not showing for full groups w/ members shown
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-12-22 19:20:28 +02:00
Kalle
8ccb44fc78
Fix SendouQ notes
2025-12-22 19:16:05 +02:00
Kalle
94a93b0006
SQ serverside refactoring, add tests, add Knip ( #2665 )
2025-12-22 15:47:15 +02:00
Kalle
ef2d3779ec
Fix a bunch of TODOs ( #2648 )
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-11-23 16:34:18 +02:00
Kalle
d36a8d8247
Timestamp refactoring, fix chat timestamps in 24h format
...
Closes #2642
2025-11-22 11:19:20 +02:00
Kalle
a42778faf7
SQ new map algorithm fix unintended maps appearing
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-11-20 17:34:23 +02:00
Kalle
9bd8d84f20
SendouQ map list generation via MapList.generate ( #2617 )
2025-11-18 17:33:27 +02:00
Kalle
24008775aa
24h clock user preference ( #2618 )
2025-11-09 14:25:14 +02:00
Kalle
9296319d23
Refactor HACKY_resolvePicture away ( #2606 )
2025-11-08 13:54:02 +02:00
Kalle
0bcb426d8a
Remove target="_blank" from internal navigation links
...
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
All links to internal routes should stay in the same tab to maintain user context and provide a better SPA experience. Closes #2619
2025-11-06 17:54:21 +02:00
Kalle
933902810d
Migrate banned users fetching to Kysely
2025-11-01 15:04:05 +02:00
Kalle
b3de79cee8
E2E tests against built site + add to pipeline ( #2563 )
2025-10-11 11:14:33 +03:00
Kalle
5d8be56d6f
New tournament map list generation with patterns ( #2557 )
2025-10-08 17:00:19 +03:00