This PR does most of the heavy lifting for displaying item perk information inside item components:
Adds the appropriate component to the "full-profile" API request to receive perk info for a given user.
Adds the appropriate manifest table to be able to look up a perk by its hash and receive detailed information.
Adds a space in each item component for displaying the icons for the perks present on that item.
Looks up each perk in the manifest and save its information in a variable.
Somewhere further down the road, I'd like to pick up where this PR leaves off by creating a tooltip on hover that describes what a given perk does. In the meantime, this should still improve the user experience of the app by providing at least partial information about the specific instances of the items that a character has equipped.
This PR does most of the heavy lifting for displaying item perk information inside item components:
Somewhere further down the road, I'd like to pick up where this PR leaves off by creating a tooltip on hover that describes what a given perk does. In the meantime, this should still improve the user experience of the app by providing at least partial information about the specific instances of the items that a character has equipped.