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

Optimize ItemsList layout while loading #49

Closed
flachware opened this issue Sep 30, 2016 · 1 comment
Closed

Optimize ItemsList layout while loading #49

flachware opened this issue Sep 30, 2016 · 1 comment
Milestone

Comments

@flachware
Copy link
Contributor

@tnajdek i know that the web library, especially its redux incarnation, still is at the very beginning and therefore not every minor issue i come across while working on the interface can or should be handled right away (and of some issues you might be aware anyware). With that said i will probably open some issues here in order to keep track of the them in the first place.

When a selection on a collection is made, the ItemList’s layout does not show up until the items are fetched. For a more stable experience it would be preferable to show the table header and the striped item-list-body right away, placing the spinner inside the item-list-body until the item-list shows up (so only the item-list would be blocked while the items are loaded).

@tnajdek tnajdek added this to the 1.0 milestone Jan 25, 2017
@tnajdek tnajdek mentioned this issue Aug 3, 2018
2 tasks
@tnajdek
Copy link
Member

tnajdek commented Aug 3, 2018

Since then this has changed a lot and now we show a list with "fake" items until real items are loaded. I believe this is much nicer (and stable) solution. Closing in favour of #127

@tnajdek tnajdek closed this as completed Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants