Commit graph

38 commits

Author SHA1 Message Date
12f54c1e02 Add base_job to Job type 2022-12-03 16:40:09 -08:00
ca4b2e9149 Add JobSkillObject and 0th index 2022-12-01 05:35:27 -08:00
0096a49a07 Added jobSkills to data structures 2022-12-01 01:45:31 -08:00
73944becf4 Add type alias for searchable objects 2022-11-30 05:19:43 -08:00
235f36814f Fix name of color attribute on JobSkill 2022-11-29 00:58:48 -08:00
5598e72463 Add JobSkill type 2022-11-27 18:55:51 -08:00
b71bb09723 Fix linting errors 2022-11-19 20:48:05 -08:00
e2dcdbaf37 Add character_id property to Character 2022-11-19 06:36:47 -08:00
5a797f0d14 Fix party details
* Populate from SSR
* Hide button to edit empty anonymous grids
2022-11-16 05:47:30 -08:00
94c885513d Update spacing 2022-11-16 05:17:46 -08:00
0c1fc9c1a1 Add AccountCookie and UserCookie types 2022-11-15 04:43:35 -08:00
e369981981 Add MC gender to account state and User type 2022-04-10 13:24:58 -07:00
d7cb459f99 Add Job type and JobGroups array 2022-04-04 23:42:22 -07:00
5048433e53 Cleanup 2022-03-14 16:47:18 -07:00
b1170a8e87 Add new types, states and value stores 2022-03-11 01:15:11 -08:00
1d98f13dee Query param filters work on Teams page 2022-03-07 17:54:24 -08:00
1365e4c95c Get query states working on teams page
This changes the URL to show query params for our three filters, making it easy for people to link to very specific subsets of raids.
2022-03-07 02:43:21 -08:00
5ea57f0e07 Rename canonical types to use "ja" instead of "jp" 2022-03-04 18:22:00 -08:00
cb7624d7a5 Add new types to User interface and state 2022-03-04 05:15:49 -08:00
242c61c200 Fix typescript build errors 2022-03-03 16:58:04 -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
dc18fb1975 Add series, ax to Weapon type 2022-03-01 19:52:24 -08:00
b78994b68c Add saved state and user to Party object 2022-02-27 22:30:43 -08:00
3b4b8ecc1a Add User and Party types 2022-02-27 00:35:05 -08:00
f778fd2cf8 Add element to Raid type 2022-02-24 18:13:47 -08:00
b68cca53a7 Create Raid.d.ts 2022-02-23 19:22:56 -08:00
2909da98eb Rename unique canonical keys to generic object 2022-02-23 13:57:38 -08:00
717b38d5b8 Add string to object types
For convenience
2022-02-23 01:50:28 -08:00
827473ee5a Refactor object grids to handle business logic instead of Party 2022-02-02 16:54:14 -08:00
44966fe8fe Add interactive uncap indicators for summons 2022-02-01 15:50:06 -08:00
41f6dcb615 Fix uncap level display bug
This bug was caused primarily by us using the wrong key in the type definition.
2022-02-01 14:15:38 -08:00
3b252f99ed Removed uncap_level from Weapon type 2022-02-01 05:03:40 -08:00
e70a7afab7 Pull weapon uncap level from server 2022-02-01 01:47:27 -08:00
728803d9c5 Migrate to Next.js 2022-01-24 21:54:50 -08:00