icon and splashscreen updated, askForCar and askForPackage implemented, visualization of type of travel in the travels view

This commit is contained in:
arnaucode
2017-07-11 22:36:14 +02:00
parent 72111df0d3
commit 24c503eee1
82 changed files with 370 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
<ion-view view-title="{{'Edit_user' | translate}} {{user.username}}">
<ion-content class="has-footer">
<ion-content>
<div class="o_userProfileBackground">
<img ng-src="{{user.avatar}}" class="o_userImgCircular"
ng-click="selectAvatar()"/>
@@ -24,6 +24,10 @@
</p>
</div>
<div class="item">
<p>
<input ng-model="user.faircoinString" class="o_transparentInputBlack"
placeholder="{{'FaircoinWallet' | translate}}">
</p>
<img src="{{user.faircoin}}" style="width: 100%;"
ng-click="selectFaircoinPublicKey()" />
</div>