activist-org / activist

An open-source activism platform
https://activist.org
GNU Affero General Public License v3.0
212 stars 175 forks source link

Index page showing briefly on org and event about pages #843

Closed andrewtavis closed 2 months ago

andrewtavis commented 2 months ago

Terms

Description

Writing this issue to document some changes that are about to be sent along :) A bug that recently has been occurring is that the auto-route to /about for event and organization pages is for some reason not instant anymore. I'm unsure what could have been introduced to change this, but maybe the z-index of something needed to change and now we're briefly seeing the index rather than the loading screen.

Contribution

I have a fix for this locally already that I'll send along. If the page width is smaller than the small breakpoint, then we'll hide the index page's content, which is showing the loading screen :)

andrewtavis commented 2 months ago

Closed by d29b1d2 🚀