feat(design): improve design of all add flows

422
This commit is contained in:
Jason Dreyzehner 2016-10-13 01:31:15 -04:00
commit f5041b09ab
9 changed files with 19 additions and 16 deletions

View file

@ -1,4 +1,4 @@
<ion-view>
<ion-view class="settings">
<ion-nav-bar class="bar-royal">
<ion-nav-title>{{'Create Shared Wallet' | translate}}</ion-nav-title>
<ion-nav-back-button>
@ -7,7 +7,7 @@
<ion-content ng-controller="createController" ng-init="init(3);">
<form name="setupForm" ng-submit="create(setupForm)" novalidate>
<div class="card list">
<div class="list settings-list settings-input-group">
<label class="item item-input item-stacked-label">
<span class="input-label" translate>Wallet name</span>
<input type="text"
@ -19,9 +19,9 @@
</label>
<label class="item item-input item-stacked-label">
<span class="input-label" translate>Your nickname</span>
<span class="input-label" translate>Your name</span>
<input type="text"
placeholder="{{'John'|translate}}"
placeholder="{{'Satoshi'|translate}}"
ng-model="formData.myName"
ng-required="formData.totalCopayers != 1"
ng-disabled="formData.totalCopayers == 1"