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

feat: show consistent initial loading spinner #11054

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

JammingBen
Copy link
Collaborator

@JammingBen JammingBen commented Jun 17, 2024

Description

This change makes sure that the loading spinner on the initial page load gets displayed consistently during the bootstrap of the client. The spinner gets hidden eventually after all apps have been announced as ready.

Also aligns the spinner design with all the other loading spinners and reduces the delay before showing it from 1 to 0.5 seconds.

Related Issue

How Has This Been Tested?

  • Run pnpm build:w
  • Throttle your network to e.g. "Fast 3G"
  • (Re-)load the page

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Copy link

update-docs bot commented Jun 17, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@JammingBen JammingBen self-assigned this Jun 17, 2024
This change makes sure that the loading spinner on the initial page load gets displayed consistently during the bootstrap of the client. The spinner gets hidden eventually after all apps have been announced as ready.

Also aligns the spinner design with all the other loading spinners and reduces the delay before showing it from 1 to 0.5 seconds.
@JammingBen JammingBen force-pushed the feat/constant-initial-loading-spinner branch from 9367a08 to 23eeca7 Compare June 17, 2024 15:16
Copy link

sonarcloud bot commented Jun 17, 2024

@JammingBen JammingBen marked this pull request as ready for review June 18, 2024 06:00
Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 💯

@kulmann kulmann merged commit b78a949 into master Jun 18, 2024
3 checks passed
@micbar micbar mentioned this pull request Jul 8, 2024
19 tasks
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

Successfully merging this pull request may close these issues.

[web] Show a constant loading spinner during initial page load
2 participants