Updated icons and links (#255)

* added appropriate wallet design

* added new links to settings tab, and associated svg images

* added space below last link in settings list

* hiding links with views not ready

* added help and support link

* updated settings view

* removed empty param
This commit is contained in:
Jamal Jackson 2016-10-07 11:35:43 -04:00 committed by Jason Dreyzehner
commit 5559ce9b3f
8 changed files with 135 additions and 14 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('tabSettingsController', function($scope, $window, uxLanguage, platformInfo, profileService, feeService, configService) {
angular.module('copayApp.controllers').controller('tabSettingsController', function($scope, $window, uxLanguage, platformInfo, profileService, feeService, configService, externalLinkService) {
var updateConfig = function() {
@ -24,6 +24,10 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
$scope.wallets = profileService.getWallets();
};
$scope.openExternalLink = function(url, target) {
externalLinkService.open(url, target);
};
$scope.$on("$ionicView.beforeEnter", function(event, data) {
updateConfig();
});

View file

@ -19,6 +19,15 @@
border-radius: 0;
box-shadow: none;
}
&.circle{
left:8px;
.bg {
border-radius: 50%;
width:30px;
height:30px;
padding:.1rem;
}
}
}
&:before {
display: block;