Commit graph

43 commits

Author SHA1 Message Date
248a788176 Add endpoints to api 2023-01-31 22:10:53 -08:00
f450c87e42 Add remix endpoint 2023-01-27 23:08:53 -08:00
749ed4a7c3 Merge branch 'staging' into shields-manabelly 2023-01-25 23:56:47 -08:00
31f2bd075a Add endpoint and util to fetch latest version 2023-01-25 22:18:23 -08:00
13d15c9eb8 Added api endpoint 2023-01-23 22:08:17 -08:00
ae09f2434d Update uncap endpoint sets transcendence step to 0
Any uncap level update without transcendence will be 0, so this is fine since we update transcendence through the `update` API
2023-01-22 16:09:59 -08:00
b912a7ae8f Implement deleting summons 2023-01-21 15:40:42 -08:00
2372f6f2b1 Add endpoint for grid characters 2023-01-19 10:25:25 -08:00
52b314e35e Use updated generic conflict API method 2022-12-24 23:30:48 -08:00
f9c7c8f568 Update api function name 2022-12-22 23:34:57 -08:00
a98585a334 Implement setUserToken util function
This function sets axios's default headers to be included before all queries.

We need to call `setUserToken` in _app.tsx so that the defaults are set before every client-side call, and we also need to call it in every instance of `setServerSideProps`.

As a result, wherever we use `getCookies` and construct a `headers` object, we can remove it. Right now, we've only removed it on the top-level pages.
2022-12-22 21:41:38 -08:00
c6f6a6ca99 Update API calls and display errors 2022-12-03 16:43:18 -08:00
ee7dc0bc4a Update API 2022-11-30 05:19:51 -08:00
5d4ca78dda Add endpoint for fetching skills 2022-11-27 20:18:38 -08:00
3e0529a46d Add endpoint for resolving character conflicts 2022-11-19 06:36:36 -08:00
2d109b5c46 Add jobs endpoint 2022-04-04 23:42:29 -07:00
14d10d4768 Update search method in api 2022-03-11 01:15:20 -08:00
d19c96fc6d Add locale to search 2022-03-08 17:45:56 -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
a1f9f41567 Implement saving/unsaving on collection pages 2022-02-28 01:02:47 -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
c4ec4f76cf Add endpoint for raids 2022-02-24 18:13:30 -08:00
54f9d3682b Update API to map destroy endpoint properly 2022-02-23 16:42:56 -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
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
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
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
Renamed from src/utils/api.tsx (Browse further)