-
Notifications
You must be signed in to change notification settings - Fork 125
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
Make browser history know about pagination #1742
Conversation
If you enter (manually) to paginated URL, it will work. A lot of bad things happened in that commit. We will retract later :)
a997c6b
to
1e3e8b7
Compare
This is an extension to the provided stdlib, so deal with that :D Naming comes from the fact that community extensions to, for example, Maybe, are named "Maybe.Extra".
No more needed
649c2ef
to
cf8a0ab
Compare
A few more design (as in: code) improvements could be made:
I have a thought that instead of decomposing the model/flags and passing down only subset of fields, it would be better in most cases to pass whole model/flags, and decompose only if we are really on the bottom of displaying something. For example, I needed to pass down much more data into |
No description provided.