Commit graph

45 commits

Author SHA1 Message Date
0ff255d71e Changed how cookies are stored
We now have an account object and user object. Account stores critical information, where User is cosmetic/settings.
2022-03-04 06:31:21 -08:00
cb7624d7a5 Add new types to User interface and state 2022-03-04 05:15:49 -08:00
c3d2ee3c3a Add flat file of picture data 2022-03-04 05:15:38 -08:00
dff9653181 Add endpoint for getting user info 2022-03-04 05:15:28 -08:00
1d0c242429 Add AxSelect component and API call 2022-03-03 03:10:37 -08:00
01db78c422 Add WeaponKeyDropdown component and API method 2022-03-03 03:09:12 -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
a1f9f41567 Implement saving/unsaving on collection pages 2022-02-28 01:02:47 -08:00
4998072475 Implement IconOnly button type 2022-02-28 01:01:33 -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
6bf39b1c54 Update api.tsx 2022-02-27 00:36:35 -08:00
240640dc49 Fix typescript bs in timeAgo method 2022-02-26 17:53:20 -08:00
da18658a5f Add timeAgo util function 2022-02-26 17:45:37 -08:00
499dde433e Save raids in state 2022-02-26 15:53:32 -08:00
fe14c38fd9 Fix name in state and add detailsVisible flag 2022-02-24 18:15:23 -08:00
c4ec4f76cf Add endpoint for raids 2022-02-24 18:13:30 -08:00
094d2e83d6 Add party details to state 2022-02-23 19:23:04 -08:00
54f9d3682b Update API to map destroy endpoint properly 2022-02-23 16:42:56 -08:00
1a39108e38 Add user info in account state 2022-02-23 15:58:26 -08:00
b8d3def32b Broke out state into accountState and appState 2022-02-23 14:52:18 -08:00
214f3cf398 Use GridArray interface 2022-02-23 13:58:25 -08:00
ab952ddec4 State object 2022-02-23 01:50:47 -08:00
88b05c6de8 Add ButtonType to enums 2022-02-04 18:21:05 -08:00
cface6a107 Save extra state to server 2022-02-04 14:47:34 -08:00
8744279979 Added a new Endpoint type for specific objects in a party 2022-02-03 23:50:38 -08:00
6b085dfce9 Moved GridType enum here 2022-02-03 23:50:21 -08:00
db642371b7 Add support for tinting segmented control with party element 2022-02-03 01:58:36 -08:00
e06e2c7f23 Update api.tsx 2022-02-02 20:44:06 -08:00
0dbcc7854b Update api.tsx 2022-02-01 11:42:29 -08:00
86657e133a Add endpoint for updating uncap levels 2022-02-01 05:03:12 -08:00
d2fbc0ab9c Delete history.tsx 2022-01-31 23:54:49 -08:00
ce691ef9c6 Fix environment variable stuff 2022-01-29 23:22:48 -08:00
47c7e7c093 Another test 2022-01-29 23:01:22 -08:00
6b39168be2 Add react-env to try to get it to work 2022-01-29 22:55:44 -08:00
9305a8bd20 debugging 2022-01-29 22:09:32 -08:00
aef0e60b6a debugging 2022-01-29 22:04:46 -08:00
27a774aed7 Update api.tsx 2022-01-29 20:35:23 -08:00
775188ea19 Update api.tsx 2022-01-29 20:31:27 -08:00
4f361ff081 Update api.tsx 2022-01-29 20:17:37 -08:00
25f0d393c2 Refactor Portal 2022-01-29 18:06:44 -08:00
9e0a1219d5 Add exclusion for Characters
Users should not be able to add multiple characters of the same name to multiple positions.
2022-01-25 16:49:14 -08:00
96265c31f0 Update api.tsx 2022-01-25 00:04:37 -08:00
728803d9c5 Migrate to Next.js 2022-01-24 21:54:50 -08:00