-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(extension): LW-9178 collateral output in tx activity details #844
Conversation
Allure report
smokeTests: ✅ test report for b038bdb4
|
Changes unknown |
aa60611
to
6830627
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good. I posted a few minor improvements. Let me know what do you think.
Thank you @renanvalentin
apps/browser-extension-wallet/src/stores/slices/activity-detail-slice.ts
Outdated
Show resolved
Hide resolved
apps/browser-extension-wallet/src/stores/slices/activity-detail-slice.ts
Outdated
Show resolved
Hide resolved
packages/core/src/ui/components/ActivityDetail/TransactionDetails.tsx
Outdated
Show resolved
Hide resolved
6830627
to
6e66725
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @renanvalentin
f2d14ca
to
711d0e6
Compare
711d0e6
to
1210a21
Compare
@lucas-barros @pczeglik-iohk can you please review this commit: 1210a21 |
@renanvalentin looks good! My only observation is to check if |
switch (status) { | ||
case 'review': | ||
case 'error': | ||
return t('package.core.activityDetails.collateral.tooltip.info'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it would be good to have a dedicated tooltip's text for review and error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a status bar below the collateral when phase 2 fails.
Quality Gate passedIssues Measures |
Checklist
Testing
Visit https://dark-worm-90.deno.dev/
Screenshots