[Sprint/RollingRabbit](fix): Swapped out old failing datepicker library
Closes #2171
Summary
The old date-picker component was broken (the one that is used on the wallet pages as filters). Swapping out other components to use this format is out of the scope of this MR, but would be worth consideration.
https://github.com/DanielYKPan/date-time-picker - Actively maintained, quite a lot of functionality that's easy to reach (e.g. min and max).
Testing
- Test the date components of the site, make sure they all work as intended.
- Make sure filters values are respected in relation to the returned transactions.
0/1
thread resolved
added scoped labels
39 40 "ethjs-provider-signer": "^0.1.4", 40 41 "ethjs-signer": "0.1.1", 41 42 "global": "^4.3.2", 42 43 "material-datetime-picker": "git+https://github.com/Minds/material-datetime-picker.git", - Owner
should we not be removing this library if it's being replaced?
added scoped label and automatically removed label