af8b94e91a
Merge pull request #148 from jedmund/fix-dialogs
...
Fix About, Changelog, Roadmap dialogs
2023-01-22 21:33:38 -08:00
17addbcba6
Merge pull request #147 from jedmund/character-mods
...
Add character mods and context menus
2023-01-22 21:33:12 -08:00
6be807dc83
Merge pull request #142 from jedmund/party-url-query
...
Team URL queries
2023-01-22 21:32:33 -08:00
48866865eb
Fix validation on open change in WeaponModal
2023-01-21 15:28:28 -08:00
6bc34af434
Fix and update Changelog and About modals
2023-01-21 00:10:41 -08:00
41d22c59a5
Fix Roadmap modal
2023-01-20 22:33:40 -08:00
0e3d5c08f8
Add max-width to DialogContent
2023-01-20 22:26:20 -08:00
a18c4d88bb
Toggle locked for uncontrolled dialogs
2023-01-20 22:26:11 -08:00
82d1d7550a
Fix styles for AccountModal
2023-01-20 21:53:45 -08:00
cd3d96d36f
Add conditional for earring values
2023-01-20 21:50:27 -08:00
a4d6321d64
Update DialogContent styles
2023-01-20 21:49:55 -08:00
cdb85120de
Update Dialog to be controlled
2023-01-20 21:49:43 -08:00
24c2ee950f
Update SearchModal to be controlled
2023-01-20 21:49:16 -08:00
cc7051fc8f
Implement removing Characters and Weapons
2023-01-20 21:39:03 -08:00
23c520f549
Fix Alert buttons and sizing
2023-01-20 21:11:53 -08:00
efcd2ea47c
Add variables for timing
2023-01-20 21:05:23 -08:00
3417eab46e
Add translations
2023-01-20 20:46:54 -08:00
54d67260c9
Fix party title when Untitled
2023-01-20 20:42:13 -08:00
2be23b5ea0
Add context menu to WeaponUnit
...
Also refactored and organized WeaponUnit and CharacterUnit
2023-01-20 20:38:44 -08:00
d4e598e36b
Make button disappear and handle context menu states
2023-01-20 19:40:27 -08:00
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
e6c52c43b2
Fix error when opening character w/o over mastery
2023-01-20 17:39:04 -08:00
2372f6f2b1
Add endpoint for grid characters
2023-01-19 10:25:25 -08:00
a06047232f
Fix styles for Auth modals
2023-01-19 10:25:17 -08:00
6777804f57
Rename SelectWithSelect
...
This is only used for ExtendedMastery and is hardcoded for ItemSkill types
2023-01-19 08:12:35 -08:00
7b7ef1aebc
Make keys on ExtendedMastery type optional
2023-01-19 08:02:52 -08:00
ea15696bae
Enable saving to server
2023-01-19 08:01:35 -08:00
094ae4d7f9
Add new dependencies
2023-01-19 07:30:20 -08:00
07ce2d9cf5
Add headerClasses
2023-01-19 07:29:21 -08:00
2837eccc05
Refactor GridCharacterObject type
2023-01-19 07:29:09 -08:00
94bdd24900
Rename openChange
2023-01-19 07:28:56 -08:00
f2584459f7
Wire up switch for perpetuity
2023-01-19 07:27:45 -08:00
d9551a3e8e
Receive and set character mod data
2023-01-19 07:27:21 -08:00
1d5822a0ab
Add header changes to Weapon and Character modals
2023-01-19 07:26:37 -08:00
78744d663b
Refactor props key out of WeaponSelect
2023-01-19 07:25:54 -08:00
6064d726ce
Fix infinite loop in SelectWithSelect
2023-01-19 07:25:19 -08:00
6f3c7d2a03
Remove unused dependency
2023-01-15 15:21:47 -08:00
a8fb489911
Fix styles after Dialog extraction
2023-01-15 10:44:24 -08:00
acbc2da09d
Show no_job string in read-only section
2023-01-15 10:37:51 -08:00
1bb16db205
Lock scrolling body when Dialog is open
2023-01-15 10:36:38 -08:00
b4f217071f
Extract Dialog into its own component
2023-01-15 10:36:20 -08:00
26a30ad89c
Add switch and styling for perpetuity rings
2023-01-14 19:22:21 -08:00
dd8f1906e8
Tightly couple ATK and HP values
2023-01-14 18:59:34 -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
4f5c790d7d
Add image to character modal
2023-01-14 17:43:59 -08:00
559f18764b
Merge branch 'party-url-query' into character-mods
2023-01-14 12:40:52 -08:00
f0d6f1f8a4
Implement query param switching
...
Adding /characters, /weapons, or /summons will direct you to that tab by default, with /weapons as the default.
Clicking the segmented controller replaces the URL with the corresponding path, but doesn't push the navigation stack
2023-01-14 12:23:03 -08:00
21f5ab8825
Removed unused and redundant code
2023-01-14 12:22:15 -08:00