Commit graph

460 commits

Author SHA1 Message Date
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
13ddd2131a Fix useEffect looping in RaidDropdown 2022-02-28 11:57:02 -08:00
ad1472dfbb Fix (some) warnings and errors
I always forget to `npm run build` before pushing a PR
2022-02-28 01:09:43 -08:00
65d46f8f96
Merge pull request #15 from jedmund/saving
Implement the ability to save your favorite grids
2022-02-28 01:04:18 -08:00
a1f9f41567 Implement saving/unsaving on collection pages 2022-02-28 01:02:47 -08:00
69aa0ec528 Update state when saving/unsaving 2022-02-28 01:02:28 -08:00
bf3007f85e Update GridRep to accommodate save button 2022-02-28 01:02:17 -08:00
4998072475 Implement IconOnly button type 2022-02-28 01:01:33 -08:00
7131f484a6 Fix styles 2022-02-28 01:01:17 -08:00
60ec49de1d Add page to display all saved parties 2022-02-27 22:32:35 -08:00
a2afcc6b4d Add button for saving and hook up to API 2022-02-27 22:32:14 -08:00
770a8c0ec2 Remove log 2022-02-27 22:31:53 -08:00
ca1529b723 Fix top right button spacing 2022-02-27 22:31:43 -08:00
6f78730a69 Add saved state for button 2022-02-27 22:31:30 -08:00
99f2a65cf8 Save favorited/user when fetching party data 2022-02-27 22:31:16 -08:00
b78994b68c Add saved state and user to Party object 2022-02-27 22:30:43 -08:00
7915ec2385 Add endpoints for favoriting 2022-02-27 22:30:12 -08:00
5f1bee26cf Refactor some endpoints 2022-02-27 22:30:00 -08:00
a0db0bd93c Implement changing images based on uncap level 2022-02-27 17:09:00 -08:00
8ce10c43b1 Fix build errors 2022-02-27 00:42:45 -08:00
4a2c57ee47 Implement Teams page 2022-02-27 00:39:45 -08:00
a9f14c8a38 Add an optional All option to raid select 2022-02-27 00:39:37 -08:00
bf85f9d99c Reset the state when a new party is loaded 2022-02-27 00:39:04 -08:00
7d663a0979 Implement FilterBar component 2022-02-27 00:38:06 -08:00
557a5795e0 Ensure bottom nav only shows on party pages 2022-02-27 00:37:58 -08:00
5a337003df Update GridRep to optionally display the username 2022-02-27 00:37:44 -08:00
0139b66e2e Change sort to base on created_at 2022-02-27 00:37:16 -08:00