saurabhdaware/bsky-widget

Profile card add fallback UI for missing banner and avatar images

Open

#8 opened on Nov 13, 2024

 (1 comment) (0 reactions) (0 assignees)TypeScript (3 forks)github user discovery
buggood first issue

Repository metrics

Stars
 (71 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide