bdejesus / xiv-bars

The source code for the Final Fantasy XIV W Cross Hotbar (WXHB) Planning and Simulation Tool built in NextJS.
https://www.xivbars.com
GNU General Public License v3.0
13 stars 10 forks source link

Adding a nested Action layout #281

Open bdejesus opened 3 months ago

bdejesus commented 3 months ago

Adding a nested Action layout to the ActionPanel when Titles are toggled on

bdejesus commented 3 months ago

Notes: Nesting actions using the ComboAction properties is working for the base Action (initial level), but currently there's not really a way to associate the upgraded action to this base Action. I'll need to figure out a way to somehow merge or associate higher level upgrades to an action either through existing data or to hard code it, which is not ideal.