rowtype-yoga / pose

24 stars 1 forks source link

Add a `<noscript>` message to the website for users with script blockers #1

Closed toastal closed 2 years ago

toastal commented 3 years ago

While common to my web browsing experience, I was initially confused why the editor was blank. A <noscript> warning on the page immediately tells me that I need to turn on the site's scripts to use the demo. This would also help users on CLI browsers which do not have JavaScript engines.

i-am-the-slime commented 3 years ago

Is there a corresponding <nonoscript> tag? Then I could hide the editor altogether and only show it to people who have JS turned on.

i-am-the-slime commented 2 years ago

I've done this. Not ideal but not high prio to me, feel free to improve on this in a PR 😄