saurabhdaware / bsky-widget

Unofficial Bluesky widget to render cute profile cards in your websites ^_^
https://bsky-widget.saurabhdaware.in/
MIT License
55 stars 2 forks source link

Profile card add fallback UI for missing banner and avatar images #8

Open ParasSolanki opened 5 days ago

ParasSolanki commented 5 days ago

Current version of the component does not properly handle a case when profile handle does not have a banner image or profile image.

image

Solution

When there is no banner image we should fallback to background color and for avatar image use svg icon.

image

saurabhdaware commented 4 days ago

Oh I think I handle having no banner but not handling having no profile picture. Thanks for reporting.