LittleLightForDestiny / littlelight

Little Light is an inventory manager/companion app for Destiny 2 for both iOS and Android. It helps guardians move their gear and track their ingame progress.
MIT License
159 stars 32 forks source link

Added Quest Step Counter #196

Closed TheBrenny closed 2 years ago

TheBrenny commented 2 years ago

This Quality of Life changes adds a fraction/counter to the top of the Quest Info view.

The idea behind the implementation is to allow any other itemTypeDisplayNames to add "enhanced" information.

The lib/widgets/item_details/quest_info.widget.dart file has no functional changes, and only contains formatting changes. This is because of a revert that I did where instead of showing the counter a second time further down the page, it only shows it once at the top.