diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css index c345080..4791de0 100644 --- a/assets/css/dashboard.css +++ b/assets/css/dashboard.css @@ -16,4 +16,8 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff702a', endColorstr='#ff3d20',GradientType=1 ); -webkit-box-shadow:0 -4px 27px 0px rgba(0,0,0,0.09); box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.32); +} + +#section-iguana-wallet-settings { + padding-top: 0; } \ No newline at end of file diff --git a/assets/global/fonts/.DS_Store b/assets/global/fonts/.DS_Store new file mode 100644 index 0000000..5644a40 Binary files /dev/null and b/assets/global/fonts/.DS_Store differ diff --git a/assets/scripts/dashboard.js b/assets/scripts/dashboard.js index 6fcbc79..89e7f4c 100644 --- a/assets/scripts/dashboard.js +++ b/assets/scripts/dashboard.js @@ -257,7 +257,7 @@ var Dashboard = function() { } else { handleWalletWidgets(); handleWalletSendRec(); - TotalFiatValue(); + //TotalFiatValue(); } /*setInterval(function() { @@ -270,7 +270,7 @@ var Dashboard = function() { console.log('=> No wallet logged in. No need to get Rates.'); StopTotalFiatValue(); } else { - TotalFiatValue(); + //TotalFiatValue(); //console.log('Get Rates (every 60 seconds)'); } }, 1000); diff --git a/assets/scripts/sidebar.js b/assets/scripts/sidebar.js index 28a7a19..03a2222 100644 --- a/assets/scripts/sidebar.js +++ b/assets/scripts/sidebar.js @@ -4,10 +4,12 @@ $(document).ready(function() { $('#section-dashboard').show(); $('#header-dashboard').show(); $('#section-easydex').hide(); + $('#section-iguana-atomic-explorer').hide(); $('#section-iguana-wallet-settings').hide(); $('#section-about-iguana').hide(); $('#nav-dashboard').removeClass( "" ).addClass( "active open" ); $('#nav-easydex').removeClass( " active open" ).addClass( "" ); + $('#nav-iguana-atomic-explorer').removeClass( " active open" ).addClass( "" ); $('#nav-iguana-wallet-settings').removeClass( " active open" ).addClass( "" ); $('#nav-about-iguana').removeClass( " active open" ).addClass( "" ); $(".header-easydex-section").text("Dashboard") @@ -18,10 +20,12 @@ $('#nav-dashboard').on('click', function() { $('#section-dashboard').show(); $('#header-dashboard').show(); $('#section-easydex').hide(); + $('#section-iguana-atomic-explorer').hide(); $('#section-iguana-wallet-settings').hide(); $('#section-about-iguana').hide(); $('#nav-dashboard').removeClass( "" ).addClass( "active open" ); $('#nav-easydex').removeClass( " active open" ).addClass( "" ); + $('#nav-iguana-atomic-explorer').removeClass( " active open" ).addClass( "" ); $('#nav-iguana-wallet-settings').removeClass( " active open" ).addClass( "" ); $('#nav-about-iguana').removeClass( " active open" ).addClass( "" ); $(".header-easydex-section").text("Dashboard") @@ -32,37 +36,58 @@ $('#nav-easydex').on('click', function() { $('#header-dashboard').hide(); $('#section-easydex').show(); $('#section-about-iguana').hide(); + $('#section-iguana-atomic-explorer').hide(); $('#section-iguana-wallet-settings').hide(); $('#nav-dashboard').removeClass( " active open" ).addClass( "" ); $('#nav-easydex').removeClass( "" ).addClass( "active open" ); + $('#nav-iguana-atomic-explorer').removeClass( " active open" ).addClass( "" ); $('#nav-iguana-wallet-settings').removeClass( " active open" ).addClass( "" ); $('#nav-about-iguana').removeClass( " active open" ).addClass( "" ); $(".header-easydex-section").text("EasyDEX") }); -$('#nav-about-iguana').on('click', function() { +$('#nav-iguana-atomic-explorer').on('click', function() { $('#section-dashboard').hide(); $('#header-dashboard').hide(); $('#section-easydex').hide(); + $('#section-iguana-atomic-explorer').show(); $('#section-iguana-wallet-settings').hide(); - $('#section-about-iguana').show(); + $('#section-about-iguana').hide(); $('#nav-dashboard').removeClass( " active open" ).addClass( "" ); $('#nav-easydex').removeClass( " active open" ).addClass( "" ); + $('#nav-about-iguana').removeClass( " active open" ).addClass( "" ); $('#nav-iguana-wallet-settings').removeClass( " active open" ).addClass( "" ); - $('#nav-about-iguana').removeClass( "" ).addClass( "active open" ); - $(".header-easydex-section").text("About Iguana") + $('#nav-iguana-atomic-explorer').removeClass( "" ).addClass( "active open" ); + $(".header-easydex-section").text("Atomic Explorer") }); $('#nav-iguana-wallet-settings').on('click', function() { $('#section-dashboard').hide(); $('#header-dashboard').hide(); $('#section-easydex').hide(); + $('#section-iguana-atomic-explorer').hide(); $('#section-iguana-wallet-settings').show(); $('#section-about-iguana').hide(); $('#nav-dashboard').removeClass( " active open" ).addClass( "" ); $('#nav-easydex').removeClass( " active open" ).addClass( "" ); $('#nav-about-iguana').removeClass( " active open" ).addClass( "" ); + $('#nav-iguana-atomic-explorer').removeClass( " active open" ).addClass( "" ); $('#nav-iguana-wallet-settings').removeClass( "" ).addClass( "active open" ); $(".header-easydex-section").text("Wallet Settings") }); +$('#nav-about-iguana').on('click', function() { + $('#section-dashboard').hide(); + $('#header-dashboard').hide(); + $('#section-easydex').hide(); + $('#section-iguana-atomic-explorer').hide(); + $('#section-iguana-wallet-settings').hide(); + $('#section-about-iguana').show(); + $('#nav-dashboard').removeClass( " active open" ).addClass( "" ); + $('#nav-easydex').removeClass( " active open" ).addClass( "" ); + $('#nav-iguana-atomic-explorer').removeClass( " active open" ).addClass( "" ); + $('#nav-iguana-wallet-settings').removeClass( " active open" ).addClass( "" ); + $('#nav-about-iguana').removeClass( "" ).addClass( "active open" ); + $(".header-easydex-section").text("About Iguana") +}); + diff --git a/index.html b/index.html index d870649..91756a1 100755 --- a/index.html +++ b/index.html @@ -223,7 +223,7 @@