Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
5.3k stars 493 forks source link

Bug: application does not support animated images properly #2156

Open elimgarakalt opened 1 month ago

elimgarakalt commented 1 month ago

Environment:

Description

The application is not feature compliant with the Mastodon web application. Mastodon allows folks to use animated images as avatars and in display titles as emoji, and in headers, and IceCubes is just rendering a static image instead. I am filing this as a bug instead of an enhancement because this is functionality that exists in the web application, but is not properly implemented in this mobile client. This is the only remaining issue that prevents me from using IceCubes as a daily driver. Thank you.

Related Issues

https://github.com/Dimillian/IceCubesApp/issues/2086

elimgarakalt commented 1 month ago

this is most likely due to what LazyImage is returning in the NukeUI package from a quick glance at the code. Check out the .animation modifier perhaps.