diff --git a/assets/scripts/tablesort.min.js b/assets/scripts/tablesort.min.js new file mode 100644 index 0000000..2931090 --- /dev/null +++ b/assets/scripts/tablesort.min.js @@ -0,0 +1,5 @@ +/*! + * tablesort v5.0.2 (2017-11-12) + * http://tristen.ca/tablesort/demo/ + * Copyright (c) 2017 ; Licensed MIT +*/!function(){function a(b,c){if(!(this instanceof a))return new a(b,c);if(!b||"TABLE"!==b.tagName)throw new Error("Element must be a table");this.init(b,c||{})}var b=[],c=function(a){var b;return window.CustomEvent&&"function"==typeof window.CustomEvent?b=new CustomEvent(a):(b=document.createEvent("CustomEvent"),b.initCustomEvent(a,!1,!1,void 0)),b},d=function(a){return a.getAttribute("data-sort")||a.textContent||a.innerText||""},e=function(a,b){return a=a.trim().toLowerCase(),b=b.trim().toLowerCase(),a===b?0:a0)if(a.tHead&&a.tHead.rows.length>0){for(e=0;e0&&l.push(k),m++;if(!l)return}for(m=0;m - - - - - -
- {{sumBalance}} - ETHO - / 0.00 $ / 0.00 $ per ETHO
+ + + + + +
+ {{sumBalance}} + ETHO + / 0.00 $ / 0.00 $ per ETHO
- {{#if addressData.length}} - - - - - - - - - - - - {{#addressData}} - - - - - - - - {{/addressData}} - -
NameAddressBalance
{{name}}{{address}}{{balance}}
- {{else}} -
You don't have any wallets, please import them, or create a new one
- {{/if}} + {{#if addressData.length}} + + + + + + + + + + + + {{#addressData}} + + + + + + + + {{/addressData}} + +
NameAddressBalance
+ + {{name}} + {{address}} + + {{balance}}
+ {{else}} +
You don't have any wallets, please import them, or create a new one
+ {{/if}}
-
-
-
- - -
-
- - -
- +
+
+
+ +
+
+ +
+ +
+
-
-
-
- - -
- -
+
+
+
+ + +
+ +
-
-
-
- - -
- -
+
+
+
+ + +
+ +
\ No newline at end of file diff --git a/index.html b/index.html index bb60d80..e243411 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ + @@ -41,6 +42,8 @@ + + @@ -150,7 +153,8 @@
Made under GPL v3.0 - licence
+ licence +
Version:
diff --git a/renderer/wallets.js b/renderer/wallets.js index 97df626..8c48d87 100644 --- a/renderer/wallets.js +++ b/renderer/wallets.js @@ -96,6 +96,7 @@ class Wallets { // the event to tell us that the wallets are rendered $(document).on("render_wallets", function () { + new Tablesort(document.getElementById("addressTable")); $("#addressTable").floatThead(); $("#btnNewAddress").off("click").on("click", function () {