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/accounts-engineers (1 files, +1 -0)
👨🔧 @MetaMask/core-extension-ux (1 files, +1 -0)
|
Builds ready [73f334e]
⚡ Performance Benchmarks
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Builds ready [4e934ee]
⚡ Performance Benchmarks
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [a3da540]
⚡ Performance Benchmarks
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
|
gantunesr
left a comment
There was a problem hiding this comment.
Approved for Accounts CO,
ui/components/multichain/account-overview/account-overview-tabs.tsx
Builds ready [feb2d7d]
⚡ Performance Benchmarks
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|


Description
Adds subtle directional sliding animation to the home tabs using CSS view transitions.
Progressive enhancement and applied only to supported browsers.
Changelog
CHANGELOG entry: feat: tab transitions
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
tabs.mov
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk UI-only change that adds an opt-in tab switch animation using the View Transition API, with a Firefox fallback and reduced-motion support.
Overview
Adds an opt-in
animatedprop toTabsthat uses the browser View Transition API to animate tab content with a directional slide (forward/back) when switching tabs, falling back to an immediate update when unsupported or on Firefox.Introduces new
tabs.scsswith thetab-contentview-transition animations (including prefers-reduced-motion handling) and enables the animation for the account overview home tabs by passinganimated.Written by Cursor Bugbot for commit feb2d7d. This will update automatically on new commits. Configure here.