From 6423b3e4792cbfc0f63232197b04b0d11535bb40 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 1 Oct 2025 19:12:31 -0400 Subject: [PATCH] ssb: Consolidate the connection sidebar options. Three copies on-screen is too many. --- apps/ssb.json | 2 +- apps/ssb/tf-tab-news.js | 44 ++++++++++++++--------------------------- 2 files changed, 16 insertions(+), 30 deletions(-) diff --git a/apps/ssb.json b/apps/ssb.json index e9436ca19..db1108977 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🦀", - "previous": "&CvV0TK1E0a2bOQSvieNbxsJg0JHeuDNWBsL+vEJLoKs=.sha256" + "previous": "&TLyYxmhqnHA1BlsJjFEOjCjShomGMA4Zpq3XADV7j6Q=.sha256" } diff --git a/apps/ssb/tf-tab-news.js b/apps/ssb/tf-tab-news.js index 6864344b5..1bf2011ff 100644 --- a/apps/ssb/tf-tab-news.js +++ b/apps/ssb/tf-tab-news.js @@ -211,35 +211,6 @@ class TfTabNewsElement extends LitElement { > × - ${this.is_administrator - ? html` - - - ` - : undefined} ${this.hash.startsWith('##') && this.channels.indexOf(this.hash.substring(2)) == -1 ? html` @@ -334,6 +305,21 @@ class TfTabNewsElement extends LitElement { > ↻ Sync now +