-
Notifications
You must be signed in to change notification settings - Fork 57
Simplify media insertion flow #946
Copy link
Copy link
Closed
Labels
[Status] Needs Android Dev[Status] Needs iOS Dev[Type] EnhancementImproves a current area of the editorImproves a current area of the editorgood first issueGood for newcomersGood for newcomers
Description
Problem
As of right now, the process of adding an image block (and soon additional types of media) is a bit cumbersome. I'd like to make improvements to the media selection part of the flow, but for now at very least we can simplify by skipping the placeholder step or combining it with the location options sheet.
Note: I'm not sure if any additional design is needed, but if so I can pull together a blueprint.
Current Flow
- Tap
(+)(inserter) – this shows the Block Library sheet - Tap
Imageto add Image block placeholder to canvas - Tap on block placeholder to trigger sheet
- Tap on an option to choose location
- Select image to upload
- Image gets added to canvas, uploads, succeeds/fails
Proposed Flow
- Tap
(+)(inserter) – this shows the Block Library sheet - Tap
Imageto add Image block placeholder to canvas – trigger media location sheet. Note: the placeholder could still display on the canvas, behind the sheet, and be dismissed if the user backs out of the process by tappingCancel. - Choose location
- Select image
- Image added to canvas, uploads, succeeds/fails
Note on Future Improvements
I'd like to replace the location-choosing sheet with an improved media selection sheet, similar to Aztec – but for now, let's at least make this improvement as it will benefit some of the next blocks we're building (Video, for example).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Status] Needs Android Dev[Status] Needs iOS Dev[Type] EnhancementImproves a current area of the editorImproves a current area of the editorgood first issueGood for newcomersGood for newcomers

