Commit graph

20 commits

Author SHA1 Message Date
bd838305e6
Bug fixes and content updates (#270)
* Fix character hovercard z-index

* Allow unauth users to edit their remixed parties

* Adds ultimate_mastery and renamed master_level to defs

* Add granblue_id to weapon keys

* Add granblue_id to AX skills

* Add granblue_id to data-granblue-id

* Added bugfixes to update notes

* Fix types where ItemSelect is used

These need an empty `granblue_id`
2023-03-17 01:35:49 -07:00
c7e0836202
February 2023 Update (#158) 2023-02-04 23:46:24 -08:00
54dd3feba7 Add new fields to parties
I forgot to commit
2023-01-03 18:06:27 -08:00
57a0ce62c2 Fix party details when new 2022-12-26 00:22:30 -08:00
da07db0a83 Add grouped weapon keys to appState 2022-12-24 01:06:59 -08:00
e8843699c7 Remove trailing semicolons 2022-12-05 17:54:46 -08:00
efa864fb80 Run prettier on src 2022-12-04 07:19:31 -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
1d571f1a21 Register jobs and skills in app state 2022-11-27 20:19:18 -08:00
b71bb09723 Fix linting errors 2022-11-19 20:48:05 -08:00
4d8a7d4007 Allow characters to be undefined in state 2022-11-19 06:36:26 -08:00
d356219155 Add Job to appState 2022-04-04 23:42:43 -07:00
19d0b14233 Add timestamps to app state Party object 2022-03-14 16:45:04 -07:00
7c263167cd Add recent dictionary to app state 2022-03-11 01:57:51 -08:00
b78994b68c Add saved state and user to Party object 2022-02-27 22:30:43 -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
094d2e83d6 Add party details to state 2022-02-23 19:23:04 -08:00
b8d3def32b Broke out state into accountState and appState 2022-02-23 14:52:18 -08:00
Renamed from utils/state.tsx (Browse further)