feat: introduce Accounts Menu screen#25611
Merged
vinnyhoward merged 34 commits intomainfrom Feb 11, 2026
Merged
Conversation
Create new Accounts Menu as entry point from settings tab. Settings is now a sub-screen accessible from the menu. Includes basic layout structure with placeholder sections for Quick Actions, Manage, and Resources.
Contributor
|
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. |
…mask-mobile into feat-tmcu-397-account-menu
…tmcu-397-account-menu
…, remove duplicate routes from old setttings, migrated native primitive react native components into our DS component library
…tmcu-397-account-menu
amandaye0h
reviewed
Feb 6, 2026
amandaye0h
reviewed
Feb 6, 2026
amandaye0h
reviewed
Feb 6, 2026
Co-authored-by: Amanda Yeoh <147617420+amandaye0h@users.noreply.github.com>
Co-authored-by: Amanda Yeoh <147617420+amandaye0h@users.noreply.github.com>
Co-authored-by: Amanda Yeoh <147617420+amandaye0h@users.noreply.github.com>
63bc579
cryptodev-2s
previously approved these changes
Feb 11, 2026
wachunei
previously approved these changes
Feb 11, 2026
gantunesr
reviewed
Feb 11, 2026
tests/smoke/identity/contact-syncing/contact-sync-toggle.spec.ts
Outdated
Show resolved
Hide resolved
cc6905d
wachunei
approved these changes
Feb 11, 2026
gantunesr
approved these changes
Feb 11, 2026
Contributor
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
cryptodev-2s
approved these changes
Feb 11, 2026
|
cortisiko
approved these changes
Feb 11, 2026
brianacnguyen
approved these changes
Feb 11, 2026
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



Description
Implements a new Accounts Menu screen as an intermediary page between the hamburger menu and settings, improving navigation organization for users. This is the first iteration and will eventually look like this
What is the reason for the change?
The settings section is difficult to navigate. This new page organizes settings into logical sections (Settings, Manage, Resources) to improve UX while we plan a full redesign.
What is the improvement/solution?
Created a new AccountsMenu screen with:
NOTE: There will be a follow up PR to address regression related E2E tests. I am working on them at this moment
Changelog
CHANGELOG entry: Added new Accounts Menu screen to organize settings navigation with Settings, Manage, and Resources sections
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/TMCU-397
Manual testing steps
Screenshots/Recordings
First Iteration
Light
light.mov
Dark
dark.mov
Before
~After
~Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Changes the app’s primary navigation path into settings and relocates logout/support links, which could cause regressions in deep links/back navigation and E2E flows despite added unit/snapshot coverage.
Overview
Introduces a new
AccountsMenuscreen that sits between the hamburger/menu entry and the existing settings pages, providing Manage and Resources sections (Settings, Contacts, optional MetaMask Card, optional Permissions, About, Request Feature, Support, and Log out) with associated analytics events and a logout confirmation flow.Updates navigation so the Settings tab and
SettingsFlownow land onRoutes.ACCOUNTS_MENU_VIEWfirst, adds the new route constants, and removes the SDK connections section fromSecuritySettingsplus several resource/contact/logout rows from theSettingsscreen; tests, snapshots, and Detox page objects/smoke tests are updated accordingly.Written by Cursor Bugbot for commit cc6905d. This will update automatically on new commits. Configure here.