-
Notifications
You must be signed in to change notification settings - Fork 363
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
Pull Request Test Coverage Report for Build 2103855403
💛 - Coveralls |
* feat: initial filter form * feat: add address search field * feat: address/module autocomplete + validation * fix: tweak validation * fix: extract field names + tweak validation * fix: add backdrop * fix: cleanup code * fix: preserve filter values * fix: (un-)controlled error * fix: convert `Autocomplete` style override * fix: improve types * fix: preserve hidden value * fix: abstract `value`/`helperText` logic * fix: missing dep * fix: add tracking * fix: uniform padding on inputs * fix: global `Autocomplete` style * fix: autocomplete validation + use for token * fix: alter filter type label
ESLint Summary View Full Report
Report generated by eslint-plus-action |
* fix: adjust fields to match endpoints * fix: rename fields
ESLint Summary View Full Report
Report generated by eslint-plus-action |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
* fix: update gateway sdk + add filter to `search` * fix: type collision * fix: fetch + show filtered results * fix: use address for module * fix: fetches after filtering + history pointers * fix: fetching filtered endpoints * fix: cleanup code * fix: repair lock file + add stricter typing * fix: drill filter + separate paging logic * fix: add tests * fix: only save certain query params * fix: filters and layout * fix: use native searchParams + add `executed` * fix: remove dev button, upgrade sdk + tests * fix: don't append second ampersand * fix: persist addresses * fix: add no results message * fix: remove date filtering + add tracking * fix: display date filters as coming soon * fix: don't apply the same filter twice + cleanup * fix: `isTxFilter`, catch URL + remove hidden field * fix: only check a subset of keys * fix: change icon * fix: add `box-shadow` + filter type to button * fix: change button style * fix: remove unnecessary flag + fix type * fix: remove unnecessary pointer * fix: convert `value to wei + always show clear * fix: test * fix: remove `recipient` from incoming filter
Every ticket about this epic was merged, we can pass this to QA done as well |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
What it solves
Resolves #3758
How this PR fixes it