1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages/permissions-connect
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 Fix site icon fallback letter (#8815) 2020-06-16 09:57:21 -03:00
redirect Fix site icon size (#8814) 2020-06-15 19:24:23 -03:00
index.js Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
index.scss make redirect flow consistent 2020-06-10 16:44:09 -07:00
permissions-connect.component.js fixup! fix redirect alignment and css class names 2020-06-12 09:09:42 -07:00
permissions-connect.container.js remove home page flicker on notification close 2020-06-10 22:09:04 -07:00