open-block-explorer
open-block-explorer copied to clipboard
include the transaction table filters in the URL just like pagination
Description
This PR#575 is introducing new set o filters that try to exploit the Hyperion API capabilities and we want to keep the filter state in the URL so that after a successful search, we can copy and share the link for the complete filter/pagination state.
Acceptance criteria
- All changes in the filter should be pushed to the URL.
- At any time you can refresh the page and the current URL should be enough for loading again the filters and performing the corresponding query to show the same exact page before the refreshing.