1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/ui/app/pages
Mark Stacey ad5e16cfa7
Fix site icon size (#8814)
A new `SiteIcon` component has been created for showing icons
representing web3 sites. The icon has a border and background, and it
has a fallback in case no icon is given. This new component accepts a
`size` prop that controls the size of the icon.

The old `IconWithFallback` component had a hard-coded size in the
SCSS styles for the icon, which was being overridden in a few places.
It was difficult to customize, and overly complicated.

The old `IconWithFallback` component is still used, but it's now
simpler. It only handles rendering the underlying `img` for the icon,
or the fallback letter if no image is given.

A separate `IconBorder` component has been created for the border and
white background used. It's solely used by `SiteIcon` for now, but I
intend to use it elsewhere as well, where this same pattern of a white
background is embedded.
2020-06-15 19:24:23 -03:00
..
add-token Avoid mutating module export (#8775) 2020-06-10 13:27:35 -03:00
asset Hide token transfers on ETH asset page (#8799) 2020-06-12 23:06:33 -03:00
confirm-add-suggested-token Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
confirm-add-token Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
confirm-approve Refactor confirm approve page (#8757) 2020-06-09 17:10:07 -03:00
confirm-decrypt-message Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
confirm-deploy-contract
confirm-encryption-public-key Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
confirm-send-ether LoginPerSite: Support multiple accounts without automatic switching (#8079) 2020-03-06 13:34:56 -08:00
confirm-send-token Use send state for send flow token (#8695) 2020-05-29 14:46:10 -03:00
confirm-token-transaction-base Refactor token selectors (#8671) 2020-05-28 21:43:44 -03:00
confirm-transaction Add MESSAGE_TYPE enum (#8743) 2020-06-04 16:22:45 -03:00
confirm-transaction-base Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
confirm-transaction-switch Add MESSAGE_TYPE enum (#8743) 2020-06-04 16:22:45 -03:00
connected-accounts Consolidate connected account alerts (#8802) 2020-06-15 12:08:53 -07:00
connected-sites Permissions: Do not display HTTP/HTTPS URL schemes for unique hosts (#8768) 2020-06-09 13:56:24 -07:00
create-account Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
error
first-time-flow Update Seed Phrase Functionality on Account Import (#8730) 2020-06-11 10:24:13 -04:00
home Rename 'History' tab to 'Activity' (#8785) 2020-06-11 17:14:07 -03:00
keychains Fix parsing of seed phrases on import and restore (#8721) 2020-06-03 14:37:07 -02:30
lock
mobile-sync Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
permissions-connect Fix site icon size (#8814) 2020-06-15 19:24:23 -03:00
routes remove cancel redirect 2020-06-10 17:27:47 -07:00
send Remove default sendToken value in send.component.js (#8764) 2020-06-10 11:34:16 -07:00
settings Consolidate connected account alerts (#8802) 2020-06-15 12:08:53 -07:00
unlock-page Await completion of markPasswordForgotten (#8381) 2020-04-22 16:15:22 -03:00
index.js Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
index.scss Implement asset page (#8696) 2020-06-01 14:54:32 -03:00