feat: Implement transaction details component#24228
feat: Implement transaction details component#24228pedronfigueiredo merged 9 commits intodevelopfrom
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
ui/pages/confirmations/components/simulation-details/simulation-details.tsx
Show resolved
Hide resolved
ui/pages/confirmations/components/confirm/info/shared/transaction-details.tsx
Show resolved
Hide resolved
ui/pages/confirmations/components/confirm/info/shared/transaction-details.tsx
Outdated
Show resolved
Hide resolved
f9f4b7b to
a21b7ab
Compare
0ba1c4b to
8d26e10
Compare
Builds ready [8d26e10]
Page Load Metrics (360 ± 433 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #24228 +/- ##
===========================================
- Coverage 67.37% 67.36% -0.01%
===========================================
Files 1278 1278
Lines 49881 49766 -115
Branches 12944 12936 -8
===========================================
- Hits 33605 33524 -81
+ Misses 16276 16242 -34 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
just curious - why is thunk middleware required here ?
There was a problem hiding this comment.
Because useKnownMethodDataInTransaction, which is further down the component chain needs to be able to dispatch actions.
ui/pages/confirmations/components/confirm/info/hooks/known-method-data-in-transaction.ts
Outdated
Show resolved
Hide resolved
ui/pages/confirmations/components/confirm/info/shared/transaction-details.tsx
Outdated
Show resolved
Hide resolved
ui/pages/confirmations/components/confirm/info/shared/transaction-details.tsx
Outdated
Show resolved
Hide resolved
ui/pages/confirmations/components/confirm/info/shared/transaction-details.tsx
Outdated
Show resolved
Hide resolved
ui/pages/confirmations/components/simulation-details/simulation-details.tsx
Show resolved
Hide resolved
b9dc87e to
6c84c02
Compare
6ca7c44 to
2b1487c
Compare
Builds ready [cbdf3d5]
Page Load Metrics (1050 ± 654 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
cbdf3d5 to
b00c938
Compare
Builds ready [b00c938]
Page Load Metrics (1520 ± 704 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
|
Missing release label release-11.17.0 on PR. Adding release label release-11.17.0 on PR and removing other release labels(release-11.18.0), as PR was added to branch 11.17.0 when release was cut. |
Description
Related issues
Fixes: #23945
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist