Been working on a pretty massive update for FAT which I'm really excited to share with everyone! It includes x-axis scrolling of the table, which is a game changer when you're on mobile 👀 lots more I want to add (including overhauling that popover menu...)
In case you missed some of the things:
- can turn on x-axis scrolling for tables
- advantage indicators can be text color or background color now
- you can turn on all columns at once
- advantage modifiers like CH/DR/Burnout stack correctly now, and are also indicated in the header they affect (as well as correctly taking on their new color values
- tables are now separated by moveTypes (though this could do with some refinement)
This required a complete rewrite of the data table code as it had gotten pretty smelly over the years. It's been so bad that it has put me off working on it but no more! It's been very satisfying ripping out all my crappy old code haha
In case you missed some of the things:
- can turn on x-axis scrolling for tables
- advantage indicators can be text color or background color now
- you can turn on all columns at once
- advantage modifiers like CH/DR/Burnout stack correctly now, and are also indicated in the header they affect (as well as correctly taking on their new color values
- tables are now separated by moveTypes (though this could do with some refinement)
This required a complete rewrite of the data table code as it had gotten pretty smelly over the years. It's been so bad that it has put me off working on it but no more! It's been very satisfying ripping out all my crappy old code haha