|
@ -52,10 +52,9 @@ class AccountPage extends PureComponent<Props> { |
|
|
<Box flow={3}> |
|
|
<Box flow={3}> |
|
|
<Box horizontal> |
|
|
<Box horizontal> |
|
|
<Box> |
|
|
<Box> |
|
|
<Text fontSize={4}>{account.name}</Text> |
|
|
<Text fontSize={8}>{account.name}</Text> |
|
|
</Box> |
|
|
</Box> |
|
|
<Box horizontal align="center" justify="flex-end" grow flow={20}> |
|
|
<Box horizontal align="center" justify="flex-end" grow flow={2}> |
|
|
<Box> |
|
|
|
|
|
<Button primary onClick={() => openModal(MODAL_SEND, { account })}> |
|
|
<Button primary onClick={() => openModal(MODAL_SEND, { account })}> |
|
|
<Box horizontal flow={2} align="center"> |
|
|
<Box horizontal flow={2} align="center"> |
|
|
<Box> |
|
|
<Box> |
|
@ -64,8 +63,6 @@ class AccountPage extends PureComponent<Props> { |
|
|
<Box>{t('send.title')}</Box> |
|
|
<Box>{t('send.title')}</Box> |
|
|
</Box> |
|
|
</Box> |
|
|
</Button> |
|
|
</Button> |
|
|
</Box> |
|
|
|
|
|
<Box> |
|
|
|
|
|
<Button primary onClick={() => openModal(MODAL_RECEIVE, { account })}> |
|
|
<Button primary onClick={() => openModal(MODAL_RECEIVE, { account })}> |
|
|
<Box horizontal flow={2} align="center"> |
|
|
<Box horizontal flow={2} align="center"> |
|
|
<Box> |
|
|
<Box> |
|
@ -74,16 +71,14 @@ class AccountPage extends PureComponent<Props> { |
|
|
<Box>{t('receive.title')}</Box> |
|
|
<Box>{t('receive.title')}</Box> |
|
|
</Box> |
|
|
</Box> |
|
|
</Button> |
|
|
</Button> |
|
|
</Box> |
|
|
|
|
|
<Box> |
|
|
|
|
|
<Button |
|
|
<Button |
|
|
|
|
|
style={{ width: 50 }} |
|
|
icon="sliders-h" |
|
|
icon="sliders-h" |
|
|
color="mouse" |
|
|
color="mouse" |
|
|
onClick={() => openModal(MODAL_SETTINGS_ACCOUNT, { account })} |
|
|
onClick={() => openModal(MODAL_SETTINGS_ACCOUNT, { account })} |
|
|
/> |
|
|
/> |
|
|
</Box> |
|
|
</Box> |
|
|
</Box> |
|
|
</Box> |
|
|
</Box> |
|
|
|
|
|
{accountData && ( |
|
|
{accountData && ( |
|
|
<Fragment> |
|
|
<Fragment> |
|
|
<Box horizontal flow={3}> |
|
|
<Box horizontal flow={3}> |
|
|