From eb07fe993beb0daa570300c97419fec7decba5f0 Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Mon, 10 Oct 2016 02:15:24 +1300 Subject: [PATCH] updated wallet settings section, added atomic explorer base section --- assets/css/dashboard.css | 4 ++ assets/global/fonts/.DS_Store | Bin 0 -> 6148 bytes assets/scripts/dashboard.js | 4 +- assets/scripts/sidebar.js | 33 ++++++++++++-- index.html | 82 +++++++++++++++++++++++++++------- 5 files changed, 102 insertions(+), 21 deletions(-) create mode 100644 assets/global/fonts/.DS_Store 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 0000000000000000000000000000000000000000..5644a4071a87c9cb8afb1e58053bb604b172d530 GIT binary patch literal 6148 zcmeHK%}N6?5T4YkSw!qXP;a?-tI%2%FTzsm!JAOggNp9jq6>8+-K~q(%07p_kuTuu zIFqE(QauSGWd-TGw?Xude)&^zOuU2+zWwle=8Vo$SvR>Ugyt;dQ>OT)&UM;}_|3xE94u|lD z#y4wyXm;a{j&CqJtQ=M_G6T#2GccVDxZO@JOy}}=Rm=c0@CycLe^97|zQf$2**dVH z>m$XBgd}LwTY^wI^d06FF@hp&DWWYE?uj96Ir^2$^Bv|EZ8-=tGmhhC7Vd>2% 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 @@