Skip to content

Add Activity Loader on Initial Page Load #1152

@AceTheCreator

Description

@AceTheCreator

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions