From c52331a23a91a14e88b4798f6c310492b3f9be5f Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 13 Apr 2024 20:07:39 -0400 Subject: [PATCH] format/prettier --- apps/ssb/tf-tab-connections.js | 10 +- apps/welcome/app.js | 2 +- apps/welcome/index.html | 218 +++++++++++++++++++++++---------- core/app.js | 6 +- core/auth.html | 8 +- core/client.js | 48 +++++--- core/core.js | 55 +++++++-- src/httpd.js.c | 2 +- 8 files changed, 242 insertions(+), 107 deletions(-) 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`
${connection.address}:${connection.port}
`; + return html`
+ ${connection.address}:${connection.port} +
`; } else if (connection.tunnel) { return html`
room peer
`; } else { @@ -137,7 +139,11 @@ class TfTabConnectionsElement extends LitElement {

Stored Connections