From 4ed2f9ba141591beef2ef773375167e5297f13b0 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 5 Jun 2026 20:06:59 +0100 Subject: [PATCH] UI: Font Awesome icons, Material touches, 3-line collapse button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swap all emoji icons for Font Awesome (sidebar, homepage tiles, profile/chat/ list/settings/relay actions); add Roboto font + card elevation hover for a Material feel. Replace the bottom 'Collapse' pill with a 3-line (fa-bars) toggle in the sidebar header; remove the old collapse pill CSS/JS. Copy buttons toggle FA check/copy via innerHTML. Plain text status (βœ“/βœ—) and back arrows kept. Co-Authored-By: Claude Opus 4.8 --- manager/templates/base.html | 88 +++++++++++++++++---------------- manager/templates/chat.html | 4 +- manager/templates/home.html | 22 ++++----- manager/templates/list.html | 6 +-- manager/templates/profile.html | 18 +++---- manager/templates/relay.html | 2 +- manager/templates/settings.html | 6 +-- 7 files changed, 74 insertions(+), 72 deletions(-) diff --git a/manager/templates/base.html b/manager/templates/base.html index 7f45577..42e3497 100644 --- a/manager/templates/base.html +++ b/manager/templates/base.html @@ -12,6 +12,9 @@ {% block title %}SimpleX Manager{% endblock %} + + +