diff --git a/apps/ssb.json b/apps/ssb.json index 39573215..2a2cd7ca 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🐌", - "previous": "&hKBq89Q1oOiSK8ZtiA67MciAaMNCRK5CuYtOeoX94qU=.sha256" + "previous": "&kHFHpwFhnRVEbFQxuKlOUXPs/eJ2cOvWgS8poXm8WNM=.sha256" } diff --git a/apps/ssb/tf-tab-connections.js b/apps/ssb/tf-tab-connections.js index 45721c07..f55c7260 100644 --- a/apps/ssb/tf-tab-connections.js +++ b/apps/ssb/tf-tab-connections.js @@ -33,9 +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)`; + return html`
room peer
`; } else { return JSON.stringify(connection); } @@ -73,15 +73,17 @@ class TfTabConnectionsElement extends LitElement { render_broadcast(connection) { return html` -
  • +
  • - - ${this.render_connection_summary(connection)} +
    + + ${this.render_connection_summary(connection)} +
  • `; } @@ -115,7 +117,7 @@ class TfTabConnectionsElement extends LitElement { render() { let self = this; return html` -
    +

    New Connection

    - ${x.address}:${x.port} - +
    + +
    ${x.address}:${x.port}
    +
    ` )}

    Local Accounts

    -