aionnetwork / aion-docs

Documentation for the Aion Network.
MIT License
9 stars 8 forks source link

Each page load resets the left navigation state #51

Closed fulldecent closed 5 years ago

fulldecent commented 5 years ago

In the modular branch. Each time you load a page (click a link on the left) the navigation state is reset and any opened branches on the left are reset.

This could be fixed by:

1) Automatically opening the section of the loaded page; or 2) Using cookies to track each sections open/close state; or 3) Use History API to fake page loads

Recommending option 1 at this time.

jennijuju commented 5 years ago

This issue is in our backlog.

johnnymatthews commented 5 years ago

This issue has now been fixed.