Commit Graph

334 Commits

Author SHA1 Message Date
Kalle
790b04ce1f Fix being able to check in twice 2023-10-21 15:01:22 +03:00
Kalle
6dc3d2bd27
Reported weapons while reporting score + report only own team or own (#1527)
* Initial

* Move code

* More events implemented

* Auto refresh take in account recent revalidates

* Add sound effects

* Add creds

* Settings

* Add error handling

* Reported weapons merging logic

* TODOs

* Add envs to example

* Reported weapons new input format

* Report own/own team/all wpn

* Report own weapon when reporting score

* Don't revalidate

* Gridified

* Remove irrelevant comment

* Don't wipe weapons if different
2023-10-21 13:44:21 +03:00
Kalle
3febe5c48e Fix settings page not showing correctly current selections 2023-10-19 17:40:41 +03:00
Kalle
24875c1fb4
SendouQ real(er) time with notifications (#1525)
* Initial

* Move code

* More events implemented

* Auto refresh take in account recent revalidates

* Add sound effects

* Add creds

* Settings

* Add error handling

* Add envs
2023-10-18 18:33:17 +03:00
Kalle
e8d78106e0 Patch 5.1. 2023-10-18 18:08:09 +03:00
hfcRed
de507e86d6
Damage Calculator Grid Rework (#1523)
* Grid rework

* Ran Prettier

---------

Co-authored-by: hfcRed <hfcred@gmx.net>
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2023-10-15 23:23:36 +03:00
Kalle
5776119153 Fix hydration bug 2023-10-14 11:49:27 +03:00
Kalle
b1b4e928ca Tiers page show current SP criteria for each 2023-10-14 11:45:31 +03:00
Kalle
b2a401a746 Fix prepare page button align 2023-10-14 11:36:12 +03:00
Kalle
a150925aad Fix tournament team page crash before tournament starts 2023-10-14 11:33:55 +03:00
Kalle
505915d694 Fix being able to start without proper teams (admin) 2023-10-14 11:33:26 +03:00
Kalle
2ba638c498 Basic admin clean up feature 2023-10-14 11:08:45 +03:00
Kalle
b2cf401b10 Update to the new AWS API 2023-10-14 10:28:02 +03:00
Kalle
7c064b1a75 Remix v2 refactors 2023-10-14 10:10:28 +03:00
Kalle
cb7a8b4150 Tournament match chat 2023-10-12 18:45:38 +03:00
Kalle
e7fea44942 Kick from group in the preparing screen 2023-10-12 18:36:54 +03:00
Kalle
e19b9ab3a4 Show incomplete/canceled matches in the seasons page 2023-10-12 18:21:32 +03:00
Kalle
6385176d25 Fix bracket page crashing when coming from link 2023-10-11 23:35:07 +03:00
Kalle
70ee8be1b2 Give manager by default when adding trusted 2023-10-11 22:13:39 +03:00
Kalle
6b5a12ba04 Alternating pool code for tournaments 2023-10-11 21:49:51 +03:00
Kalle
69db988ef5 Show groups closer to own skill tier first 2023-10-11 19:16:01 +03:00
Kalle
b94cb78d64 Handle note validation clientside 2023-10-09 22:35:33 +03:00
Kalle
bfb764f238 Group notes feature 2023-10-09 17:36:22 +03:00
Kalle
f8f221708f Add IGN to GroupCard 2023-10-06 17:32:06 +03:00
Kalle
af2f60166a Leave group button different text + no confirm when alone 2023-10-04 20:36:55 +03:00
Kalle
8dd3ba94ce Fix text overflows 2023-10-04 20:24:33 +03:00
Kalle
fe0a421fb4 Fix Sploosh not showing on leaderboards 2023-10-04 20:10:52 +03:00
Kalle
218c854ffb
SendouQ match page show & save powers + plus tier status (#1519)
* Initial

* New group cards initial

* Remove unused prop

* Vc

* Styling for after the match is locked

* Team

* Impersonate always in dev

* Diff

* Fix crash if match has no memento when inserting skill
2023-10-03 21:25:03 +03:00
Kalle
9e69678da5 Fix admin report not inserting score 2023-10-01 23:53:35 +03:00
Kalle
789e5c293f Mod feature 2023-10-01 15:25:26 +03:00
Kalle
be7c623f17 Remove chat FF 2023-10-01 14:37:41 +03:00
Kalle
c73d468a1f Show "us" & "them" when reporting score 2023-10-01 14:29:33 +03:00
Kalle
9b2b4b52c3 Fix squishes ability icon 2023-10-01 12:28:19 +03:00
Kalle
1e5c6bf7fa Use Chara introduction video 2023-10-01 12:24:47 +03:00
Kalle
eb28accd97
Build Analyzer visualizations (#1517)
* Initial

* Pass mainWeaponId

* Repeating args to "context"

* Fix todos

* Date header

* Fix comparison showing for sub weapon def dmg even if no abilities selected

* Sub damage table charts

* Chart dot focus style

* Color grid initial

* Can change shots in the grid

* Optimize perf

* Style - cells

* Grid hover effect

* Mobile friendly
2023-10-01 12:20:48 +03:00
Kalle
2767af1e3d Never use "5555" password 2023-09-27 21:22:03 +03:00
Kalle
bfabb78d77 Allow teams to requeue when there is a dispute + better dispute help text 2023-09-27 01:18:55 +03:00
Kalle
ac500a2b62 Keep manager when morphing groups 2023-09-27 01:18:55 +03:00
Kalle
1747e2fd12 Move own roster to left column on desktop Closes #1509 2023-09-24 23:51:32 +03:00
Kalle
0371bfcd12
SendouQ chat (#1508)
* Chat initial component

* Connect to websocket

* Chat render actual messages

* Chat keep scrolled to bottom

* Pending messages

* Pass rooms as arg

* Chat with tabs

* Message max length

* Looking tabs initial

* Fixes

* Chat on looking page w/ unread messages count

* Add reconnecting websocket

* Patron custom color

* Change ChatMessage data model

* Fix mobile layout

* Add clean up to useEffect

* Chat codes

* FF + clear messages on group morph

* Hide messages when user leaves etc.

* Fix match page layout when chat missing

* New tabs

* Tabs for mobile

* Add TODOs

* Switch to own group tab when roster changes

* Chat styling

* Redesign group cards

* Bring back manager buttons

* Remove flipped

* Remove unused code

* Align better

* Link to user profile

* Better room pass + highlighted

* Fix view when group expired

* Fix MemberAdder (missing input + overflow)

* Chat stay connected in looking

* Remove filters for now

* Fix chat number align

* Fix chat unseen messages

* Hide chat when alone

* Remove rest todos
2023-09-24 12:48:37 +03:00
Kalle
5956e45e22 Fix misleading error 2023-09-18 19:11:39 +03:00
Kalle
144b5d938a Leaderboards show is who is on track to join Plus Server Closes #1496 2023-09-16 14:28:13 +03:00
Kalle
28afe48d2c Fix user able to join group without setting initial SP Closes #1492 2023-09-16 12:48:21 +03:00
Kalle
9f0921ebb4 Indicate owner/manager in the SendouQ match screen 2023-09-16 12:16:01 +03:00
Kalle
b804d98a50 Make builds page links absolute Closes #1481 2023-09-16 11:03:11 +03:00
Kalle
ba72cf731f Sync group ids just in time Closes #1493 2023-09-16 10:59:03 +03:00
Kalle
caf63343d6 Delete likes when joining group via link Closes #1498 2023-09-16 10:31:58 +03:00
Kalle
0bcd240e80 Leaderboard: Fix not showing current season by default 2023-09-13 00:06:58 +03:00
Kalle
ac5a050363 Fix preparing page crash 2023-09-11 20:42:56 +03:00
Kalle
424f75dbe3 VC icon always in same place 2023-09-10 13:20:12 +03:00