signum-network / phoenix

The official cross-platform wallet for the Signum Blockchain Platform
https://phoenix-wallet.rocks
GNU General Public License v3.0
97 stars 38 forks source link

Make Avatar Loading from IPFS more resilient #1713

Open ohager opened 1 year ago

ohager commented 1 year ago

Is your feature request related to a problem? Please describe. The avatar image is being loaded from IPFS. Due to the typical IPFS discovery time, it happens that the image cannot be loaded...

Describe the solution you'd like Using img onerror event would allow to refetch the image, until it is successful. Also, would be favorable, if there is an alternative placeholder image, instead of browsers default broken image thing...

image