1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/pages/permissions-connect/choose-account
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
..
choose-account.component.js Fix site icon fallback letter (#8815) 2020-06-16 09:57:21 -03:00
index.js Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
index.scss Fix connect flow account list height (#8798) 2020-06-12 18:22:45 -03:00