diff --git a/nextgraph/src/lib.rs b/nextgraph/src/lib.rs index 94df7cf..e522284 100644 --- a/nextgraph/src/lib.rs +++ b/nextgraph/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_logo_url = "https://file.nextgraph.org/download/1fd175bb6d7d832156bd5ad4abcdee7e")] +#![doc(html_logo_url = "https://nextgraph.org/nextgraph-logo-192.png")] #![doc(issue_tracker_base_url = "https://git.nextgraph.org/NextGraph/nextgraph-rs/issues")] #![doc(html_favicon_url = "https://nextgraph.org/favicon.svg")] //! # NextGraph framework client library diff --git a/ng-app/src/apps/PostMdViewer.svelte b/ng-app/src/apps/PostMdViewer.svelte index 5811b5d..1342c12 100644 --- a/ng-app/src/apps/PostMdViewer.svelte +++ b/ng-app/src/apps/PostMdViewer.svelte @@ -65,7 +65,7 @@ }).config(nord) .use(commonmark) .use(gfm); - // do not load prism if Safari < 15.4 + // polyfill if Safari < 15.4 if (!Array.prototype.at) { Array.prototype.at = function at(n) { let i = Math.trunc(n) || 0 diff --git a/ng-app/src/lib/Install.svelte b/ng-app/src/lib/Install.svelte index 5e930d4..186177f 100644 --- a/ng-app/src/lib/Install.svelte +++ b/ng-app/src/lib/Install.svelte @@ -51,7 +51,7 @@ {/if}
- +
- +
- +
-
- + diff --git a/ng-app/src/locales/en.json b/ng-app/src/locales/en.json index 3413c66..fc3e7fd 100644 --- a/ng-app/src/locales/en.json +++ b/ng-app/src/locales/en.json @@ -396,7 +396,8 @@ "4": "It will be possible in the future to use NextGraph without any broker and to have direct connections between peers, but this will imply a less smooth experience.", "5": "At anytime you can decide to switch to another broker service provider or host it yourself. Your data is totally portable and can freely move to another broker.", "6": "Soon we will offer you the opportunity to host your own broker at home or office. Instead of using a \"broker service provider\", you will own a small device that you connect behind your internet router. It is called NG Box and will be available soon.", - "7": "Organizations and companies have the opportunity to host a broker on-premise or in the cloud, as the software is open source. Individuals can also self-host a broker on any VPS server or at home, on their dedicated hardware." + "7": "Organizations and companies have the opportunity to host a broker on-premise or in the cloud, as the software is open source. Individuals can also self-host a broker on any VPS server or at home, on their dedicated hardware.", + "8": "You can also start by installing the Native App and create the wallet from there, and select the broker also from the app.
At any time you will be able to transfer your Wallet from one device to another (including from the web-app and the native apps)." }, "choose_broker": "Please choose one broker among the list", "register_with_broker": "Register with {broker}", @@ -406,6 +407,7 @@ "scan_invite_qr": "Scan an invitation QR-code", "self_hosted_broker": "Self-hosted broker", "ng_box": "NG Box (owned or invited)", + "install_app": "Install the app", "registration_success": "You have been successfully registered to {broker}", "choose_pin": { "title": "Let's start creating your wallet by choosing a PIN code", diff --git a/ng-app/src/routes/WalletCreate.svelte b/ng-app/src/routes/WalletCreate.svelte index f17286c..46b8a8c 100644 --- a/ng-app/src/routes/WalletCreate.svelte +++ b/ng-app/src/routes/WalletCreate.svelte @@ -525,7 +525,7 @@ -
+
{#if wait}
{#if wait === true} @@ -768,7 +768,7 @@
-