-
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: Statement Details page using new details endpoint
Previously, the Statement Details page was being populated by the value saved on cache, where we would filter the existing statement and retrieve the correct one. With a new endpoint `_status/stmtdetails/{fingerprint_id}` we can collect more information about the statement. This first commit changes the source of information of the Statement Details page to the value retrieved from the new endpoint. No changes are noticeable from the user's perspective. Following commits will add the new information based on the extra information retrieved by the endpoint. Partially addresses #72129 Release note: None Release Justification: Low risk, high benefit change
- Loading branch information
Showing
30 changed files
with
1,795 additions
and
874 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
Oops, something went wrong.