Commit Graph

2352 Commits

Author SHA1 Message Date
Kalle
686fce1449 Add dodging to SQ rules 2024-09-27 18:25:30 +03:00
Kalle
608a0f6db5 Fix Serbia flag not showing up Closes #1777 2024-09-27 18:25:30 +03:00
Kalle
ff40e74d4c Fix LFG post updated at date not showing 2024-09-27 18:25:30 +03:00
Kalle
85f9272b1e Fix LFG group posts text overflowing 2024-09-27 18:25:29 +03:00
Kalle
e80af883cb Upgrade tldraw to latest 2024-09-22 16:32:56 +03:00
Kalle
8eb852f840 Add "Start with SZ" toggleable option on the Preparing Maps page Closes #1887 2024-09-22 16:04:54 +03:00
Kalle
3a5fbeef1e Increase team max member count from 8 to 10 2024-09-22 13:54:48 +03:00
Kalle
cd8ede6a2e Fix updating secondary team avatar/banner not possible Closes #1888 2024-09-22 13:54:03 +03:00
Kalle
95d3639062 Fix can't make secondary team main as the owner 2024-09-22 13:19:01 +03:00
Kalle
b26882ed27 Allow creating secondary teams Closes #1886 2024-09-15 09:04:51 +03:00
Kalle
07d34e5c3e Take in use useSemanticElements lint 2024-09-14 15:06:01 +03:00
Kalle
687b7f5126 Upgrade deps 2024-09-14 15:01:09 +03:00
Kalle
8405be6f26 Migrate to vitest, unskip suites Closes #1846 2024-09-14 14:34:41 +03:00
Kalle
c8921bfadb Use to set map pool to show tournament modes Closes #1782 2024-09-14 13:58:58 +03:00
Kalle
f44e958d74 Add theme secondary custom user profile color input 2024-09-14 13:50:18 +03:00
Kalle
656c210581 Add new Amiibo/SR gear Closes #1872 2024-09-14 13:32:58 +03:00
xi
e50c6a154a
Add more tournament closing times (#1878) 2024-09-14 12:31:51 +03:00
Kalle
1c9dcacbf2
Join many teams & front page changelog (#1880)
* Initial

* Progress

* Changelog initial

* Progress

* E2E test
2024-09-14 12:31:05 +03:00
Kalle
4b0b1e4a68 Show more vods on user page 2024-09-09 17:20:49 +03:00
Kalle
6a3855046c Fix user page vod count 2024-09-09 17:20:40 +03:00
Kalle
6fc27845ee Tournament match page narrow again 2024-09-09 17:11:00 +03:00
Kalle
2294acfdac Make tournament result match squares links 2024-09-09 17:10:51 +03:00
Kalle
75fea79738 Map Planner outlined weapon icons 2024-09-09 08:34:19 +03:00
Kalle
4b768c4a05 Remove Prettier Closes #1773 2024-09-08 11:29:06 +03:00
Kalle
d4d6002344
New results tab for tournaments (#1876)
* Initial

* Try npm in deploy script

* Progress

* Progress

* Progress

* Add missing index

* Title to user results page

* Hide SPR before tournament over

* Results page and redirect

* SPR info

* Row bg colors

* Laoyut shift fix

* Hide Swiss start round button if bracket is in preview

* Fix e2e test

* Not needed

* one more revert
2024-09-08 11:25:10 +03:00
Kalle
0f912023d2 Adjust info texts about badges 2024-09-07 09:27:29 +03:00
Kalle
c57118d65d Add contributors 2024-09-07 09:11:48 +03:00
Kalle
2c3cc95e9c Allow editing tournament team names while tournament is in progress 2024-09-07 09:06:40 +03:00
Kalle
68eb59811c Before active rosters are selected just hide the winner selecting radio 2024-09-07 09:00:01 +03:00
Kalle
a5fca90044 Wrap preparing maps in an error boundary 2024-09-07 08:52:54 +03:00
Kalle
206646b68a Fix crash on prepared maps trim 2024-09-07 08:52:10 +03:00
Kalle
708c266de4 Tournament SSE tweaks 2024-09-02 17:07:18 +03:00
Kalle
751862e6e1 Fix weapon-params.ts for Patch 9.0 2024-09-02 08:13:47 +03:00
Kalle
c3adcdedfc S5 2024-09-01 17:40:44 +03:00
Kalle
d857657943 Patch 9.0 params Closes #1866 2024-09-01 17:36:54 +03:00
Kalle
20a0615900 Add "listen only" vc option for tournament subs 2024-09-01 13:31:40 +03:00
William Lam
89293c6d8d
Upgraded @tldraw to latest version (2.4.5) (#1860)
* Add trustedDependencies

* Upgraded @tldraw to latest version (2.4.5)
- One of the fixes made the `fileSize` field optional in `TLImageAsset` & by extension, it also means the value of that field has to be non-zero. I simply removed the field & it fixed the bug encountered in the issue link
- Issue Link: https://github.com/Sendouc/sendou.ink/issues/1853

* Updated trustedDependencies to match rewrite branch & rebuilt bun lock file

---------

Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2024-09-01 11:27:10 +03:00
Kalle
8bbc5510a0 Consistent player on IGN on match page Closes #1869 2024-09-01 11:20:54 +03:00
Kalle
31709077e5 Fix swiss bracket prepared maps crash Closes #1870 2024-09-01 11:08:43 +03:00
Kalle
f171b1b2fc Fix art tab not showing up Closes #1868 2024-08-31 10:21:09 +03:00
Kalle
7b80725117 Introduce unJsonify to builds Closes #1867 2024-08-31 10:10:43 +03:00
William Lam
bb7f9bcb59
Replaced "process.env.BASE_URL" with ""import.meta.env.VITE_SITE_DOMAIN" (#1858)
* Add trustedDependencies

* Replaced "process.env.BASE_URL" with ""import.meta.env.VITE_SITE_DOMAIN"
- Issue Link: https://github.com/Sendouc/sendou.ink/issues/1850

* biome linting fixes

* Matched trustedDependencies to rewrite branch & rebuilt bun lock file

---------

Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2024-08-30 00:26:59 +03:00
Kalle
2cee6a96ca Fix a couple crashes with prepared maps feature Closes #1862 2024-08-30 00:24:20 +03:00
Kalle
ba12a61ba9 Add TO permissions via UI 2024-08-25 11:29:35 +03:00
Kalle
d753365d5d Allow up to 6 swiss groups 2024-08-25 10:32:34 +03:00
Kalle
ec2ad2033e Add best of 1 as an option to tournaments 2024-08-25 10:19:06 +03:00
Kalle
9a82c5b782 Fix organization badge selector duplicates Closes #1842 2024-08-25 09:56:18 +03:00
William Lam
f26e040238
Enable Biome rule "noSvgWithoutTitle" (#1849)
* Turn off noSvgWithoutTitle rule & see how many errors pop up in linting

* Commit with .tsx files containing <svg /> elements now have <title /> tags in them (with English localization)

* Fixed tabbing in some files
2024-08-25 09:10:09 +03:00
xi
97b0f65105
Add sub role to team page (#1847) 2024-08-24 22:35:41 +03:00
xi
1217e7ce92
Add Triple Splashdown fist as receiver to object dmg calc (#1826)
* Add Triple Splashdown fist as receiver to object dmg calc

Closes #1656

* Appease formatter

* Appease formatter (again)

* Appease formatter

* Add dmg multiplier for OS

* Update calculator-constants.ts to generate object-dmg.json correctly

* Fix formatting (hopefully)

* Update objectHitPoints.ts

* Fix TSD image not loading correctly
2024-08-24 22:35:26 +03:00