diff --git a/apps/intro.json b/apps/intro.json index 707f795a..74e0fad1 100644 --- a/apps/intro.json +++ b/apps/intro.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "📦", - "previous": "&To+YNrnau33KxhwpnZK7ctSLK/S/2KgEHJXYxffCels=.sha256" + "previous": "&jv/hWMidzVn7apsmPSWQRETz/saDQ79EPGgWVv+qPt0=.sha256" } diff --git a/apps/intro/app.js b/apps/intro/app.js index 4dae5544..42a23c62 100644 --- a/apps/intro/app.js +++ b/apps/intro/app.js @@ -1,5 +1,13 @@ +import * as tfrpc from '/tfrpc.js'; + async function main() { await app.setDocument(utf8Decode(getFile('index.html'))); } +tfrpc.register(async function complete() { + if ((await core.globalSettingsGet('index')) == '/~core/intro/') { + return await core.globalSettingsSet('index', '/~core/ssb/'); + } +}); + main(); diff --git a/apps/intro/index.html b/apps/intro/index.html index b3c4594f..56c479f4 100644 --- a/apps/intro/index.html +++ b/apps/intro/index.html @@ -41,7 +41,7 @@
~😎 Tilde Friends.
@@ -59,7 +59,7 @@
@@ -101,9 +101,7 @@ target="_blank" >See scuttlebutt.nz - +
@@ -172,9 +170,7 @@ @@ -183,42 +179,21 @@ class="w3-text-white w3-xlarge w3-center w3-flex" style="width: 100%; flex: 0 1; flex-direction: row; align-items: center" > -
+
- - - - - -
+ + + + + +
-