lichie567 / XIVAuras

Dalamud plugin for tracking buffs, debuffs and cooldowns in FFXIV.
GNU General Public License v3.0
63 stars 40 forks source link

Feature request: dynamic icon handling per group #17

Closed joyvanderveeken closed 2 months ago

joyvanderveeken commented 2 years ago

Currently, if you've got a group set up, all icons have their specific offset within the group. If you only show abilities that are (not) on cooldown, you'd have gaps as soon as an ability is in a different state.

Similarly to how DelvUI handles auras, it'd be great if icons could be handled dynamically per group. This way, users would not have to offset icons individually, but instead can use padding and group size to adjust the way their icons are shown.

For example, if a user only shows abilities that are on cooldown (or those that aren't on cooldown), these could be anchored to a specific point and grow from there, so no gaps appear inbetween the icons.

Rhae-Dev commented 2 years ago

If the developer doesn't have time for this, I have been thinking about making the modification and offer up a pull request to implement this as it is something I would like as well, just found this mod today and would be almost perfect with this change.