From 2a5d6788c1ff17affe6e2da23f4285b55d2fe0b4 Mon Sep 17 00:00:00 2001 From: TheRON Date: Mon, 8 Jun 2026 04:19:53 -0400 Subject: [PATCH] Updated --- hubzilla/addon/g1wallet/g1wallet_renderer.php | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/hubzilla/addon/g1wallet/g1wallet_renderer.php b/hubzilla/addon/g1wallet/g1wallet_renderer.php index 874ef9f..a5ff67d 100644 --- a/hubzilla/addon/g1wallet/g1wallet_renderer.php +++ b/hubzilla/addon/g1wallet/g1wallet_renderer.php @@ -40,6 +40,15 @@ function g1wallet_render_landing($access) { $out .= '

Your self-sovereign Ğ1 identity. Keys are derived in your browser and never leave your device.

'; $out .= ''; + // Optional participation notice. + $out .= '

'; + $out .= 'The Ğ1 Wallet is optional. '; + $out .= 'Ğ1 is a libre currency independent of fiat, used for valuing and bartering surplus capacity among private individuals. '; + $out .= 'The Civic Infrastructure implements it for participants who choose to engage in that economy. '; + $out .= 'It is not required for participation in the diagnostic record system. '; + $out .= 'Future addons such as Barter will require an active wallet — this page is where you manage it.'; + $out .= '

'; + // Locked view — shown by default. JS hides this and shows unlocked-view on successful derivation. $out .= '
'; $out .= g1wallet_render_unlock_form(); @@ -72,7 +81,7 @@ function g1wallet_render_unlock_form() { $out .= ''; - $out .= '
Your Ğ1 pseudo — the same one you use in Cesium or Ğecko.
'; + $out .= '
Your Ğ1 pseudo — the identifier you chose when creating your Ğ1 account.
'; $out .= '
'; $out .= '
'; @@ -90,14 +99,6 @@ function g1wallet_render_unlock_form() { $out .= ''; $out .= '
'; - $out .= '
'; - $out .= '

'; - $out .= 'Don\'t have a Ğ1 account? You can create one using '; - $out .= 'Cesium or '; - $out .= 'Ğecko.'; - $out .= '

'; - $out .= '
'; - $out .= ''; return $out; } @@ -110,8 +111,6 @@ function g1wallet_render_unlocked_placeholder($access) { // Placeholder for the unlocked wallet interface. // Populated by g1wallet.js once key derivation is implemented. - $pubkey_url = z_root() . '/g1wallet/pubkey'; - $out = '
'; $out .= '
'; $out .= 'Wallet unlocked.';