CirclesUBI / circles-website

Home of Circles UBI
https://joincircles.net
GNU Affero General Public License v3.0
8 stars 8 forks source link

Strange style glitches when loading page for the first time #11

Closed adzialocha closed 4 years ago

adzialocha commented 4 years ago

For some reason the styles do load async from the rest of the page which leads to a weird experience of the page glitching out in the first 1-3 seconds of loading time.

photo_2020-08-19_14-02-36

eminx commented 4 years ago

This is actually a nextjs "feature" : to make it fast; the client loads and renders the html before it loads and applies the styling. It could be very useful, but I agree that with this nice design we have, it is pretty awkward.

I'll look into it and see if it can be disabled!

eminx commented 4 years ago

This should be fixed now.

adzialocha commented 4 years ago

Feeling like a loading page now! :+1: Thank you!