-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
refactor: Use selectors for account tracker controller state access #6762
refactor: Use selectors for account tracker controller state access #6762
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. |
app/components/UI/AccountFromToInfoCard/AccountFromToInfoCard.types.tsx
Outdated
Show resolved
Hide resolved
4dabc06
to
92b5136
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.
LGTM!
92b5136
to
68f0895
Compare
Passing e2e test run here: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/8cd2a343-e352-45e1-ba61-b9dbd5a79664 |
114eb54
to
b54e70b
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.
LGTM
b54e70b
to
c20ad4a
Compare
c20ad4a
to
1461dc6
Compare
1461dc6
to
0e469a6
Compare
822e806
to
49aa729
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.
Looks good!
1811590
to
56ce2ca
Compare
56ce2ca
to
5e26d78
Compare
Kudos, SonarCloud Quality Gate passed! |
Description
Account Tracker controller Redux state is now accessed excusively through selectors. This makes future state changes easier to manage.
Most of these changes consist of replacing the direct access to AccountTrackerController State, by selectors.
Issue
Relates to https://github.com/MetaMask/mobile-planning/issues/1059
Checklist