1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey fa3497e39b
Move home notifications upwards in DOM (#8138)
The notifications displayed on the home screen were being passed
through the `TransactionView` and `TransactionList` components before
being rendered. This was unnecessary because the notifications are
absolutely positioned.

They are now rendered directly in the home component where they're
defined. A helper function has been written to improve readability.
2020-02-28 16:27:58 -04:00
..
components Move home notifications upwards in DOM (#8138) 2020-02-28 16:27:58 -04:00
css Extract style for Home component into separate module (#8139) 2020-02-28 16:27:22 -04:00
ducks Delete shapeshift functionality; retain state and display (#8118) 2020-02-26 09:34:46 -08:00
helpers Change permissions connect screen to use browser routing (#8072) 2020-02-27 11:20:05 -04:00
pages Move home notifications upwards in DOM (#8138) 2020-02-28 16:27:58 -04:00
selectors Adding setting for disabling Eth Phishing Detection (#8125) 2020-02-27 02:29:41 -04:00
store Adding setting for disabling Eth Phishing Detection (#8125) 2020-02-27 02:29:41 -04:00