Automattic / Gravatar-SDK-iOS

Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
https://gravatar.com
Mozilla Public License 2.0
36 stars 1 forks source link

Put a profile card into the avatar picker #331

Closed pinarol closed 1 month ago

pinarol commented 1 month ago

Closes #

Description

Adding a profile card into the avatar picker. For now I added to the top because it is easier to test this way. When we have the designs we can replace it easily.

The profile card has ghosting view too. ProfileViewPlaceholderColorManager manages it so the same effect can be applied to another place easily.

Testing Steps

Play around with the SwifttUI demo app.

pinarol commented 1 month ago

Ready for another look @etoledom