From 2e298e14384a843fb2acd4f1f2177ff644b48df6 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 5 Jun 2026 18:16:39 +0100 Subject: [PATCH] Group homepage tiles into vertically-buffered areas; add Get SimpleX App card Split the home tiles into three areas with vertical spacing: accounts (Users/Businesses/Bots), manage (Network/Notifications/Settings), and external SimpleX (File upload + a new Get SimpleX App card). Move the Get SimpleX App link out of the global footer into its own homepage card. Co-Authored-By: Claude Opus 4.8 --- manager/templates/base.html | 2 -- manager/templates/home.html | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/manager/templates/base.html b/manager/templates/base.html index 69ef5a2..997b3ef 100644 --- a/manager/templates/base.html +++ b/manager/templates/base.html @@ -303,8 +303,6 @@ © Bournemouth Technology Ltd · built on © SimpleX Network - · - Get SimpleX App diff --git a/manager/templates/home.html b/manager/templates/home.html index 1edd2b1..eff1b12 100644 --- a/manager/templates/home.html +++ b/manager/templates/home.html @@ -8,6 +8,7 @@ .home-head p { color: var(--muted); font-size: 14px; } .tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; } + .tiles + .tiles { margin-top: 32px; } /* vertical buffer between areas */ .tile { display: flex; flex-direction: column; gap: 8px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; @@ -28,6 +29,7 @@

SimpleX Manager

+ + + + + + + {% endblock %}