Moves faucet link to the bottom, update buy.bitcoin.com icon style
This commit is contained in:
parent
e03aab0962
commit
73944ea126
4 changed files with 18 additions and 22 deletions
|
|
@ -16,13 +16,6 @@ angular.module('copayApp.services').factory('bitcoincomService', function($http,
|
||||||
credentials.BITPAY_API_URL = "https://bitpay.com";
|
credentials.BITPAY_API_URL = "https://bitpay.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
var faucetItem = {
|
|
||||||
name: 'faucet',
|
|
||||||
title: 'Free Bitcoin Cash',
|
|
||||||
icon: 'icon-faucet',
|
|
||||||
href: 'https://free.bitcoin.com/'
|
|
||||||
};
|
|
||||||
|
|
||||||
var cashGamesItem = {
|
var cashGamesItem = {
|
||||||
name: 'games',
|
name: 'games',
|
||||||
title: 'Bitcoin Cash Games',
|
title: 'Bitcoin Cash Games',
|
||||||
|
|
@ -51,6 +44,20 @@ angular.module('copayApp.services').factory('bitcoincomService', function($http,
|
||||||
href: 'http://tools.bitcoin.com'
|
href: 'http://tools.bitcoin.com'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
var priceChartItem = {
|
||||||
|
name: 'pricechart',
|
||||||
|
title: 'Bitcoin Price Charts',
|
||||||
|
icon: 'icon-chart',
|
||||||
|
sref: 'tabs.pricechart',
|
||||||
|
};
|
||||||
|
|
||||||
|
var faucetItem = {
|
||||||
|
name: 'faucet',
|
||||||
|
title: 'Free Bitcoin Cash',
|
||||||
|
icon: 'icon-faucet',
|
||||||
|
href: 'https://free.bitcoin.com/'
|
||||||
|
};
|
||||||
|
|
||||||
var _getBitPay = function(endpoint) {
|
var _getBitPay = function(endpoint) {
|
||||||
return {
|
return {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
|
|
@ -77,11 +84,12 @@ angular.module('copayApp.services').factory('bitcoincomService', function($http,
|
||||||
};
|
};
|
||||||
|
|
||||||
var register = function() {
|
var register = function() {
|
||||||
nextStepsService.register(faucetItem);
|
|
||||||
nextStepsService.register(cashGamesItem);
|
nextStepsService.register(cashGamesItem);
|
||||||
nextStepsService.register(newsItem);
|
nextStepsService.register(newsItem);
|
||||||
nextStepsService.register(poolItem);
|
nextStepsService.register(poolItem);
|
||||||
nextStepsService.register(toolsItem);
|
nextStepsService.register(toolsItem);
|
||||||
|
nextStepsService.register(priceChartItem);
|
||||||
|
nextStepsService.register(faucetItem);
|
||||||
};
|
};
|
||||||
|
|
||||||
register();
|
register();
|
||||||
|
|
|
||||||
|
|
@ -3,17 +3,5 @@ angular.module('copayApp.services').factory('pricechartService', function($http,
|
||||||
var root = {};
|
var root = {};
|
||||||
var credentials = {};
|
var credentials = {};
|
||||||
|
|
||||||
var nextStepItem = {
|
|
||||||
name: 'pricechart',
|
|
||||||
title: 'Bitcoin Price Charts',
|
|
||||||
icon: 'icon-chart',
|
|
||||||
sref: 'tabs.pricechart',
|
|
||||||
};
|
|
||||||
|
|
||||||
var register = function() {
|
|
||||||
nextStepsService.register(nextStepItem);
|
|
||||||
};
|
|
||||||
|
|
||||||
register();
|
|
||||||
return root;
|
return root;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.icon-buy-bitcoin2 {
|
&.icon-buy-bitcoin2 {
|
||||||
background-color: #494949;
|
border: 1px solid #faba13;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.icon-reddit-white {
|
&.icon-reddit-white {
|
||||||
|
|
|
||||||
|
|
@ -10025,7 +10025,7 @@ ion-view.deflash-blue:before, ion-view#view-amount:before, ion-view#view-confirm
|
||||||
.big-icon-svg.theme-circle > .bg.icon-shapeshift {
|
.big-icon-svg.theme-circle > .bg.icon-shapeshift {
|
||||||
background-color: #263e5c; }
|
background-color: #263e5c; }
|
||||||
.big-icon-svg.theme-circle > .bg.icon-buy-bitcoin2 {
|
.big-icon-svg.theme-circle > .bg.icon-buy-bitcoin2 {
|
||||||
background-color: #494949; }
|
border: 1px solid #faba13; }
|
||||||
.big-icon-svg.theme-circle > .bg.icon-reddit-white {
|
.big-icon-svg.theme-circle > .bg.icon-reddit-white {
|
||||||
background-image: url("../img/icon-reddit-white.svg");
|
background-image: url("../img/icon-reddit-white.svg");
|
||||||
background-color: #ff4500;
|
background-color: #ff4500;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue