diff --git a/src/js/controllers/feedback/complete.js b/src/js/controllers/feedback/complete.js index c337e14f9..ad2ee0e40 100644 --- a/src/js/controllers/feedback/complete.js +++ b/src/js/controllers/feedback/complete.js @@ -31,6 +31,10 @@ angular.module('copayApp.controllers').controller('completeController', function }; $scope.$on("$ionicView.beforeEnter", function(event, data) { + if(window.StatusBar){ + StatusBar.show(); + } + storageService.getFeedbackInfo(function(error, info) { var feedbackInfo = JSON.parse(info); feedbackInfo.sent = true; @@ -78,4 +82,10 @@ angular.module('copayApp.controllers').controller('completeController', function } }, 100); }); + + $scope.$on("$ionicView.afterLeave", function(event, data) { + if(window.StatusBar){ + StatusBar.show(); + } + }); }); diff --git a/src/js/controllers/feedback/send.js b/src/js/controllers/feedback/send.js index a849d97e9..cf87afa90 100644 --- a/src/js/controllers/feedback/send.js +++ b/src/js/controllers/feedback/send.js @@ -57,11 +57,11 @@ angular.module('copayApp.controllers').controller('sendController', function($sc break; case 5: $scope.reaction = gettextCatalog.getString("Thank you!"); - $scope.comment = gettextCatalog.getString("We're always looking for ways to improve BitPay wallet.") + ' ' + gettextCatalog.getString("Is there anything we could do better?"); + $scope.comment = gettextCatalog.getString("We're always looking for ways to improve BitPay.") + ' ' + gettextCatalog.getString("Is there anything we could do better?"); break; default: $scope.reaction = gettextCatalog.getString("Feedback!"); - $scope.comment = gettextCatalog.getString("We're always looking for ways to improve BitPay wallet. How could we improve your experience?"); + $scope.comment = gettextCatalog.getString("We're always looking for ways to improve BitPay. How could we improve your experience?"); break; } }); diff --git a/src/sass/views/feedback/complete.scss b/src/sass/views/feedback/complete.scss index 05cfde3fa..9416dfd50 100644 --- a/src/sass/views/feedback/complete.scss +++ b/src/sass/views/feedback/complete.scss @@ -20,6 +20,7 @@ .subtitle { padding: 10px 30px 20px 40px; text-align: center; + color: $mid-gray; } .icon-svg > img { height: 16rem; diff --git a/src/sass/views/feedback/rateApp.scss b/src/sass/views/feedback/rateApp.scss index 9f44f5920..7b4e399ee 100644 --- a/src/sass/views/feedback/rateApp.scss +++ b/src/sass/views/feedback/rateApp.scss @@ -1,7 +1,7 @@ #rate-app { background-color: #ffffff; .skip { - margin: 10px; + margin-top: 15px; color: #667; } .icon-svg > img { @@ -18,6 +18,7 @@ } .subtitle { padding: 10px 30px 20px 40px; + color: #667; } .buttons { bottom: 0; diff --git a/src/sass/views/feedback/send.scss b/src/sass/views/feedback/send.scss index 284975501..32ef17a1a 100644 --- a/src/sass/views/feedback/send.scss +++ b/src/sass/views/feedback/send.scss @@ -1,13 +1,13 @@ #send-feedback { background-color: #ffffff; .row { - padding: 20px; border: none; } .skip { - margin: 8px 20px 10px; - color: #667; - text-decoration: none; + color: rgba(255, 255, 255, 0.3); + } + .feedback-heading { + padding-top: 20px } .title { padding-left: 10px; @@ -20,17 +20,17 @@ padding-right: 15px; } .comment { - padding: 20px; + padding: 0 20px 20px; font-size: 1rem; line-height: 1.5em; font-weight: 300; color: $dark-gray; } - textarea { - padding: 20px; + .user-feedback { border-top: 1px solid $subtle-gray; padding: 20px; width: 100%; + height: 6rem; } .send-feedback-star { height: 1rem; diff --git a/www/views/feedback/complete.html b/www/views/feedback/complete.html index 07f6730a8..081602781 100644 --- a/www/views/feedback/complete.html +++ b/www/views/feedback/complete.html @@ -5,7 +5,7 @@
-
Invite friends to BitPay Wallet!
+
Invite friends to BitPay!
diff --git a/www/views/feedback/rateApp.html b/www/views/feedback/rateApp.html index 476646919..2d289c19a 100644 --- a/www/views/feedback/rateApp.html +++ b/www/views/feedback/rateApp.html @@ -10,10 +10,10 @@
- 5-star ratings help us get BitPay Wallet into more hands, and more users means more resoucers can be committed to the app! + 5-star ratings help us get BitPay into more hands, and more users means more resoucers can be committed to the app!
- Would you be willing to rate BitPay Wallet in the app store? + Would you be willing to rate BitPay in the app store?
+ - -
+