JackieChiles / Cinch

A web-based implementation of the Cinch card game.
MIT License
3 stars 0 forks source link

Support back button and deep linking in log viewer #181

Open JackieChiles opened 9 years ago

JackieChiles commented 9 years ago

Back button support can be achieved by using web history and a page hash or query string. Deep linking goes hand in hand with this: when a game log is selected, the history state can be updated with a query string containing the log ID. The URL with this log ID can then be used for deep linking.