-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: move getInternalAccounts
from selectors.js
to accounts.ts
#27645
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Builds ready [80e8075]
Page Load Metrics (1785 ± 92 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
davidmurdoch
force-pushed
the
circles-006
branch
from
October 8, 2024 17:54
cba16ef
to
3e1f4ed
Compare
davidmurdoch
force-pushed
the
circles-007
branch
from
October 8, 2024 17:55
80e8075
to
47b0f89
Compare
davidmurdoch
force-pushed
the
circles-006
branch
2 times, most recently
from
October 8, 2024 18:05
a82ad91
to
f875d38
Compare
davidmurdoch
force-pushed
the
circles-007
branch
from
October 8, 2024 18:06
47b0f89
to
e6df46a
Compare
davidmurdoch
force-pushed
the
circles-007
branch
from
October 8, 2024 20:59
e6df46a
to
77bdf73
Compare
davidmurdoch
added
the
team-tiger
Tiger team (for tech debt reduction + performance improvements)
label
Oct 9, 2024
davidmurdoch
changed the title
move
chore: move Oct 9, 2024
getInternalAccounts
from selectors.js
to accounts.ts
getInternalAccounts
from selectors.js
to accounts.ts
davidmurdoch
changed the title
chore: move
refactor: move Oct 9, 2024
getInternalAccounts
from selectors.js
to accounts.ts
getInternalAccounts
from selectors.js
to accounts.ts
davidmurdoch
force-pushed
the
circles-006
branch
from
October 9, 2024 23:37
23628c4
to
88acbfb
Compare
davidmurdoch
force-pushed
the
circles-007
branch
from
October 16, 2024 19:58
77bdf73
to
baca2f5
Compare
Quality Gate passedIssues Measures |
Builds ready [baca2f5]
Page Load Metrics (1936 ± 70 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
davidmurdoch
force-pushed
the
circles-006
branch
4 times, most recently
from
October 30, 2024 16:14
bb00b2c
to
3f2a9e8
Compare
davidmurdoch
force-pushed
the
circles-007
branch
2 times, most recently
from
October 30, 2024 19:00
96d49b7
to
c377147
Compare
Builds ready [c377147]
Page Load Metrics (1764 ± 79 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
davidmurdoch
force-pushed
the
circles-007
branch
from
November 1, 2024 20:32
c377147
to
3679716
Compare
davidmurdoch
force-pushed
the
circles-007
branch
from
November 1, 2024 20:32
3679716
to
c983298
Compare
HowardBraham
approved these changes
Nov 1, 2024
Builds ready [c983298]
Page Load Metrics (1986 ± 58 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
DDDDDanica
approved these changes
Nov 2, 2024
GuillaumeRx
approved these changes
Nov 4, 2024
Prithpal-Sooriya
approved these changes
Nov 4, 2024
shane-t
approved these changes
Nov 4, 2024
metamaskbot
added
the
release-12.8.0
Issue or pull request that will be included in release 12.8.0
label
Nov 4, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 4, 2024
## **Description** This fixes a poor type from converting a selectors file from JS to TS. Instead of using a custom type for the accounts type, we can just use inferred types. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/28271?quickstart=1) ## **Related issues** Fixes: #27645 (comment) ## **Manual testing steps** N/A these are only type level changes ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
release-12.8.0
Issue or pull request that will be included in release 12.8.0
team-extension-platform
team-tiger
Tiger team (for tech debt reduction + performance improvements)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.