feat: Add new content on the STX status page#24772
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. |
7b69813 to
d2aa0b6
Compare
Builds ready [d2aa0b6]
Page Load Metrics (169 ± 203 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
d2aa0b6 to
d07ef74
Compare
| if (!isDapp || !isSmartTransactionPending) { | ||
| return null; | ||
| } | ||
| const t = useI18nContext(); |
There was a problem hiding this comment.
Just a heads-up, it’s best to place hooks at the top of the render to avoid calling them conditionally like this.
There was a problem hiding this comment.
I've updated the code. Ideally we would have it as a part of our linting process, because right now this rule is not enforced there.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #24772 +/- ##
===========================================
+ Coverage 65.77% 65.78% +0.01%
===========================================
Files 1366 1366
Lines 54238 54244 +6
Branches 14108 14109 +1
===========================================
+ Hits 35670 35680 +10
+ Misses 18568 18564 -4 ☔ View full report in Codecov by Sentry. |
Builds ready [ad7d112]
Page Load Metrics (679 ± 509 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Adds and update tests, update a message
ad7d112 to
ca36630
Compare
Builds ready [ca36630]
Page Load Metrics (544 ± 455 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
|
Missing release label release-11.16.1 on PR. Adding release label release-11.16.1 on PR and removing other release labels(release-11.18.0), as PR was cherry-picked in branch 11.16.1. |
Description
On the STX status page you will now see this text for a pending dapp transaction:
You may close this window anytime.Related issues
Fixes:
Manual testing steps
You may close this window anytime.Close extensionbutton when the transaction is not pending anymoreScreenshots/Recordings
Pre-merge author checklist
Pre-merge reviewer checklist