developers icon indicating copy to clipboard operation
developers copied to clipboard

Clicking an item in the side nav collapses everything else.

Open jedmccaleb opened this issue 10 years ago • 1 comments

This is disconcerting. It shouldn't collapse things for the user.

jedmccaleb avatar Feb 16 '16 18:02 jedmccaleb

When clicking on a link to a new page, it loads a new page session and has to run the sidebar again.

We could use localStorage to save what the user currently wants. However, but using localStorage, then there will be no solution at all the the flash of unstyled content (documented at the bottom here: https://github.com/stellar/developers/pull/46 ) since by using localStorage, we must run the expansion/collapsing code in the client while the page is loading and shifting into place.

irisli avatar Feb 18 '16 01:02 irisli