Skip to content

[Try] Improve editor loading experience #1179

@iamthomasbishop

Description

@iamthomasbishop

Problem

Sometimes the editor can take some time to load, and when the content is loaded, it enters pretty jarringly. This is especially strong on iOS when posts have a lot of content.

Context

At the moment, on Android we're showing a spinner, like so:

image

...whereas on iOS, we're showing nothing.

IMG_4018

This is especially jarring on iOS with long posts.

Proposal

Let's improve the experience of a post as it's loading by either:

  • Showing a progress spinner or similar on iOS – like we do on Android. This at least tells me something is in progress.

  • Even better, we could show skeleton elements in place of the title and body. That would look something like this:

image

If we were to take a skeleton-loader approach, we should reference other places in the apps that follow this pattern, and ensure we are able to show this elegantly, to limit flashes of content.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions