remix-run / remix-website

347 stars 79 forks source link

feat: Add global loading indicator to top nav #176

Closed gustavoguichard closed 9 months ago

gustavoguichard commented 9 months ago

According to @brophdawg11 's suggestion and issue #163 , I added this POC to the root.tsx.

In the example below I added a await sleep(2000) to the blog loaders and the theme switch action to see the complete animation and the places where the progressbar stops in both slow actions and loaders.

This was taken from my blog post and I've been using this code successfully in almost all my Remix apps. I appreciate any feedback if rejected and willing to make any modifications requested. ;)

I've chosen a gradient from bg-blue-brand to bg-aqua-brand I think works good on both dark and light modes.

Preview:

screen

gustavoguichard commented 9 months ago

I noticed the GIF preview got a lil cut off the top. The actual bar is slightly taller (h-1 = 4px): Screenshot 2024-02-05 at 09 14 50

brookslybrand commented 9 months ago

@brophdawg11 since you added the suggestion I wanted to bring this to your attention in case you wanted to provide feedback

gustavoguichard commented 9 months ago

@brookslybrand , applied the suggestions ;)