The problem
On styleguides with a lot of content, it easy to get lost on where you were on the sidebar.
Proposed solution
A minimum useful solution would be highlighting (e.g. using background color) the currently selected page.
Alternative solutions
Related solutions would be
Feel free to send a pull request for that! ;-)
@jkarttunen @sapegin according to this pull request https://github.com/styleguidist/react-styleguidist/pull/1195 it should be highlighting the sidebar. Did this merged pull request get removed at some point?
There's something funky going on on line https://github.com/styleguidist/react-styleguidist/blob/master/src/client/rsg-components/ComponentsList/ComponentsListRenderer.js#L51. Probably the link/href format has changed since then? You can temporarily fix this bit by overwriting the ComponentsListRenderer and changing this bit of the functionality.
are you guys using pagePerSection? it doesn't seem to work with that option properly
@nathanmarks Yep, that was it.
Closing as a duplicate of #1375
Most helpful comment
Feel free to send a pull request for that! ;-)