-
Notifications
You must be signed in to change notification settings - Fork 5k
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
chore: remove MMI UI code #29884
chore: remove MMI UI code #29884
Conversation
9d8b59d
to
b470fab
Compare
Builds ready [9d8b59d]
Page Load Metrics (2066 ± 269 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
d7d5042
to
749bfb1
Compare
@@ -61,6 +61,7 @@ export enum IconName { | |||
Connect = 'connect', | |||
CopySuccess = 'copy-success', | |||
Copy = 'copy', | |||
Custody = 'custody', |
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.
The snaps SDK exports a type that contains this, so we can't remove this without causing typescript errors
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.
Builds ready [749bfb1]
Page Load Metrics (1869 ± 86 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Builds ready [c407b74]
Page Load Metrics (1688 ± 91 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Builds ready [f21a6ad]
Page Load Metrics (1723 ± 72 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Builds ready [3358806]
Page Load Metrics (1904 ± 56 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
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.
@@ -61,6 +61,7 @@ export enum IconName { | |||
Connect = 'connect', | |||
CopySuccess = 'copy-success', | |||
Copy = 'copy', | |||
Custody = 'custody', |
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 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! Verified the componenents in multichain directory
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 like we need to make the same deletions in en_GB
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.
Our linter script must not consider en_GB
. Consider this as non-blocking, we can fix that separately. There may be other discrepencies with that locale as well, since the linter misses it.
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.
Tracked here: #29965
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.
Reviewed Confirmations directories.
ui/pages/confirmations/components/signature-request-original/signature-request-original.test.js
Show resolved
Hide resolved
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! As George highlighted, there are a couple more custody/institutional references in UI tests/mock data/stypes, but we can remove those separately
Description
As part of the MMI deprecation and code removal, it's necessary to remove the fenced UI code before the background code, since the UI code is lower in the dependency chain.
This PR removes any code that's inside a @build-mmi code fence. In order to satisfy various requirements this also means removing unused imports, which the PR also deletes.
The PR also removes tests (which have never been code fenced) because in many cases they are caused by fenced code.
In addition, any non-fenced code which is known to be MMI specific is removed.
It does not remove inverse MMI code fences, i.e. fences which are there to stop things running in MMI and are now redundant. This is for the sake of keeping the PR a bit smaller. Those will be removed in the next PR.
Related issues
Fixes: #29782
Manual testing steps
Not applicable, as no new feature is added. However, many/most UI features are touched.
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist