Commit Graph

3893 Commits

Author SHA1 Message Date
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
Kalle
6522c3528d Change invariant to validate with good error message 2023-04-25 00:08:49 +03:00
Kalle
9da4493555 Change invariant to validate with good error message 2023-04-25 00:08:27 +03:00
Kalle
ff0d6cb4d0 Add fix map pools script 2023-04-24 23:58:38 +03:00
Kalle
1a78d1a162 Autofill abilities on gear select Closes #1303 2023-04-23 15:58:08 +03:00
Kalle
a1ceff1fd2 Filter builds on user builds page Closes #1243 2023-04-23 15:19:17 +03:00
Kalle
d0e4945985 Fix flaky e2e test Closes #1332 2023-04-23 13:31:55 +03:00
Kalle
0c32456e72 Initial builds E2E tests 2023-04-23 13:26:18 +03:00
Kalle
1f6bda88b4 Private builds Closes #1242 2023-04-23 11:55:00 +03:00
Kalle
c83b967b8d Wipe placements before adding new ones from source 2023-04-23 01:01:28 +03:00
Kalle
cdabe79032 Add Twitter links to translator contributors Closes #1352 2023-04-22 12:13:12 +03:00
Kalle
79986ba39a Add zenpk as code contributor 2023-04-22 11:57:17 +03:00
Kalle
e8d1fe7ded Refactor new build modes input logic 2023-04-22 11:56:27 +03:00
Kalle
44a9a0bdcb Align IGN input # better 2023-04-22 11:53:41 +03:00
Kalle
f53524c620 Add badges 2023-04-22 11:50:32 +03:00
Kalle
5e36b76ee8
TO Tools back (#1349)
* Remove friend code

* Revive TO Tools admin page

* Revive TO Tools maps page

* Initial one mode only map list

* Add modesIncluded arg

* Handle no maps picked for SZ only generation

* Tiebreaker is always from the maps of the teams

* Make modesIncluded necessary arg

* Tiebreaker is from neither team's pool if no overlap

* Handles worst case duplication

* Handles one team submitted no maps test

* Fix crash

* Seed

* Can change one mode tournament map pool

* Fix join page link

* Remove useless TODO

* Fixes related to mapListGeneratorAvailable

* Fix map list generation considering impossible map lists making it take forever

* Show unlisted select for both sides

* Add info texts

* Remove register button

* Add todos

* Finished version for ITZ

* Times

* Remove TODOs

* 23->24
2023-04-22 11:44:20 +03:00
PM.Net JDS
40e56d2b53
Round sub velocity to thousandths place, fix bug in round function (Fixes #1348) (#1353)
* Round velocity to thousandths place, fix bug in round function

* Prettier application
2023-04-22 11:31:35 +03:00
Ai Suzuki
25391899b4
Translation ja 20230421 (#1351)
* done

* add translations

---------

Co-authored-by: Ai Suzuki <asuzuki@blockchains.com>
2023-04-22 11:16:48 +03:00
Kalle
a0aa85c247 Rename query function 2023-04-22 11:09:10 +03:00
Kalle
79a3b975e5 Favorite badge feature small tweaks 2023-04-22 11:09:10 +03:00
Kalle
429ad123e3 Don't show favorite badge select if user has 0-1 badges 2023-04-22 11:09:10 +03:00
dependabot[bot]
0be02f761b
Bump vm2 from 3.9.16 to 3.9.17 (#1350)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.16 to 3.9.17.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.16...3.9.17)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-21 17:48:27 +03:00