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:
@@ -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="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="/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="/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>
|
</nav>
|
||||||
<div class="side-foot">
|
<div class="side-foot">
|
||||||
<a href="/network" class="side-status" id="side-status" title="View SimpleX network & servers"
|
<a href="/network" class="side-status" id="side-status" title="View SimpleX network & servers"
|
||||||
|
|||||||
@@ -46,6 +46,16 @@
|
|||||||
<span class="t-title">Bots</span>
|
<span class="t-title">Bots</span>
|
||||||
<span class="t-desc">Echo, broadcast, support, directory and dead-man's-switch bots.</span>
|
<span class="t-desc">Echo, broadcast, support, directory and dead-man's-switch bots.</span>
|
||||||
</a>
|
</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>
|
</div>
|
||||||
|
|
||||||
<!-- Area 2: manage -->
|
<!-- Area 2: manage -->
|
||||||
@@ -55,11 +65,6 @@
|
|||||||
<span class="t-title">Network</span>
|
<span class="t-title">Network</span>
|
||||||
<span class="t-desc">SimpleX servers and connection status.</span>
|
<span class="t-desc">SimpleX servers and connection status.</span>
|
||||||
</a>
|
</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">
|
<a class="tile" href="/settings">
|
||||||
<span class="t-ico">⚙️</span>
|
<span class="t-ico">⚙️</span>
|
||||||
<span class="t-title">Settings</span>
|
<span class="t-title">Settings</span>
|
||||||
@@ -69,11 +74,6 @@
|
|||||||
|
|
||||||
<!-- Area 3: SimpleX (external) -->
|
<!-- Area 3: SimpleX (external) -->
|
||||||
<div class="tiles">
|
<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">
|
<a class="tile" href="https://simplex.chat/downloads/" target="_blank" rel="noopener">
|
||||||
<span class="t-ico">📲</span>
|
<span class="t-ico">📲</span>
|
||||||
<span class="t-title">Get SimpleX App</span>
|
<span class="t-title">Get SimpleX App</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user