From 0ec9010bd48d6e5e813c8d6d8adf7a50f93704c3 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Tue, 2 Dec 2025 19:59:43 -0500 Subject: [PATCH] ssb: Rearrange the navigation bar a bit. --- apps/ssb.json | 2 +- apps/ssb/tf-app.js | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/apps/ssb.json b/apps/ssb.json index affb3b48..45c16ee6 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "πŸ¦€", - "previous": "&NdaJseW11fi9Cj4m+WITGxOF2JExm6GDhdCJKFV284Y=.sha256" + "previous": "&rq/9Dr780VM2+ozyeKZI4nq2t83JRgemzlJINlYYP4c=.sha256" } diff --git a/apps/ssb/tf-app.js b/apps/ssb/tf-app.js index 37e7db4d..c53554de 100644 --- a/apps/ssb/tf-app.js +++ b/apps/ssb/tf-app.js @@ -782,27 +782,6 @@ class TfElement extends LitElement { class="w3-bar w3-theme-l1" style="position: static; top: 0; z-index: 10" > - ${ - this.is_administrator - ? html` - - - ` - : undefined - } ${Object.entries(k_tabs).map( ([k, v]) => html` - + ${ + this.is_administrator + ? html` + + + ` + : undefined + } + `;