Kalle
d654594ed8
Remove bad custom urls script
2022-10-08 10:36:28 +03:00
Kalle
d5bdd42188
Don't show map list makes in prod yet
2022-10-08 10:14:48 +03:00
Kalle
cc72a200e9
Fix a few more weird scrolling overflows
2022-10-08 10:11:36 +03:00
Kalle
a04db5e9f1
Fix build peek scrollbar visible when no overflow
...
Closes #999
2022-10-07 16:59:11 +03:00
Kalle
fa2d40ef7e
Tweak front page calendar peek styles
2022-10-06 23:19:55 +03:00
Kalle
977416aca0
Fix front page results morphing
...
Closes #982
2022-10-06 23:12:49 +03:00
Kalle
fabcc99cce
Merge pull request #998 from halp-pat/993
...
Use fixed widths for BuildCard
2022-10-06 21:01:15 +03:00
Kalle
8ff23fb068
Merge pull request #997 from halp-pat/987
...
Stat Card values should be on the same line
2022-10-06 20:58:46 +03:00
Kalle
34e134acaf
Maps with serializing to URL
2022-10-06 20:54:14 +03:00
Kalle
bba380840c
Make maplist serializer use ids
2022-10-06 20:54:14 +03:00
Kalle
87bca7aa44
Maps page initial
2022-10-06 20:54:14 +03:00
[Halp!]Pat
cb08f8c27e
Use fixed widths for BuildCard
2022-10-05 10:54:14 -07:00
[Halp!]Pat
469439eec2
Stat Card values should be on the same line
2022-10-05 10:18:08 -07:00
Kalle
36280db0b1
Merge pull request #990 from curtgrimes/981-readonly-abilities
...
Fix issue where abilities appeared clickable when they were not
2022-10-05 17:28:14 +03:00
Curt Grimes
0cb1f5a0fb
Add back incorrectly removed type="button"
2022-10-04 12:17:35 -07:00
Kalle
35c51b83fe
Merge branch 'rewrite' of https://github.com/Sendouc/sendou.ink into rewrite
2022-10-04 21:35:25 +03:00
Kalle
5e6ffbebfb
Add link to spl2 sendou ink to footer
...
Closes #908
2022-10-04 21:35:23 +03:00
Kalle
cded6f5031
Merge pull request #992 from halp-pat/983
...
Select dropdown arrow position should use fixed value instead of percent
2022-10-04 21:28:31 +03:00
Kalle
8d278c83cf
Update admin test avatar
2022-10-04 21:08:39 +03:00
Kalle
5da1a66a6c
Add Lo-Vis Visor
2022-10-04 21:07:14 +03:00
Kalle
7eac4dd99c
Increase IGN limit
...
In Splatoon limit is 10. But special characters can count as 2
even if in Splatoon they count as 1.
2022-10-04 20:56:16 +03:00
[Halp!]Pat
e202b42049
Select dropdown arrow position should use fixed value instead of percent
2022-10-04 10:44:52 -07:00
Curt Grimes
66a198f3f7
Fix issue where abilities appeared clickable when they were not
...
Issue was introduced in #971 .
Fixes #981
2022-10-03 20:35:02 -07:00
Kalle
d4ef59e64c
Add in-progress zh translation
2022-10-03 20:29:29 +03:00
Kalle
16ad28d617
Run speed while shooting stats
...
Closes #963
2022-10-02 21:14:56 +03:00
Kalle
e1b930ced2
Merge pull request #979 from curtgrimes/draggable-abilities
...
Add ability to drag abilities into slots
2022-10-02 14:11:28 +03:00
Kalle
73e31da398
Validate no motion sens set if no stick sens set
2022-10-02 12:29:54 +03:00
Kalle
7b038d87d9
Extra infos on user page
2022-10-02 12:20:19 +03:00
Kalle
a4614a61f7
Profile edit form can submit sens
2022-10-02 11:39:16 +03:00
Kalle
5706bfd812
Add IGN inputs
2022-10-02 10:44:45 +03:00
Kalle
5e617e7914
Custom URL submitting error handling
2022-10-02 00:43:55 +03:00
Kalle
ff857f3369
Custom URL url redirects and replacements
2022-10-02 00:25:13 +03:00
Kalle
34c8e45684
Fix user page crashing if invalid link
2022-10-01 20:39:10 +03:00
Kalle
709d20bf13
Set custom url in profile edit
2022-10-01 20:38:40 +03:00
Kalle
9133803661
Add Charakiga to translators
2022-10-01 11:44:53 +03:00
Kalle
997fc4ce25
Merge branch 'rewrite' into draggable-abilities
2022-10-01 11:34:43 +03:00
Kalle
100529d84f
Fix clicking ability button triggering form submit
2022-10-01 11:31:19 +03:00
Kalle
ca1b1251ca
Default values to Ability dragging related props
2022-10-01 11:22:45 +03:00
Curt Grimes
984d14a55b
Add ability to drag abilities into slots
...
- Do not allow dragging an ability onto a slot that cannot accept that
ability.
- When dragging, dim slots that are not a valid target for the ability
currently being dragged.
- Do not make any changes to the existing click behavior to assign
abilities.
2022-10-01 00:19:31 -07:00
Kalle
34c1b0e71a
User custom url, ign & sens initial
2022-09-29 23:26:31 +03:00
Kalle
dd2fc5a414
Refactor BuildCard bottom row
2022-09-27 21:56:26 +03:00
Kalle
2c330620fb
Add button to analyzer to build card
2022-09-27 21:53:12 +03:00
Kalle
2495edc5b7
Rename Popover trigger prop
...
Closes #893
2022-09-27 21:21:21 +03:00
Kalle
456ed5e95b
Add translator
2022-09-27 21:14:49 +03:00
Kalle
492977f45c
Add logo with link to front page
2022-09-26 21:21:00 +03:00
Kalle
ced742bbad
Apply linter
2022-09-26 20:24:43 +03:00
Curt Grimes
63d78bc3ae
Make <Ability/> support keyboard navigation
...
`<Ability/>` can now be tabbed through, and it now shares the same focus
outline, hover, and mousedown styles with `<AbilitiesSelector/>`. This
includes the `cursor: pointer` style that makes it more obvious that
this component is clickable like other buttons.
Fixes #894 .
2022-09-26 00:28:28 -07:00
Kalle
24461f75aa
Fix weapon deslugifying not working w/ other langs
2022-09-25 16:36:23 +03:00
Kalle
fa5cd28c0d
More friendly error page
2022-09-25 16:18:09 +03:00
Kalle
3129822c49
Remember selected language
...
Closes #921
2022-09-25 15:55:22 +03:00