SemanticMediaWiki / Mermaid

Provides a parser function to generate diagrams and flowcharts with the help of the mermaid script language
https://www.mediawiki.org/wiki/Extension:Mermaid
Other
36 stars 22 forks source link

Add some text to the loading dots for noscript users #72

Open LordAro opened 3 years ago

LordAro commented 3 years ago

I have a user that likes to disable Javascript. I know, I know...

However, because the css for the mermaid-dots are loaded via JS... it never displays anything, making it unclear that there's content missing from the page. So, add a little extra content to the mermaid-dots div.

There might be a better solution to get the mermaid-dots css included on pageload, rather than via js callback, but I don't know it.

I'd use