hensei-web/data
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
..
awakening.tsx Update awakening (#315) 2023-06-19 00:46:03 -07:00
ax.tsx Bug fixes and content updates (#270) 2023-03-17 01:35:49 -07:00
elements.tsx February 2023 Update (#158) 2023-02-04 23:46:24 -08:00
jobGroups.tsx February 2023 Update (#158) 2023-02-04 23:46:24 -08:00
overMastery.tsx Bug fixes and content updates (#270) 2023-03-17 01:35:49 -07:00
raidGroups.tsx Rename Guild Wars section 2023-03-16 05:54:06 -07:00
skillGroups.tsx February 2023 Update (#158) 2023-02-04 23:46:24 -08:00
weaponKeyGroups.tsx February 2023 Update (#158) 2023-02-04 23:46:24 -08:00
weaponSeries.tsx Push 2023/03 updates to main (#292) 2023-03-31 12:03:47 -07:00