-
Notifications
You must be signed in to change notification settings - Fork 5.2k
chore: adds solana banner to carousel #32000
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/wallet-ux
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Builds ready [093e35f]
UI Startup Metrics (1203 ± 57 ms)
|
Builds ready [04a53ca]
UI Startup Metrics (1223 ± 62 ms)
|
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!
Builds ready [5a45599]
UI Startup Metrics (1228 ± 64 ms)
Benchmark value 34 exceeds gate value 33 for chrome browserify home p95 getState Sum of mean exceeds: 1ms | Sum of p95 exceeds: 1ms Sum of all benchmark exceeds: 2ms Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [175470e]
UI Startup Metrics (1242 ± 75 ms)
Benchmark value 1243 exceeds gate value 1234 for chrome browserify home mean uiStartup Benchmark value 1075 exceeds gate value 1070 for chrome browserify home mean load Benchmark value 1069 exceeds gate value 1061 for chrome browserify home mean domContentLoaded Benchmark value 1377 exceeds gate value 1365 for chrome browserify home p95 uiStartup Benchmark value 1198 exceeds gate value 1190 for chrome browserify home p95 load Benchmark value 1192 exceeds gate value 1180 for chrome browserify home p95 domContentLoaded Benchmark value 1202 exceeds gate value 1180 for chrome browserify home p95 firstPaint Benchmark value 948 exceeds gate value 940 for chrome browserify home p95 loadScripts Benchmark value 2195 exceeds gate value 2192 for chrome webpack home mean uiStartup Benchmark value 1252 exceeds gate value 1245 for firefox browserify home mean load Benchmark value 1251 exceeds gate value 1239 for firefox browserify home mean domContentLoaded Benchmark value 1233 exceeds gate value 1230 for firefox browserify home mean loadScripts Sum of mean exceeds: 47ms | Sum of p95 exceeds: 62ms Sum of all benchmark exceeds: 109ms Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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!
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** This PR adds the solana banner/slide to the existing carousel, to the 1st position. For users that don't have a solana account, it will invite you to create one when clicked. For Users that already have a solana account it will just focus on it.  ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. --------- Co-authored-by: Alejandro Garcia Anglada <[email protected]>
Description
This PR adds the solana banner/slide to the existing carousel, to the 1st position.
For users that don't have a solana account, it will invite you to create one when clicked.
For Users that already have a solana account it will just focus on it.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist