onyx-platform / onyx-dashboard

Dashboard for the Onyx distributed processing system
http://www.onyxplatform.org/
Eclipse Public License 1.0
76 stars 26 forks source link

Use HTML5 History API to change URL #26

Open MichaelDrogalis opened 9 years ago

MichaelDrogalis commented 9 years ago

It would be neat to change the URL as we move around the dash so that we can share links and see the same content. Not high priority.

lbradstreet commented 9 years ago

Use http://shoreleave.github.io/shoreleave-browser/#shoreleave.browser.history, which we are already using for js/Blob creation.

lbradstreet commented 9 years ago

Don't use hash routes when we do this, so we have the option to prepopulate the information on initial page load.