Commit graph

486 commits

Author SHA1 Message Date
01db78c422 Add WeaponKeyDropdown component and API method 2022-03-03 03:09:12 -08:00
a64d9c02e4 Add darker Arrow icon
We can't change SVG color when used as a CSS background image
2022-03-03 03:08:31 -08:00
610810b8a1 Update globals.scss 2022-03-03 03:08:16 -08:00
9cef2ce89f Add element, ax and weapon_keys to GridWeapon type 2022-03-03 03:08:11 -08:00
97091050fd Make series not optional in Weapon type 2022-03-03 03:08:00 -08:00
a8544610dc Create SimpleAxSkill.d.ts 2022-03-03 03:07:47 -08:00
6d0227c6b7 Create AxSkill.d.ts 2022-03-03 03:07:44 -08:00
66ebab74ab Create WeaponKey.d.ts 2022-03-03 03:07:40 -08:00
5256964dd9 Add AX Data object
This is our reference for what AX skills go together and what the min/max strength values are
2022-03-03 03:07:33 -08:00
b46bafa5f7 Add a modal for modifying weapons 2022-03-01 19:53:54 -08:00
869547dc93 Add settings icon to Button 2022-03-01 19:53:40 -08:00
5d07d72073 Update Settings.svg 2022-03-01 19:53:30 -08:00
815f3c6b28 Added ElementToggle component
A segmented control for selecting an element
2022-03-01 19:53:23 -08:00
7cae5eebfe Display button on moddable weapons 2022-03-01 19:53:08 -08:00
bbca27d82c Add Radix toggle group package 2022-03-01 19:52:36 -08:00
0d09c0adf8 Delete hello.ts 2022-03-01 19:52:27 -08:00
dc18fb1975 Add series, ax to Weapon type 2022-03-01 19:52:24 -08:00
d5161eb2d6 Update Arrow / Add Settings icons 2022-03-01 13:03:44 -08:00
538e61bc12 Remove ProfileHeader component 2022-03-01 13:03:14 -08:00
ffd95779b9 Implement filters on profiles 2022-03-01 02:19:18 -08:00
cd0ac1e01f Fix missing Edit info button on /new 2022-03-01 01:22:24 -08:00
44c2c46da8 Add scroll handler 2022-03-01 01:14:25 -08:00
4399948445
Merge pull request #19 from jedmund/loading-empty-states
Added a smooth loading transition + FilterBar on parties
2022-03-01 01:12:55 -08:00
1c34803578 Added a smooth loading transition + FilterBar on parties 2022-03-01 01:11:32 -08:00
953cd01f49 Fix unauth party creation
There was a bug where unauth users could not add more than one item to a grid before it went read-only. This fixes that bug and ensures that permissions are set properly so no one can edit other people's grids.
2022-03-01 00:19:35 -08:00
1805bd6e6f Fix Teams page 2022-02-28 19:26:32 -08:00
38e997d7df
Merge pull request #18 from jedmund/search-cleanup
Search cleanup
2022-02-28 18:26:05 -08:00
29f20ec33c Update CharacterResult
same shit
2022-02-28 18:24:54 -08:00
5c1d19aceb Small variable updates 2022-02-28 18:22:19 -08:00
57973c39cc Fix SummonResult
Fix styles and add UncapIndicator
2022-02-28 18:22:10 -08:00
44a92ef1aa Update WeaponResult
Update styling, add UncapIndicator
2022-02-28 18:17:30 -08:00
67bd3e8c73 Make some props optional for read-only 2022-02-28 18:17:04 -08:00
f16c53ed16 Further SearchModal styling 2022-02-28 18:16:53 -08:00
d66bdc07f6 Fix SearchModal styling
Brings it more in line with other modals
2022-02-28 17:44:27 -08:00
210b30ac2b
Merge pull request #17 from jedmund/auth-cleanup
Cleanup sign up and login modals
2022-02-28 16:42:14 -08:00
f3d2ff9662 Implement new LoginModal in HeaderMenu 2022-02-28 16:40:48 -08:00
1c7e602464 Refactor and redesign LoginModal 2022-02-28 16:40:16 -08:00
35cf0ee369 Rework signup method and open/close behavior 2022-02-28 16:03:34 -08:00
0e3aacfbb0 Refactor validation in SignupModal 2022-02-28 15:00:32 -08:00
829146f1bd Redesign Signup Modal 2022-02-28 14:16:04 -08:00
d656ba7eba Fix logout state bug
Logging out didn't reset state, so the HeaderMenu still displayed the logged in menu
2022-02-28 13:30:26 -08:00
26fa33c4a7 Don't query until we have a username 2022-02-28 13:15:14 -08:00
bcccfb409a
Merge pull request #16 from jedmund/react-cleanup
Cleanup React warnings and fix multiple API calls
2022-02-28 13:00:13 -08:00
ec7b080ad9 Remove logs 2022-02-28 12:59:37 -08:00
82c38705d1 Fix useEffect looping in Party 2022-02-28 12:58:38 -08:00
0fa993161b Remove flatRaids state 2022-02-28 12:52:11 -08:00
af7d40f6e3 Move organizeRaids into useCallback hook 2022-02-28 12:51:48 -08:00
dc78720d66 Fix useEffect looping in saved 2022-02-28 12:49:38 -08:00
42e0f3aebd Extract api error handling into a method 2022-02-28 12:49:21 -08:00
0f843c8e19 Fix useEffect looping in teams 2022-02-28 12:41:01 -08:00