Loading spinner #82
Replies: 2 comments 3 replies
-
The option I was thinking of was to add an option element that says "loading" in each select box of the nav menu. That way the page pops up, and we can let the user know that the options are still loading. Once the data populates the select boxes, it will rewrite the elements and get rid of "loading". Maybe put an emphasis (em) around the "loading" content. |
Beta Was this translation helpful? Give feedback.
-
Interesting, the loading page for DemocracyLab displays (briefly) a Made Possible with Generous Support From and lists their sponsors: https://www.democracylab.org/index/?section=AboutProject&id=438 |
Beta Was this translation helpful? Give feedback.
-
When opening the index.html in a browser, it requires some time for the data to populate from Airtable and for a first-time visitor it could be confusing and I'd like to make sure we let people know the site doesn't intentionally have no content and that it's loading and will display soon. We need a bit of diagnosis first to figure out if the payload is super large and whether or not it's an issue to be solved in how the site calls from the database. If this turns out to require a loading spinner, I'm interested in writing the css for that.
Here are some open source loading graphics: https://loading.io/css/
And a how to build pure css spinners:
https://www.youtube.com/watch?v=BxpjA9t4dJE
Beta Was this translation helpful? Give feedback.
All reactions