Skip to content
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

Add placeholders to window canvas #1972

Open
ggeisler opened this issue Feb 26, 2019 · 0 comments
Open

Add placeholders to window canvas #1972

ggeisler opened this issue Feb 26, 2019 · 0 comments

Comments

@ggeisler
Copy link
Collaborator

Part of #1963

For the window canvas area, the loading state is at least partly represented by the image tiles that progressively load as they become available. But if there is a delay before the tiles become available, we need to convey to the user that something is happening.

Loading state

Until the canvas image tiles begin to load, display a ". . ." loading message centered in the canvas:

screen shot 2019-02-26 at 8 36 20 am

Failed state

An image could fail to load on the canvas, such as if the image server becomes unavailable. In this case, at the point we know the image(s) are not available to render on the canvas, we can convey that to the user with an "Item could not be retrieved" message centered in the canvas:

screen shot 2019-02-26 at 8 37 28 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants