Browse Source

few more changes to easydex dashboard

master
Satinder Grewal 8 years ago
parent
commit
a72772afca
  1. 3
      assets/scripts/dashboard.js
  2. 4
      assets/scripts/sidebar.js
  3. 15
      index.html

3
assets/scripts/dashboard.js

@ -510,7 +510,10 @@ function edexCoinBtnAction() {
$('.edexcoin-logo').click(function() {
console.log($(this).data('edexcoincode'));
$('#edexcoin_dashoard_section').show();
$('#header-dashboard').show();
$('#wallet-widgets').show();
$('#edexcoin_dashboardinfo').show();
$('#no_wallet_selected').hide();
$('#edexcoin_send').hide();
$('#edexcoin_recieve_section').hide();
$('#edexcoin_settings').hide();

4
assets/scripts/sidebar.js

@ -2,7 +2,7 @@
$(document).ready(function() {
$('#section-dashboard').show();
$('#header-dashboard').show();
//$('#header-dashboard').show();
$('#section-easydex').hide();
$('#section-extcoin').hide();
$('#section-zcash').hide();
@ -26,7 +26,7 @@ $(document).ready(function() {
$('#nav-dashboard').on('click', function() {
$('#section-dashboard').show();
$('#header-dashboard').show();
//$('#header-dashboard').show();
$('#section-easydex').hide();
$('#section-extcoin').hide();
$('#section-zcash').hide();

15
index.html

@ -462,8 +462,17 @@
<div class="page-main" id="section-dashboard" data-edexcoin="COIN">
<div class="col-xs-12 padding-top-20" id="no_wallet_selected">
<div class="alert alert-info alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<span style="font-size:24px; text-align: center;"><i class="icon fa-paw" aria-hidden="true"></i> NO WALLET SELECTED</span></a>.
</div>
</div>
<!-- Begin page header -->
<div class="page-header page-header-bordered header-easydex" id="header-dashboard" data-edexcoin="COIN">
<div class="page-header page-header-bordered header-easydex" id="header-dashboard" data-edexcoin="COIN" style="display: none;">
<ol class="breadcrumb" data-edexcoin="COIN">
<b>My <span data-edexcoin="COIN" id="edexcoin-active">-</span> Address: </b> <span data-edexcoin="COIN" id="edexcoin_active_addr">-</span>
</ol>
@ -489,7 +498,7 @@
</div>
</div>
<!-- End page header -->
<div class="" id="wallet-widgets" data-plugin="masonry" data-edexcoin="COIN">
<div class="" id="wallet-widgets" data-plugin="masonry" data-edexcoin="COIN" style="display: none;">
<div class="col-xs-12">
<div class="col-lg-6 col-xs-12" data-edexcoin="COIN" id="edexcoin_getbalance_t">
<!-- EasyDEX Total Balance Widget-->
@ -526,7 +535,7 @@
</div>
</div>
<div data-edexcoin="COIN" id="edexcoin_dashboardinfo">
<div data-edexcoin="COIN" id="edexcoin_dashboardinfo" style="display: none;">
<div class="col-xs-12 margin-top-20">
<!-- Iguana Wallet Settings Box Tab -->
<div class="panel nav-tabs-horizontal">

Loading…
Cancel
Save