From 37925edcdfcf37d2a9e680026b4bc45cd103a2ec Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 5 Jun 2026 18:44:53 +0100 Subject: [PATCH] Home cards: drop descriptions; give File Relay a distinct icon Remove the t-desc lines from the homepage tiles (icon + title only). Change File Relay icon from the folder (same as File Upload) to a card-dividers icon, in both the homepage card and the sidebar. Co-Authored-By: Claude Opus 4.8 --- manager/templates/base.html | 2 +- manager/templates/home.html | 14 +------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/manager/templates/base.html b/manager/templates/base.html index d6d3b10..ef680a4 100644 --- a/manager/templates/base.html +++ b/manager/templates/base.html @@ -297,7 +297,7 @@ diff --git a/manager/templates/home.html b/manager/templates/home.html index ad9d637..75682ad 100644 --- a/manager/templates/home.html +++ b/manager/templates/home.html @@ -21,7 +21,6 @@ .tile:active { transform: translateY(1px); } .tile .t-ico { font-size: 28px; line-height: 1; } .tile .t-title { font-size: 16px; font-weight: 700; } - .tile .t-desc { font-size: 13px; color: var(--muted); } {% endblock %} @@ -35,27 +34,22 @@ 👤 Users - Personal SimpleX accounts — contacts, groups and channels. 💼 Businesses - Business inboxes — each customer gets their own group chat. 🤖 Bots - Echo, broadcast, support, directory and dead-man's-switch bots. 🔔 Notifications - Recent messages received across all profiles. 📁 File Upload - Share files over SimpleX (opens simplex.chat). @@ -64,17 +58,14 @@ 💬 Chat Relay - Relay chat messages between connections. - 📁 + 🗂️ File Relay - Relay files between connections. ✉️ Message Relay - Relay messages between connections. @@ -83,12 +74,10 @@ 📡 Network - SimpleX servers and connection status. ⚙️ Settings - Theme and manager preferences. @@ -97,7 +86,6 @@ 📲 Get SimpleX App - Download the SimpleX Chat app (opens simplex.chat). {% endblock %}