Night mode is awesome. As discussed in #491 the night mode switch ended up right at the bottom.
However I had no idea it was there though, as I'd never noticed the link. The positioning is usually not obvious because most module docs are quite long. This means a lot of scrolling to get to the bottom of the docs to find the toggle eg. http://elixir-lang.org/docs/stable/elixir/String.html
It'd be nice to move this to the top to make this more obvious, and show that it's available (I only found out about it when reading through ex_doc PRs).
I created a twitter poll to understand how people currently use this, whether they've discovered it and whether they think they would use the feature: https://twitter.com/joshprice/status/745762336145760256
It is really tricky because it is a button you need to learn about it once
and press once, so once you find out it doesn't warrant first class space
at the sidebar or at the top, but we need to make it somewhat more
discoverable.
On Thursday, June 23, 2016, Josh Price [email protected] wrote:
I've made a twitter poll to understand how people currently use this,
whether they've discovered it and whether they think they would use the
feature: https://twitter.com/joshprice/status/745762336145760256—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/elixir-lang/ex_doc/issues/558#issuecomment-227949182,
or mute the thread
https://github.com/notifications/unsubscribe/AAAlbgTkVrVSitnNdrWN2M-72Z1exp13ks5qOhB8gaJpZM4I8U5a
.
_José Valim_
www.plataformatec.com.br
Skype: jv.ptec
Founder and Director of R&D
I would create a night mode icon (crescent moon with a star) at the right bottom of the left menu, and when the menu is collapsed, aligned with the hamburger icon,.
but only visible when you roll over.
on night mode the moon changes to a sun.
and still show the text at the bottom of the page, as we are doing right now.
@eksperimental I like this approach, seems to have some dependency on what is happening in #564
Summarising the findings of the twitter poll for reference. From 226 respondents:
In total:
Of those who knew of night mode:
Of those who were not aware of night mode:
Thank you for the survey. It's very useful stats.
Just to mention that my solution does have one drawback and it is when the is fully expanded, then the icon will get on the way if we try to reach for the items at the very bottom of the list. May be we should place it agains the scroll bar of the menu, where it wouldn't get on the way. or find a better spot.
Most helpful comment
Summarising the findings of the twitter poll for reference. From 226 respondents:
In total:
Of those who knew of night mode:
Of those who were not aware of night mode:
Conclusions
Learnings
Actions