-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: refactor txn details page to use RequestState typed prop
This commit Replaces the request state props (isDataValid, statements, transaction, error, isLoading) in the txn details page with a single prop containing the request state. The logic that was previously in the selectTransaction (and being duplicated in db-console and CC) has been moved to a new file, `transactionDetailsUtils` with added unit testing. Epic: none Release note: None
- Loading branch information
Showing
7 changed files
with
424 additions
and
169 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
Oops, something went wrong.