You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of users don't realize they can upload profile picture. So, let's create a component that invites them to upload one. The <AvatarNatificationItem> component should appear in the notifications bar:
When clicking on it, the "file selection" (not sure this is how it's called) dialog should open. I mean the native one from the OS.
After selecting a file, a modal should appear with a preview, and 2 buttons:
Cancel
Upload/Update
When clicking upload, the avatar should change
The text was updated successfully, but these errors were encountered:
iampava
changed the title
Create "onboarding modal" that invites a user to upload a custom profile picture
Create a AvatarNatificationItem component that notifies and allows the user to easily change it's avatar
Apr 3, 2023
A lot of users don't realize they can upload profile picture. So, let's create a component that invites them to upload one. The
<AvatarNatificationItem>
component should appear in the notifications bar:When clicking on it, the "file selection" (not sure this is how it's called) dialog should open. I mean the native one from the OS.
After selecting a file, a modal should appear with a preview, and 2 buttons:
When clicking upload, the avatar should change
The text was updated successfully, but these errors were encountered: