-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web): add multiple options to RollupFilter (#592)
* fix(dayjs): do not return default value when trying to convert a date to daily date * perf(api): optimize count retrieval using stats table for category, rollup, or timestamp filters only Enhances performance by fetching counts directly from the stats table when counting elements with filters applied exclusively to 'category', 'rollup', or 'timestamp'. * feat(web): add multiple prop to Dropdown * feat(web): add multi select prop to RollupFilter * fix(web): add check in RollupFilter to make none option unique * fix(web): add a linear opacity gradient to RollupFilter overflow * chore(web): update changeset * fix(web): simplify Dropdown multiple props strategy * fix(web): add horizontal scroll on Dropdown overflow * chore(web): update changeset with API changes * refactor(web): refactor Dropdown Option type prop * refactor(web): remove not needed Dropdown prop * fix(web): remove empty from addresses in filters * refactor(web): Improve rollup badge (#603) * fix(web): apply same size styles to Mode & Linea rollups * feat(web): add Camp rollup icon & update styles * refactor(web): improve RollupBadge colors * feat(web): add Paradex rollup icon & update styles * chore(web): update changeset * chore(web): optimize rollup icon svgs --------- Co-authored-by: PJColombo <[email protected]> * fix(web): highlight dropdown options background only on hover + improve selected options styles * fix(web): fix tx & blob count tests after adding multiple from addresses * test: re-add missing test * fix(api): add support for counting multiple rollups in `getCount` procedures * refactor(api): use the `IN` clause for filtering when multiple addresses are provided --------- Co-authored-by: PJColombo <[email protected]>
- Loading branch information
Showing
28 changed files
with
473 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@blobscan/web": patch | ||
--- | ||
|
||
Added missing rollups icons and improved RollupBadges' styles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@blobscan/api": minor | ||
--- | ||
|
||
Added the posibility to filter by multiple `from` addresses |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@blobscan/web": minor | ||
--- | ||
|
||
Added multiple options to RollupFilter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.