1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/selectors
Mark Stacey ec10323495
Fix site icon fallback letter (#8815)
The letter chosen for the fallback site icon was being set
inconsistently throughout the extension. The connect flow was using the
first letter of the `origin` for the letter (which was always `H`,
because `HTTP`), but the connect sites list and the account menu were
using the `name` from the domain metadata.

The `name` is now used for the fallback icon everywhere. A selector
that supplied a default domain metadata object has also been augmented
to use the `hostname` rather than the `origin` as a fallback name, to
match the behavior of the inpage provider.
2020-06-16 09:57:21 -03:00
..
tests
confirm-transaction.js
custom-gas.js
first-time-flow.js
index.js
permissions.js Fix handling of permissions of removed accounts (#8803) 2020-06-15 10:27:27 -03:00
selectors.js Fix site icon fallback letter (#8815) 2020-06-16 09:57:21 -03:00
send.js
transactions.js