-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve event deliveries filtering (#1824)
- add sort url query for LoadEventDeliveriesPaged & LoadEventsPaged - add event type url query for outgoing projects * feat: test event type filter * fix: fix LoadEventDeliveriesPaged call * fix: fix build issues * fix: fix LoadEventDeliveriesPaged setup * feat: update event filters (#1840) * update date picker component * update dropdown component * update endpoint filter component * add sort events toggle * update event filters * update event delivery filter component * update: update filter component * update filter button * fix sort toggle * remove comments, fix sort toggle * update pagaination * update event filters * update events filter * update events filter buttons * fix filter toggle * fix: fix asc & desc sorting - remove print stmts - change case "DESC" to default in SetCursors - remove CTE from baseEventsPagedBackward * fix: fix getFwdEventPageQuery - fix issues where any prev page request jumps to the first page - fix ASC issue where there's always a previous page even on the first page --------- Co-authored-by: oluwadaminiola <pelumioni25@gmail.com>
- Loading branch information
1 parent
1cac88b
commit 4e6b718
Showing
48 changed files
with
2,072 additions
and
732 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
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
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.