Homepage: move File upload + Notifications to top area; sidebar: add Get App below Settings

Top area now holds Users/Businesses/Bots/Notifications/File upload; manage area is
Network/Settings; external area is Get SimpleX App. Add a padded Get App link
(nav-sep) below Settings in the sidebar.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Jon
2026-06-05 18:30:29 +01:00
parent 34469455a4
commit 3f9683e07f
2 changed files with 11 additions and 10 deletions

View File

@@ -277,6 +277,7 @@
<a href="https://simplex.chat/file/" target="_blank" rel="noopener"><span class="ico">📁</span><span class="lbl">File upload</span></a>
<a href="/notifications" class="nav-sep {% if nav_active == 'notifications' %}active{% endif %}"><span class="ico">🔔</span><span class="lbl">Notifications</span><span class="notif-badge" id="notif-badge" style="display:none;"></span></a>
<a href="/settings" class="nav-sep {% if nav_active == 'settings' %}active{% endif %}"><span class="ico">⚙️</span><span class="lbl">Settings</span></a>
<a href="https://simplex.chat/downloads/" target="_blank" rel="noopener" class="nav-sep"><span class="ico">📲</span><span class="lbl">Get App</span></a>
</nav>
<div class="side-foot">
<a href="/network" class="side-status" id="side-status" title="View SimpleX network &amp; servers"

View File

@@ -46,6 +46,16 @@
<span class="t-title">Bots</span>
<span class="t-desc">Echo, broadcast, support, directory and dead-man's-switch bots.</span>
</a>
<a class="tile" href="/notifications">
<span class="t-ico">🔔</span>
<span class="t-title">Notifications</span>
<span class="t-desc">Recent messages received across all profiles.</span>
</a>
<a class="tile" href="https://simplex.chat/file/" target="_blank" rel="noopener">
<span class="t-ico">📁</span>
<span class="t-title">File upload</span>
<span class="t-desc">Share files over SimpleX (opens simplex.chat).</span>
</a>
</div>
<!-- Area 2: manage -->
@@ -55,11 +65,6 @@
<span class="t-title">Network</span>
<span class="t-desc">SimpleX servers and connection status.</span>
</a>
<a class="tile" href="/notifications">
<span class="t-ico">🔔</span>
<span class="t-title">Notifications</span>
<span class="t-desc">Recent messages received across all profiles.</span>
</a>
<a class="tile" href="/settings">
<span class="t-ico">⚙️</span>
<span class="t-title">Settings</span>
@@ -69,11 +74,6 @@
<!-- Area 3: SimpleX (external) -->
<div class="tiles">
<a class="tile" href="https://simplex.chat/file/" target="_blank" rel="noopener">
<span class="t-ico">📁</span>
<span class="t-title">File upload</span>
<span class="t-desc">Share files over SimpleX (opens simplex.chat).</span>
</a>
<a class="tile" href="https://simplex.chat/downloads/" target="_blank" rel="noopener">
<span class="t-ico">📲</span>
<span class="t-title">Get SimpleX App</span>