-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: add favicon fetching hook #6951
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. |
…ask-mobile into fix/1161_favicon_download
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
a1fe642
to
d4b4bdf
Compare
d4b4bdf
to
b7d0324
Compare
PR for home.metamask.io @NicolasMassart @cortisiko it appears the 188 cannot be tested unless merged. I'll ask to hold of to next sprint so that both PR's can be merged and tested in parallel. Please let me know if that doesn't make sense. |
# Conflicts: # app/core/AppConstants.ts
…ask-mobile into fix/1161_favicon_download
As discussed with @cortisiko;
|
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.
Code LGTM.
Added Do not merge label. Should be part of 7.11.0 |
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.
✅ ✅ ✅ ✅ ✅ ✅
Kudos, SonarCloud Quality Gate passed! |
Description
yarn format
tool so that we can run it in our branches without having tons of unexpected changes on unrelated filesIssue
fixes https://github.com/MetaMask/mobile-planning/issues/1161
E2E tests
🟢 Pipeline build #9783
Checklist
Test Scenarios
Scenario: Website favicon should appear next to an autocompleted result when searching for websites with a favicon
Case: This is a normal use case of autocompleting a dapp that exists in the dapps list
open
in the search baropensea.io
Scenario: Fallback letter should appear next to an autocompleted result when searching for websites without a favicon
Case: this is an error case where the dapp that exists in the dapps list either doesn't have a favicon or favicon is not available.
metamask
in the search barMetamask Ether Faucet (Ropsten)
as the site doesn't exist anymore.Scenario: Website favicon should appear on the browser tabs list
Case: This is a normal use case for websites that have a favicon
app.uniswap.org
in the search bar and validateScenario: Website favicon should appear in connect and permission modals
Case: This is a normal use case for websites that have a favicon
Scenario: Website favicon should appear in transaction modal
Case: This is a normal use case for websites that have a favicon
Scenario: Website favicon should appear in signing modal
Case: This is a normal use case for websites that have a favicon
Scenario: Website favicon should appear in favourites on home page
NOTE: this scenario can not be successful until the home.metamask.io page is also updated
Case: This is a normal use case for websites that have a favicon
Scenario: Website favicon should appear in connect modal when deeplinking from WalletConnect
Case: This is a normal use case for websites that have a favicon
screen-20231010-155602.mp4
Scenario: Website favicon should appear in connect modal when scanning QRCode from SDK enabled dapp
Case: This is a normal use case for websites that use MM SDK
screen-20231011-142702.mp4