-
-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now, when the page loads for the first time, there’s a flash where it renders without styles, it basically looks like raw HTML for a moment. This creates a broken experience and makes it feel like something’s broken, especially on slower networks.
To smooth things out, we should add an activity loader that shows while the styles and components are rendering. This gives users some visual feedback and prevents the weird unstyled flash.
So here's what should happen:
- Add a basic loading indicator(I'll probably prefer a skeleton 💀 ) that show on initial load
- Ensure it disappears once everything is styled and rendered properly
- We should probably keep it simple and lightweight so users don't experience noticeable delay
- Ensure it is tested on slow 3g
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request