-
Notifications
You must be signed in to change notification settings - Fork 925
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
fix: add tx fee value loading indicators to panel #16945
fix: add tx fee value loading indicators to panel #16945
Conversation
71638cb
to
9f43cd6
Compare
A Storybook has been deployed to preview UI for the latest push |
return | ||
} | ||
store.dispatch(WalletActions.setSolFeeEstimates({ fee: getSolFee.fee })) | ||
store.dispatch(WalletActions.setSolFeeEstimates({ fee })) |
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.
Just a remark not related to your PR - I've always felt it's weird to store transaction-specific fees in a global state that's shared by everyone.
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.
LGTM!
9f43cd6
to
c6be81c
Compare
A Storybook has been deployed to preview UI for the latest push |
c6be81c
to
684088a
Compare
A Storybook has been deployed to preview UI for the latest push |
684088a
to
7880b1d
Compare
A Storybook has been deployed to preview UI for the latest push |
7880b1d
to
9740978
Compare
A Storybook has been deployed to preview UI for the latest push |
This reverts commit 2116c45.
Resolves brave/brave-browser#23663
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Scenario 1: Shows loading indicator while loading transaction fees
Screen.Recording.2023-01-31.at.5.39.36.PM.mov
Scenario 2: Shows an error message if an error occurs while loading transaction fees
(use a different selected network than the transaction's network)
Screen.Recording.2023-01-31.at.5.41.09.PM.mov