stats4sd / Stats4SD-Resources-Site

Reposistory for the Stats4SD Resources Repository
https://resources.stats4sd.org
GNU General Public License v3.0
0 stars 0 forks source link

Prevent confusing/admin only features showing #119

Closed chrismclarke closed 7 years ago

chrismclarke commented 7 years ago

Many things are set to 'hidden' which has a delay before evaluating. This means that when some pages are loaded, parts load out of sequence and can look a bit odd; these sometimes include admin features. Suggest some sort of loading animation/start screen coupled with dom-if statements for anything admin (e.g. resource footer)

dave-mills commented 7 years ago

Closing this for now. I think the major culprits of this are all now using dom-if templates. Can add new issues for specific things that do this appear-disappear trick if we find any.