Commit Graph

3914 Commits

Author SHA1 Message Date
Kalle
5bdf26c7a4 Add article 2023-05-22 00:55:59 +03:00
Kalle
cda9c8b082 Tournament streams initial 2023-05-22 00:43:51 +03:00
Kalle
cf8c1ff379 Better final standings layout for mobile 2023-05-20 22:49:36 +03:00
Kalle
83d98495b3 Don't autorefresh brackets page if all matches are over 2023-05-20 22:34:23 +03:00
Kalle
afbb0fd689 Final placements display 2023-05-20 22:31:24 +03:00
Kalle
3a63c0adcc Add best ofs to bracket after start 2023-05-20 12:55:45 +03:00
Kalle
f42556e12b Update lock 2023-05-20 12:05:50 +03:00
Kalle
0e28189336 Take ownership of brackets-model 2023-05-20 12:04:58 +03:00
Kalle
0a346175b6 Any to rescue 2023-05-20 11:41:41 +03:00
Kalle
05e8afa3f4 Optimize bracket loader after start 2023-05-20 11:37:38 +03:00
Kalle
13354ae46e Lock brackets-viewer css version as well 2023-05-20 11:20:52 +03:00
Kalle
fedae458cd Highlight own team in different color 2023-05-20 11:18:28 +03:00
Kalle
630c7e489a Add empty localization files where missing Closes #1339 2023-05-20 00:26:29 +03:00
Kalle
78f7baf075 Revalidate subscribe pages on tab back + resub 2023-05-20 00:19:55 +03:00
Kalle
0b9e60337a Lock brackets-viewer version 2023-05-19 22:24:37 +03:00
Kalle
ececafe01f Mark captains on team tab 2023-05-19 20:01:09 +03:00
Kalle
98ec7fe99f Fix teams meeting too early in bracket 2023-05-19 19:41:56 +03:00
Kalle
0d981f4e5b Show seeds before tournament starts 2023-05-19 17:20:34 +03:00
Kalle
123ee8dc8d Handle team map pool display when 6 maps 2023-05-19 16:57:10 +03:00
Kalle
2a261925c2 Seeds on tournament match page 2023-05-19 16:43:22 +03:00
Kalle
73f43bbec6 Show seeds in bracket for all rounds 2023-05-19 16:18:32 +03:00
Kalle
a94de245b7 New color for BYEs 2023-05-19 11:41:34 +03:00
Kalle
53dd389396 Show tournament match identifying labels 2023-05-19 11:40:29 +03:00
Kalle
af3110d558 Don't show new team registration form after check-in has ended 2023-05-19 10:36:52 +03:00
Kalle
318fc552e0 Map pools in team tab 2023-05-18 19:36:52 +03:00
Kalle
4de275e054 Prompt to join Pool after check-in 2023-05-18 18:56:43 +03:00
Kalle
25881dd59b Add TournamentProgressPrompt 2023-05-18 15:42:10 +03:00
Kalle
6e67f17cc9 Add Njok hack 2023-05-18 14:13:07 +03:00
Kalle
c6835ffa21 Fix unseeded teams sorting at the top 2023-05-18 14:03:44 +03:00
Kalle
9ba072b3c3 Make tournament banner text visible in light mode 2023-05-18 00:49:47 +03:00
Kalle
cb99891dee Unregister from tournament feature Closes #1357 2023-05-18 00:02:53 +03:00
Kalle
6df27c7639 Fix Sploosh not visible on team page Closes #1370 2023-05-17 23:16:32 +03:00
Kalle
1ee6a793e5 Fix before bracket start alert on mobile not wrapping 2023-05-17 23:13:47 +03:00
Kalle
02abc0b99c Misc tournament things 2023-05-17 20:53:03 +03:00
Kalle
ce60895e8f Adjust fix map pool script 2023-05-16 22:23:34 +03:00
Kalle
d5b74e928a Delete tournament feature 2023-05-16 22:05:52 +03:00
Kalle
94574c2458 Add progress indicator 2023-05-16 22:04:47 +03:00
Kalle
1ee14513fa Fix bad translation for grand finals when bracket reset happening 2023-05-16 01:25:20 +03:00
Kalle
de19bcaddc Fix best of calculation for low number of teams 2023-05-16 01:16:21 +03:00
Kalle
1c62802ae0 Fix bracket UI not showing correctly when less than 2 teams available 2023-05-16 00:57:13 +03:00
Kalle
ef78d3a2c2
Tournament full (#1373)
* Got something going

* Style overwrites

* width != height

* More playing with lines

* Migrations

* Start bracket initial

* Unhardcode stage generation params

* Link to match page

* Matches page initial

* Support directly adding seed to map list generator

* Add docs

* Maps in matches page

* Add invariant about tie breaker map pool

* Fix PICNIC lacking tie breaker maps

* Only link in bracket when tournament has started

* Styled tournament roster inputs

* Prefer IGN in tournament match page

* ModeProgressIndicator

* Some conditional rendering

* Match action initial + better error display

* Persist bestOf in DB

* Resolve best of ahead of time

* Move brackets-manager to core

* Score reporting works

* Clear winner on score report

* ModeProgressIndicator: highlight winners

* Fix inconsistent input

* Better text when submitting match

* mapCountPlayedInSetWithCertainty that works

* UNDO_REPORT_SCORE implemented

* Permission check when starting tournament

* Remove IGN from upsert

* View match results page

* Source in DB

* Match page waiting for teams

* Move tournament bracket to feature folder

* REOPEN_MATCH initial

* Handle proper resetting of match

* Inline bracket-manager

* Syncify

* Transactions

* Handle match is locked gracefully

* Match page auto refresh

* Fix match refresh called "globally"

* Bracket autoupdate

* Move fillWithNullTillPowerOfTwo to utils with testing

* Fix map lists not visible after tournament started

* Optimize match events

* Show UI while in progress to members

* Fix start tournament alert not being responsive

* Teams can check in

* Fix map list 400

* xxx -> TODO

* Seeds page

* Remove map icons for team page

* Don't display link to seeds after tournament has started

* Admin actions initial

* Change captain admin action

* Make all hooks ts

* Admin actions functioning

* Fix validate error not displaying in CatchBoundary

* Adjust validate args order

* Remove admin loader

* Make delete team button menancing

* Only include checked in teams to bracket

* Optimize to.id route loads

* Working show map list generator toggle

* Update full tournaments flow

* Make full tournaments work with many start times

* Handle undefined in crud

* Dynamic stage banner

* Handle default strat if map list generation fails

* Fix crash on brackets if less than 2 teams

* Add commented out test for reference

* Add TODO

* Add players from team during register

* TrustRelationship

* Prefers not to host feature

* Last before merge

* Rename some vars

* More renames
2023-05-15 22:37:43 +03:00
Kalle
ab5c6cf7bb Add new badges 2023-05-10 20:48:55 +03:00
Kalle
d8d481839d Add badges 2023-05-03 23:34:23 +03:00
Zen
55105ab267
Refactor: Remix V2 meta (#1359)
* opt into v2 meta

* fix og properties

* finish all
2023-05-01 13:06:57 +03:00
Frederik
21e1fb8114
Updated Danish translation (#1366)
Added the following  Danish translations to the analyser.json file

stat.category.subDef
stat.category.damage

"newBuildPrompt" and "stat.category.misc" # changed the translation for ability
stat.category.subWeaponDefenseDamages
damage.header.baseDamage
damage.BOMB_DIRECT
damage.BOMB_NORMAL
damageSubDefExplanation

Corrected the following translation
"stat.whiteInk" # more natural translation
2023-05-01 13:02:18 +03:00
Zen
46a14b7c51
Update Chinese translation (#1367) 2023-05-01 13:02:04 +03:00
Kalle
e8cd14de08 Add badges 2023-04-30 10:55:14 +03:00
Ai Suzuki
3727e6be2a
Update Japanese translation (#1358)
Co-authored-by: Ai Suzuki <asuzuki@blockchains.com>
2023-04-25 17:22:34 +03:00
Kalle
f7bccae163 Add badges 2023-04-25 00:23:10 +03:00
Kalle
dd2318f499 Fix to tools mode not being preselected when editing calendar event 2023-04-25 00:13:04 +03:00