-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image selection and upload #206
Comments
Yes, and yes :) The picker might end up slightly different, but I think we should utilize the existing progress + error states that we have in Aztec. Here's a recent mockup of the flow – not final, but the general flow is accurate: |
From @etoledom:
1 week per platform |
Subtasks Android:
|
Hey @iamthomasbishop, do you maybe have some idea about cancel button while media/image upload it's in the progress? cc: @SergioEstevao @koke |
We can probably re-use the interaction model from Aztec. In-Progress UploadOn iOSIf you tap on an image while it's uploading, you see an Action Sheet with the following:
On AndroidIf you tap on an image while it's uploading, you see a Simple Dialog with the following:
I think in the future we could fine-tune this messaging, but let's leave that for now. After UploadOnce an image is added to the canvas, tapping on the image itself should do the following: On iOSTapping image shows an Action Sheet with the following:
On AndroidTapping on the image shows individual Media Settings (Full-Screen Dialog), where the user can remove the image or edit it manually. |
Thanks @iamthomasbishop ! |
What's missing : |
The user should be able insert or edit an image block, and use the media picker to select and upload an image. The image block should show progress while the image is uploading and an error if it fails.
@iamthomasbishop are there existing designs for the image upload progress and error states? I imagine we'd want to keep it close to what Aztec does, but checking just in case.
The text was updated successfully, but these errors were encountered: