Feature Requests
Planned
Totems Colour-coded by Virtue
Please can a Grace Totem be blue, a Spirit one green, etc, instead of all using the generalised wiki icon:
All the colour-coded icons exist on the wiki page for each animal in the Media section, for example https://wiki.avakot.org/Rat#Media for rats
1 Comment
Sign in to comment

This is quite a bit more complex, the API doesn't necessarily save the icons due to the way the wiki is setup, requiring the app to pre-package all the icons and turning them from dynamically fetched on the fly to hard-coded assets, which means that in order to update them I'd need to update the version of the app.
I offer a better solution of just... Adding some CSS filter over the non-transparent icon to the correct virtue color, so first it would be made black and white, then colored to be the matching virtue color. I think this is the best I can do without pretty much re-doing the entire app.