hensei-web/types
Justin Edmund 0ebd1a6c66
Update awakening (#315)
* Add Awakening type and remove old defs

We remove the flat list of awakening data, as we will be pulling data from the database

* Update types to use new Awakening type

* Update WeaponUnit for Grand weapon awakenings

* Update object modals

We needed to update CharacterModal and WeaponModal to display awakenings from the new data format. However, the component used (`SelectWithInput`) was tied to AX Skills in a way that would take exponentially more time to resolve.

Instead, we forked `SelectWithInput` into `AwakeningSelectWithInput` and did our work there.

`AwakeningSelect` was found to be redundant, so it was removed.

* Update hovercards
2023-06-19 00:46:03 -07:00
..
AccountCookie.d.ts
AppUpdate.d.ts
Awakening.d.ts Update awakening (#315) 2023-06-19 00:46:03 -07:00
Character.d.ts Update awakening (#315) 2023-06-19 00:46:03 -07:00
CheckedState.d.ts
declarations.d.ts
ElementState.d.ts
FilterSet.d.ts
GranblueCookie.d.ts
GridArray.d.ts
GridCharacter.d.ts Update awakening (#315) 2023-06-19 00:46:03 -07:00
GridSummon.d.ts Add quick summons (#313) 2023-06-18 05:27:32 -07:00
GridWeapon.d.ts Update awakening (#315) 2023-06-19 00:46:03 -07:00
Guidebook.d.ts
index.d.ts Update awakening (#315) 2023-06-19 00:46:03 -07:00
ItemSkill.d.ts
Job.d.ts
JobAccessory.d.ts
JobSkill.d.ts
OnClickEvent.d.ts
Party.d.ts Implement Edit team modal (#312) 2023-06-18 01:29:53 -07:00
ProficiencyState.d.ts
Raid.d.ts
RaidGroup.d.ts Implement Edit team modal (#312) 2023-06-18 01:29:53 -07:00
RarityState.d.ts
SimpleAxSkill.d.ts
Summon.d.ts
TeamElement.d.ts
User.d.ts
UserCookie.d.ts
Weapon.d.ts Update awakening (#315) 2023-06-19 00:46:03 -07:00
WeaponKey.d.ts
WeaponSeries.d.ts