-
Notifications
You must be signed in to change notification settings - Fork 530
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
Sync the widgets state with the url #2
Milestone
Comments
vvo
changed the title
[SearchBox] handle initial value
All the widgets should be synced when copy pasting url/refreshing webpage
Aug 5, 2015
vvo
changed the title
All the widgets should be synced when copy pasting url/refreshing webpage
Sync the widgets state with the url
Aug 5, 2015
Duplicate of #17. |
Closed
Haroenv
pushed a commit
that referenced
this issue
Oct 21, 2021
* refactor(version): bump algoliasearch version to v0.11.0 * Import algoliasearch tarball package with type fix * refactor(packages): Remove algoliasearch tarball * refactor(types): Remove type work-arround for boundingBox (#2) * Import algoliasearch client with type fix * Remove unecessary type enforcement * refactor(package): Bump algoliasearch to v0.11.0 fixes: #4916
Haroenv
added a commit
that referenced
this issue
Nov 16, 2021
* chore(version): bump algoliasearch version to v0.11.0 (#4938) * refactor(version): bump algoliasearch version to v0.11.0 * Import algoliasearch tarball package with type fix * refactor(packages): Remove algoliasearch tarball * refactor(types): Remove type work-arround for boundingBox (#2) * Import algoliasearch client with type fix * Remove unecessary type enforcement * refactor(package): Bump algoliasearch to v0.11.0 fixes: #4916 * chore(version): Fix failing tests when using algoliasearch@v3 (#4941) * docs(contributing): Add doc on instantsearch cross version testing * fix(tests): Fixes insideboundingbox tests * core(geo): Reverse removal of geo forced typecasting * Update testing script in contributing * Typescript installation documentation * chore(version): reverse type enforcing functions (#4942) * update wordings, remove script * Apply suggestions from code review Co-authored-by: Sarah Dayan <[email protected]> Co-authored-by: cvermand <[email protected]> Co-authored-by: Sarah Dayan <[email protected]>
Haroenv
pushed a commit
that referenced
this issue
Nov 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When refreshing window, the helper state should be synced with the url #17, thus all widgets should also be synced with the helper state.
The goal is to have back/next/refresh/copy paste url working
The text was updated successfully, but these errors were encountered: