Closed camelPhonso closed 1 month ago
!request
π€ meep morp!
Thank you for your contribution @AnyaVeselova - this Issue is assigned to you as requested β¨
π Please keep in mind that in order to give everyone a chance to contribute Issues may be unassigned if they go stale. You will be warned if the Issue is marked as stale at any point.
π Please review our documentation for guidance on:
π‘ The core team is available for any help and will try to respond to any comments in this Issue or questions on discord as quickly as possible.
Happy coding ! π¦
Description of the Bug
When a user's profile picture can not be retrieved the display of the
ConversationCard.tsx
should show the default image in the codebase. This behaviour is seen when there is no image provided and should be the same if the image cannot be displayed.What should happen instead
Right now in our seed data the images being referenced are not available in the development buckets so the cards show the alt description instead and the sizing of the profile picture is altered.
Steps to reproduce this bug
/conversations
What could we do to solve this bug?
Currently the code in
ConversationCard.tsx
will evaluate if there is an image url available and if not it will display a default image. We should default to the same if there image is referenced but cannot be displayed or at the very least we should maintain the size and styling of the profile picture display even if we can only see the alt description for itAssignment
This issue is free for anyone to take