Commit Graph

4183 Commits

Author SHA1 Message Date
Kalle
7e7d656445 Add "bpn" alias Closes #1500 2023-09-25 00:20:00 +03:00
Kalle
1747e2fd12 Move own roster to left column on desktop Closes #1509 2023-09-24 23:51:32 +03:00
Kalle
587556b55b Restructure auth code + debug logs 2023-09-24 23:12:01 +03:00
Kalle
1394608e01 Try including domain in session cookie 2023-09-24 23:09:03 +03:00
Kalle
501b858cad Skalop URL via root data loader 2023-09-24 15:29:30 +03:00
Kalle
9ee63f2906 Fix Skalop URL for prod 2023-09-24 15:09:26 +03:00
Kalle
c12d8f3e65 Auth via gateway 2023-09-24 14:25:11 +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
Frederik
362f5d9a47
Added Danish translations (#1504)
* Update analyzer.json

Added and changed Danish translations

* Update common.json

Added and changed Danish translations

* Update art.json

Created Danish translation for art.json

* Update faq.json

added Danish translation for A3.

Somehow it got deleted/removed.
2023-09-22 00:34:02 +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
d61baa36c1 Add badges 2023-09-16 11:57:08 +03:00
Kalle
6ea5742569 Fix user page 404 padding being messed up 2023-09-16 11:52:12 +03:00
Kalle
2812b9c646 Better pagination styling for mobile Closes #1485 2023-09-16 11:34:07 +03:00
Kalle
9de50b525e Fix Hero Shot link 404 Closes #1477 2023-09-16 11:33:22 +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
43de8b53c1 Fix users without avatar not being able to use bot to log in 2023-09-15 00:28:09 +03:00
Kalle
0bcd240e80 Leaderboard: Fix not showing current season by default 2023-09-13 00:06:58 +03:00
Filuz
c5b39208fb
Update French translation (#1491)
* French translation update

* Fix bad formatting

---------

Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2023-09-12 23:57:57 +03:00
Kalle
9b2958c4d0 Add Portuguese language to SendouQ 2023-09-12 21:38:41 +03:00
Kalle
58b55ee916 Add "nzap" weapon alt name 2023-09-12 21:36:48 +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
Kalle
19beaa0ef1 Season initial powers script, check for active matches + set all groups inactive 2023-09-10 13:12:57 +03:00
Kalle
0b0b7f1525 SendouQ: 3 maps for TC/RM/CB Closes #1472 2023-09-10 13:11:52 +03:00
Kalle
51111f7f24 Always match your own languages 2023-09-10 13:10:33 +03:00
Kalle
8c0b242a93 Season switching on user seasons page 2023-09-10 12:19:58 +03:00
Kalle
da066fb4f4 Fix seasons page not scrolled to top on initial load 2023-09-10 11:30:59 +03:00
Kalle
2b23ed434c Leaderboards support season switching 2023-09-10 00:33:55 +03:00
Kalle
6b9f1182fb Season initial powers script Closes #1450 2023-09-09 20:44:52 +03:00
Kalle
669224159b Update link in comment 2023-09-09 14:20:05 +03:00
Kalle
c8ccdb35b9 Move bot to https://github.com/Sendouc/lohi 2023-09-09 14:02:38 +03:00
Kalle
d37fb57a73 Fix login link for prod 2023-09-09 13:28:02 +03:00
Kalle
af2e3b1776 Fix name overlap in analyzer Closes #1480 2023-09-09 11:25:39 +03:00
Kalle
5bfc54a7a9 Add new purchaseable SR gear Closes #1482 2023-09-09 11:12:45 +03:00
Kalle
5e88bd3570 Add Sorella Brella shots per ink tank Closes #1479 2023-09-09 10:43:01 +03:00
Kalle
ce359c3b74 Add article 2023-09-09 10:34:12 +03:00
Kalle
4eaeb48136
Alternative login flow (magic link via bot) (#1488)
* Log in link creation initial

* Add global name to update all command

* Remove left over log

* Login command

* Update command

* Add todos

* TODOs

* Migration file fix order
2023-09-09 10:27:59 +03:00
Kalle
7db5a395f9
SendouQ VC info (#1487)
* Initial

* Finished version

* Prettier
2023-09-09 10:20:40 +03:00
Kalle
bfa9371786
SendouQ top 10 special display (#1483)
* Component initial

* TopTeanPlayer component

* Add to seasons page

* Finish
2023-09-05 21:03:36 +03:00
Ai Suzuki
b15a4adf35
Update Japanese translation (#1469)
* half way apart from tournament

* add translation

* fix prettier check

* change to more appropreate word

---------

Co-authored-by: Ai Suzuki <asuzuki@blockchains.com>
2023-09-04 23:59:08 +03:00
Kalle
c24b9195b9 5.0 2023-08-31 21:58:28 +03:00
Kalle
70ba738516 Add badges 2023-08-31 21:47:32 +03:00
Kalle
594f5c1928 Fix leaderboards off-season tiers 2023-08-28 00:59:22 +03:00
Kalle
4585e1a73e Fix seasons tab disappearing after season end 2023-08-28 00:43:00 +03:00
Kalle
4ecd2df54f Add season 1 dates 2023-08-28 00:36:14 +03:00