Commit graph

16 commits

Author SHA1 Message Date
6023f9ab6a Fix AwakeningSelect component
It was completely broken for weapons. We managed to fix the problem by refactoring how data is sent to SelectWithInput but I fear the root error is still there.

We also cleaned the component up a bit.
2023-01-20 19:29:07 -08:00
39940abf9f Fix saving awakening types and levels 2023-01-20 18:21:51 -08:00
9041683a6c Default awakening should be 1 2023-01-14 17:50:39 -08:00
9891cf4a46 Remove unused code 2023-01-14 17:50:31 -08:00
12a01ef31d Make onOpenChange optional 2023-01-06 03:04:17 -08:00
b218fd61fa Add extra ItemSkill properties on empty awakening
Even though it doesn't really need them
2023-01-06 02:59:29 -08:00
8ed97c55fe Convert to use SelectWithInput 2023-01-05 20:49:17 -08:00
5b6c6b4521 Move various files from /utils to /data 2023-01-05 02:13:51 -08:00
54dd3feba7 Add new fields to parties
I forgot to commit
2023-01-03 18:06:27 -08:00
e0c809867e Use string for visible 2023-01-02 02:04:08 -08:00
59bc9e6b89 Fix awakening select display of input 2022-12-30 06:59:49 -08:00
45f1bd291e Fix being able to open multiple selects at once
This was miserable
2022-12-26 03:34:22 -08:00
51e67f69c1 Update control to make changeable 2022-12-23 20:00:51 -08:00
05c8cf2c38 Disallow not whole numbers 2022-12-23 18:55:19 -08:00
26021f75ab Add awakening localizations 2022-12-23 18:52:40 -08:00
c74ff41479 Implement AwakeningSelect
* Has modes for weapons and characters
* Shows input when awakening is selected
* Saves type and level to server
* Redisplays type but level is broken
2022-12-23 18:40:50 -08:00