From e701aa86db20b315b52868c3522ad7645ee6ca48 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 4 Jan 2024 18:33:41 +0100 Subject: [PATCH] UPlanet /g1gate Application --- earth/g1gate/changelog.html | 53 +++++++++++++++++++++++++++++++++++++ earth/g1gate/index.html | 23 +++++++++------- 2 files changed, 66 insertions(+), 10 deletions(-) create mode 100644 earth/g1gate/changelog.html diff --git a/earth/g1gate/changelog.html b/earth/g1gate/changelog.html new file mode 100644 index 0000000..75598b3 --- /dev/null +++ b/earth/g1gate/changelog.html @@ -0,0 +1,53 @@ + + + + +Journal de bord 🜶 Ğ1Gate + + +
+

Journal de bord 🜶 Ğ1Gate

+

+ + « Revenir à Ğ1Gate + +

+
+
+ +
+

2023-oct-20

+
    +
  • Seulement 10 noms de profils Cesium Plus s'affichaient ; la limite est maintenant égale au nombre de transactions.
  • +
+
+ +
+

2023-sept-22

+
    +
  • Récupération des résultats les plus récents au lieu des plus anciens
  • +
  • Ajour du filtrage par date
  • +
+
+ + +
+

2023-août-19

+
    +
  • Gestion des clefs qui contiennent une somme de vérification
  • +
+
+ + +
+

2023-août-16

+
    +
  • Première version de Ğ1Gate
  • +
+
+ +
+ + + + diff --git a/earth/g1gate/index.html b/earth/g1gate/index.html index febf8ba..8afe750 100644 --- a/earth/g1gate/index.html +++ b/earth/g1gate/index.html @@ -12,34 +12,32 @@
-

Où va la Ğ1 ?

-

- Explorez la blockchain Ğ1 pour savoir où va la Ğ1. + ZenCard Transactions

- +

@@ -51,8 +49,8 @@ Follow the money

- - Journal de bord + + Journal de versions

@@ -63,9 +61,14 @@ const urlParams = new URLSearchParams(window.location.search); const pubkey = urlParams.get('pubkey'); + const minDate = urlParams.get('minDate'); + // ?pubkey=J8vnw1A2SSxEbDnufqk...&txLimit=200&minDate=2023-12-04#expenses const pubkeyElement = document.querySelector('input[name="pubkey"]'); + const minDateElement = document.querySelector('input[name="minDate"]'); + pubkeyElement.value = pubkey || '(⌐■_■)' + minDateElement.value = minDate || '2017-03-08'