-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Browser back button #7
Comments
I've actually thought about this a bit. I decided to leave that functionality out because I thought it may effect/conflict with someones pre-existing navigation implementation. That said, I could look at including it and having people "opt-in" if the want history support. Will keep open since I think this would be cool to have as well and will work on something soon unless @kborchers wants to contribute :) |
Needs a back button. or keyboard controlled back. |
Agree about the back button; It took me a little while to figure out that the breadcrumbs were clickable and I noticed someone on HN saying that they wish there was a way to go back. |
I'd like this feature as well. |
Why not just create a back button next to the breadcrumbs, and implement history via local storage? |
+1 |
2 similar comments
+1 |
+1 |
= 3 |
+1 |
It would be nice to be able to use it just like we can here on github repos.
Maybe using
hashchange
? http://benalman.com/code/projects/jquery-hashchange/examples/hashchange/Just a feature request :)
The text was updated successfully, but these errors were encountered: