You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #590 from input-output-hk/djo/enhance-explorer-aggregator-selection
Enhance explorer aggregator selection:
* Add a copy button next the the selected aggregator to copy the current value
* Add an Epoch Settings Card, useful to see if the aggregator is lagging behind the current epoch
* Keep the current configuration in the browser local storage and restore it on page load
* Add the ability to add a custom aggregator source and to remove them
* Write the currently selected aggregator in the url query string
** If any on page load: it will switch to the aggregator in the query string and if it doesn't exist in the aggregator list it will add it as a custom aggregator source.
* (Technical) Switched state management to Redux to simplify shared state management
0 commit comments