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 Permissions: Do not display HTTP/HTTPS URL schemes for unique hosts (#8768) 2020-06-09 13:56:24 -07:00
confirm-transaction.js Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
custom-gas.js Rename preferencesSelector selector to getPreferences (#8647) 2020-05-26 03:41:58 -02:30
first-time-flow.js Consolidate send, onboarding selectors (#8501) 2020-05-04 08:22:34 -07:00
index.js Refactor token selectors (#8671) 2020-05-28 21:43:44 -03:00
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 Use send state for send flow token (#8695) 2020-05-29 14:46:10 -03:00
transactions.js Remove getTxParams (#8676) 2020-05-28 16:39:33 -03:00