-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 "upgrade to smart account" screen #3375
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 8b92ea1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Coverage Report for Coverage
File Coverage
|
vi.spyOn(CoreHelperUtil, 'isMobile').mockReturnValue(false) | ||
vi.spyOn(AccountController, 'state', 'get').mockReturnValue({ | ||
...AccountController.state, | ||
address: undefined | ||
}) |
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 were some issues with valtio proxy states and web components when trying to use vi.mock('@reown/appkit-core', ()=> ...)
, instead i used vi.spyOn
which works for now 🙏
@@ -265,10 +241,6 @@ export class W3mAccountWalletFeaturesWidget extends LitElement { | |||
}) | |||
RouterController.push('WalletSend') | |||
} | |||
|
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.
given we are removing access to the route, we shuold remove all unnecessary views and specific components to reduce bundle
873c275
to
b0af6d9
Compare
Description
Blocked by this PR #3372
Removed "active your account" tag
Type of change
Associated Issues
For Linear issues: Closes APKT-1183
Checklist