-
Notifications
You must be signed in to change notification settings - Fork 5.4k
fix: edit account circular dependency #37765
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
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. |
✨ Files requiring CODEOWNER review ✨👨🔧 @MetaMask/core-extension-ux (1 files, +1 -1)
🔒 @MetaMask/extension-security-team (1 files, +0 -5)
👨🔧 @dbrans (1 files, +0 -5)
👨🔧 @HowardBraham (1 files, +0 -5)
|
Builds ready [77c4c44]
UI Startup Metrics (1221 ± 84 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
HowardBraham
left a comment
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.
Yay!
MajorLift
left a comment
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.
Nice
Description
Fix the edit-account-modal circular dependency
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Removes a circular dependency by updating
AccountListItemimport inedit-accounts-modaland reflecting the change indevelopment/circular-deps.jsonc.ui/components/multichain/edit-accounts-modal/*fromdevelopment/circular-deps.jsonc.ui/components/multichain/edit-accounts-modal/edit-accounts-modal.tsx: UpdateAccountListItemimport from..to../account-list-itemto break the cycle.Written by Cursor Bugbot for commit 77c4c44. This will update automatically on new commits. Configure here.