feat(design): improve wallet settings view and wallet settings alias view
This commit is contained in:
parent
cf35248c7e
commit
9ec7d5f38c
3 changed files with 22 additions and 8 deletions
|
|
@ -1,17 +1,21 @@
|
|||
<ion-view>
|
||||
<ion-view class="settings">
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title>
|
||||
{{'Alias'|translate}}
|
||||
{{'Wallet Name'|translate}}
|
||||
</ion-nav-title>
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
</ion-nav-bar>
|
||||
<ion-content>
|
||||
<div class="settings-explaination">
|
||||
<div class="settings-heading" translate>What do you call this wallet?</div>
|
||||
<div class="settings-description" translate>When this wallet was created, it was called "{{walletName}}". You can change how the name is displayed on this device below.</div>
|
||||
</div>
|
||||
<form name="aliasForm" ng-submit="save(aliasForm)" novalidate>
|
||||
<div class="card list">
|
||||
<div class="list settings-list">
|
||||
<label class="item item-input item-stacked-label">
|
||||
<span class="input-label" transalate>Alias for {{walletName}}</span>
|
||||
<input type="text" id="alias" name="alias" ng-model="alias.value" placeholder="John" required>
|
||||
<span class="input-label" transalate>Name</span>
|
||||
<input type="text" id="alias" name="alias" ng-model="alias.value" placeholder="Personal Wallet" required>
|
||||
</label>
|
||||
</div>
|
||||
<button type="submit"
|
||||
|
|
@ -20,6 +24,5 @@
|
|||
Save
|
||||
</button>
|
||||
</form>
|
||||
<div class="text-center" translate>Changing wallet alias only affects the local wallet name.</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue