Steps to reproduce
- Open a project page
- Reload
- 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.