Commit Graph

408 Commits

Author SHA1 Message Date
Kalle
d9275d6ee4 More options for team picked map pools formats 2026-09-16 21:13:11 +03:00
Kalle
2f33517a50 Use actual search params for entity search etc. to handle special characters 2026-09-09 20:21:49 +03:00
Kalle
8f04f3b6cc Enable Biome rules 7 2026-09-06 16:57:29 +03:00
Kalle
880656f53e Enable Biome rules 6 2026-09-06 16:57:29 +03:00
Kalle
16bbb4252b Enable Biome rules 5 2026-09-06 16:57:29 +03:00
Kalle
e5196ca4d5 Enable Biome rules 3 2026-09-06 16:57:28 +03:00
Kalle
3cf79bb6c1 Enable Biome rules 2 2026-09-06 14:00:27 +03:00
Kalle
2e26e1fe81 Migrate away from RAC (#3381) 2026-09-05 15:11:04 +03:00
Kalle
10feace73d Drive layout breakpoints with media and container queries instead of resize listeners
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-09-02 22:04:54 +03:00
Kalle
6a307ce59e Simplify comments 2026-09-02 21:02:01 +03:00
Kalle
9b82d577e2 Availability tool (#3375)
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-08-30 17:35:14 +03:00
Kalle
a42fc86a0f Fix translations 2026-08-26 18:28:54 +03:00
Kalle
58bb3ffaa5 Update random comments 2026-08-25 20:46:51 +03:00
Kalle
19adeef65f Improve E2E test coverage 2026-08-22 11:01:39 +03:00
Kalle
4c5d0eea69 Migrate leagues to be standard many starting brackest tournaments (#3361) 2026-08-21 18:43:29 +03:00
Kalle
4f64b9ec01 zod -> valibot (#3364) 2026-08-21 17:36:48 +03:00
Kalle
55889eccc7 Patch 11.3.0
Closes #3344
2026-08-21 07:50:58 +03:00
Kalle
7644222b78 Preload initial locale JSONs instead of inlining them into the HTML
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-08-16 11:42:00 +03:00
Kalle
319f3d8cf3 LFG page serverside paginated 2026-08-16 09:07:13 +03:00
Kalle
d894b51e36 Inline the initial i18n namespaces into the SSR HTML 2026-08-15 16:57:05 +03:00
Kalle
af7ef2fb08 Refactor permissions and make tournament object fully cacheable (#3341) 2026-08-15 09:29:34 +03:00
Kalle
67ca6ff038 Refactor tests for consistency 2026-08-13 19:05:11 +03:00
Kalle
91469da4e3 Add scanner access to specific user
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-08-11 20:37:51 +03:00
Kalle
7931dc017c Fix time dependent search param cached 2026-08-09 17:38:09 +03:00
Kalle
fcde55644c Fix not optimal matchlist found with recently played matches 2026-08-09 17:38:09 +03:00
Kalle
3aded5c62a Abstract stuff (#3305) 2026-08-05 18:16:24 +03:00
Kalle
e65dd86683 Fix even even more bugs 2026-08-05 15:36:31 +03:00
Kalle
353d24d2ad Fix even more bugs 2026-08-05 15:36:31 +03:00
Kalle
f137040759 Replace neverthrow with a simple owned util
Closes #3266
2026-08-04 10:08:10 +03:00
Kalle
3b4707908c Search params refactor (#3286) 2026-08-04 06:55:17 +03:00
Kalle
cf627a61ea SendouQ collect cancel reason (#3291)
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-08-03 16:09:52 +03:00
hfcRed
3df1f9ed19 Tournament Trophies (#3245) 2026-07-31 09:51:49 +03:00
Kalle
125723d3f5 Type some string columns better
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-07-26 18:25:49 +03:00
Kalle
4cf2003e3c More consistent date columns 2026-07-26 15:14:33 +03:00
Kalle
2f211cc919 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	app/db/tables.ts
#	app/features/calendar/calendar-schemas.ts
#	app/features/tournament-bracket/actions/to.$id.brackets.server.ts
#	app/features/tournament-match/TournamentMatchRepository.server.ts
#	app/features/tournament-match/actions/to.$id.matches.$mid.server.ts
#	app/features/tournament-match/components/TournamentMatchAdminTab.tsx
#	app/features/tournament-match/match-page-context.tsx
#	app/features/tournament/queries/updateRoundMaps.server.ts
#	app/modules/brackets-manager/test/double-elimination.test.ts
#	app/modules/brackets-manager/test/single-elimination.test.ts
#	app/modules/brackets-manager/test/update.test.ts
#	app/modules/brackets-model/storage.ts
2026-07-26 13:13:31 +03:00
Kalle
13c903ee08 Split off from tables.ts to tables-json.ts 2026-07-26 13:05:50 +03:00
Kalle
6dc2dd2986 Bracket engine refactor (#3249)
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-07-26 12:40:43 +03:00
Kalle
3f6674a394 Welcome page (#3253) 2026-07-25 13:50:00 +03:00
Kalle
a66df3c993 Send bans/unbans via webhook 2026-07-21 18:14:39 +03:00
Kalle
bce7523ed1 Fall back to default i18next instance when context missing
To avoid these logs presumably from bots: Error: No value found for context
2026-07-19 14:16:49 +03:00
Kalle
7d1e680a74 Optimize bundle (#3228) 2026-07-18 11:52:25 +03:00
dependabot[bot]
938d7efd96 build(deps): bump remix-i18next from 7.5.0 to 8.0.0 (#3215)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2026-07-10 17:40:24 +03:00
Kalle
b8b891352d Fix Vite error 2026-07-05 16:40:08 +03:00
Kalle
4c12adafd0 Make searching orgs, weapons less fussy 2026-07-01 19:38:59 +03:00
Kalle
154534744d Fix tournament gets blocked in RR with certain parameters
Bracket with 3 rounds but only 1 actual match couldn't be finished
(5 teams, 2 groups)
2026-06-27 08:03:54 +03:00
Kalle
abed7fa8bb Weapon params page (#3170) 2026-06-17 14:37:44 +03:00
Kalle
75179e5077 Zod validated config for security and ease of getting started 2026-06-15 14:12:15 +03:00
Kalle
9e829614ed Replace react-use dependency with a few helpers
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-06-12 22:40:50 +03:00
Kalle
ffa12b05cb Replace lru-cache dep with light util 2026-06-12 21:46:59 +03:00
Kalle
6e987d506f Tournament layout refresh, improve admin experience (#3152)
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-06-11 18:31:10 +03:00