1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 11:01:41 +01:00
metamask-extension/ui/app/pages/home
Mark Stacey dd41870f1d
Split TransactionViewBalance component (#8637)
The `TransactionViewBalance` component has been split into three
separate components. This was done primarily to make the asset page
easier to implement. Also the name `TransactionViewBalance` didn't
describe this component very well anymore.

Instead of the Ethereum and token-specific logic being in the same
component, the two cases were split into the `EthOverview` and
`TokenOverview` components respectively. They both use the
`WalletOverview` component, which has the structure shared by both
cases.
2020-05-21 14:33:48 -03:00
..
home.component.js Split TransactionViewBalance component (#8637) 2020-05-21 14:33:48 -03:00
home.container.js Split TransactionViewBalance component (#8637) 2020-05-21 14:33:48 -03:00
index.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
index.scss Update Home tab styles to match new designs (#8590) 2020-05-14 00:16:47 -03:00