fix(feedback): improve design on iOS
This commit is contained in:
parent
ad985f25c1
commit
dfcd60e1ef
9 changed files with 35 additions and 21 deletions
|
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
<div ng-show="skipped && isCordova">
|
||||
<div ng-show="score > 3">
|
||||
<div class="title" translate>Invite friends to BitPay Wallet!</div>
|
||||
<div class="title" translate>Invite friends to BitPay!</div>
|
||||
<div class="text-center">
|
||||
<i class="icon addressbook-icon-svg">
|
||||
<img src="img/address-book-add.svg"/>
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="subtitle text-center">
|
||||
<span translate>5-star ratings help us get BitPay Wallet into more hands, and more users means more resoucers can be committed to the app!</span>
|
||||
<span translate>5-star ratings help us get BitPay into more hands, and more users means more resoucers can be committed to the app!</span>
|
||||
</div>
|
||||
<div class="subtitle text-center">
|
||||
<span class="text-bold" translate>Would you be willing to rate BitPay Wallet in the app store?</span>
|
||||
<span class="text-bold" translate>Would you be willing to rate BitPay in the app store?</span>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<button type="submit" class="button button-standard button-primary" ng-click="goAppStore()">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<div class="card" id="rate-card" ng-controller="rateCardController">
|
||||
<div class="item item-icon-right item-heading">
|
||||
<span translate>How do you like BitPay Wallet?</span>
|
||||
<span translate>How do you like BitPay?</span>
|
||||
<a ng-click="hideCard()" ><i class="icon ion-ios-close-empty close-home-tip"></i></a>
|
||||
</div>
|
||||
<div class="row item item-sub" ng-class="{'row-margin': isModal}">
|
||||
|
|
|
|||
|
|
@ -1,11 +1,15 @@
|
|||
<ion-view id="send-feedback">
|
||||
<ion-nav-bar class="bar-royal" ng-show="!score">
|
||||
<ion-nav-back-button>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-back-button ng-if="!score">
|
||||
</ion-nav-back-button>
|
||||
<ion-nav-buttons side="right">
|
||||
<button class="button button-clear skip" ng-click="sendFeedback(null, true)" translate>
|
||||
Skip
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
<a class="right skip" ng-click="sendFeedback(null,true)" href translate>Skip</a>
|
||||
<ion-content class="has-header" scroll="false">
|
||||
<div class="row item item-sub">
|
||||
<div class="row item item-sub feedback-heading">
|
||||
<div class="col col-50">
|
||||
<div class="title">
|
||||
<span>{{reaction}}</span>
|
||||
|
|
@ -27,9 +31,7 @@
|
|||
<div class="comment">
|
||||
<span translate>{{comment}}</span>
|
||||
</div>
|
||||
<div>
|
||||
<textarea ng-model="feedback.value" placeholder="Your ideas, feedback, or comments" row="40"></textarea>
|
||||
</div>
|
||||
<textarea class="user-feedback" ng-model="feedback.value" placeholder="Your ideas, feedback, or comments"></textarea>
|
||||
<button ng-disabled="!feedback.value" type="submit" class="button button-full button-primary" ng-click="sendFeedback(feedback.value, false)" translate>
|
||||
Send
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue