josiah-wolf-oberholtzer / discograph

Social Graphing for the Discogs Database
MIT License
74 stars 11 forks source link

Support browser history pushState and popState. #5

Closed josiah-wolf-oberholtzer closed 9 years ago

josiah-wolf-oberholtzer commented 9 years ago

Should be possible to navigate forward and backward through the states and have the graph update dynamically.

This will require moving some of the logic out of the node double-click callback into a standalone function which can be called to update the entire graph based on a node id.

josiah-wolf-oberholtzer commented 9 years ago

Done in 6e913ed64d2c207e3814ada142deedaee4bb17e1.