Content displayed on project pages before styles finish loading
@j-labbe is already working on this.
Since Sep 23, 2022.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Steps to reproduce
1. Open a project page
2. Reload
3. Observe that the content is displayed before styles finish loading
## Expected behavior
The content should not be displayed until styles finish loading.
## Actual behavior
The content is displayed before styles finish loading.
## Recommended action
Add a loading indicator to the page. This can be something like a fade-in screen. The fade-in screen should be removed once styles finish loading. We should not use the default loader for the site because it will become repetitive and it should be reserved for the home page.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.