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

[web] Show a constant loading spinner during initial page load #11041

Closed
JammingBen opened this issue Jun 13, 2024 · 2 comments · Fixed by #11054
Closed

[web] Show a constant loading spinner during initial page load #11041

JammingBen opened this issue Jun 13, 2024 · 2 comments · Fixed by #11054
Assignees
Labels
Category:Enhancement Add new functionality

Comments

@JammingBen
Copy link
Collaborator

The initial page load currently is quite messy when it comes to loading spinners.

First the JS chunks are being loaded (we can't show anything during that). Then some loading spinner pops up, but only for a short moment before the page goes completely blank again. Then the blue background appears. Then a loading spinner appears again and the application gets painted eventually.

I guess it will be quite hard to display a constant loading spinner all the time, but I'm still pretty sure we can provide a better UX than what we currently have.

@kulmann @tbsbdr What do you think, let's tackle that in the future?

@JammingBen JammingBen added the Category:Enhancement Add new functionality label Jun 13, 2024
@tbsbdr
Copy link
Contributor

tbsbdr commented Jun 13, 2024

Yes, please. What does it cost?

@JammingBen
Copy link
Collaborator Author

Hard to say, could be 1pd, maximum 3pd I'd guess.

@JammingBen JammingBen self-assigned this Jun 13, 2024
@tbsbdr tbsbdr changed the title Show a constant loading spinner during initial page load [web] Show a constant loading spinner during initial page load Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Enhancement Add new functionality
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants