diff --git a/apps/ssb/tf-tab-connections.js b/apps/ssb/tf-tab-connections.js index f55c7260..f4a9ac40 100644 --- a/apps/ssb/tf-tab-connections.js +++ b/apps/ssb/tf-tab-connections.js @@ -33,7 +33,9 @@ class TfTabConnectionsElement extends LitElement { render_connection_summary(connection) { if (connection.address && connection.port) { - return html`
Tilde Friends is a platform for building, running, and sharing web applications.
-Available for lots of devices: +
+ Tilde Friends is a platform for building, running, and sharing web + applications. +
++ Available for lots of devices:
- Download - Try It - Code + Download + Try It + Code- Tilde Friends participates in the Secure Scuttlebutt distributed social network. + Tilde Friends participates in the + Secure Scuttlebutt distributed + social network.
- Share apps with friends. Discover new apps made by enemies. Post pictures of your coffee. Or just lurk. + Share apps with friends. Discover new apps made by enemies. Post + pictures of your coffee. Or just lurk.
- The social network integration provides tools for connecting with other people world-wide - while still allowing apps and everything to operate offline. + The social network integration provides tools for connecting with + other people world-wide while still allowing apps and everything to + operate offline.
- See that edit
link near the top left corner of this page? It's there for
- every Tilde Friends app, so you can modify and see your changes right away.
-
- It's kind of like a wiki, but for code!
+ See that edit
link near the top left corner of
+ this page? It's there for every Tilde Friends app, so you can modify
+ and see your changes right away.
It's kind of like a wiki, but for code!
- Tilde Friends tries to make sure apps can be trusted using similar techniques to how web - browsers and operating systems do it. + Tilde Friends tries to make sure apps can be trusted using similar + techniques to how web browsers and operating systems do it.
- This is all a work in progress, and it varies by platform, so don't give it all your - innermost secrets yet, but do kick its tires and - share any surprises you find. + This is all a work in progress, and it varies by platform, so don't + give it all your innermost secrets yet, but do kick its tires and + share any surprises you + find.
Tilde Friends is built using boring, trusted tech.
-Though of course for building Tilde Friends apps, you are free to use whatever fits.
++ Though of course for building Tilde Friends apps, you are free to use + whatever fits. +
-C
@@ -155,7 +235,7 @@CodeMirror
@@ -196,7 +279,10 @@ - \ No newline at end of file + diff --git a/core/app.js b/core/app.js index b4a894c3..5b641001 100644 --- a/core/app.js +++ b/core/app.js @@ -145,7 +145,11 @@ function socket(request, response, client) { action: 'session', credentials: credentials, identities: await ssb.getIdentities(credentials?.session?.name), - identity: await core.getActiveIdentity(credentials?.session?.name, packageOwner, packageName), + identity: await core.getActiveIdentity( + credentials?.session?.name, + packageOwner, + packageName + ), parentApp: parentApp, id: blobId, }), diff --git a/core/auth.html b/core/auth.html index c21aa6be..253a87a5 100644 --- a/core/auth.html +++ b/core/auth.html @@ -81,16 +81,16 @@