Rename RSS category label to 'RSS' (keep '+ New RSS Bot'); move RSS below File Upload

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Jon
2026-06-05 23:51:16 +01:00
parent 895cc6ddfa
commit 432e4a5e83
3 changed files with 8 additions and 8 deletions

View File

@@ -311,9 +311,9 @@
<!-- Group 1: accounts -->
<a href="/users" {% if nav_active == 'users' %}class="active"{% endif %}><span class="ico"><i class="fa-solid fa-user"></i></span><span class="lbl">Users</span></a>
<a href="/bots" {% if nav_active == 'bots' %}class="active"{% endif %}><span class="ico"><i class="fa-solid fa-robot"></i></span><span class="lbl">Bots</span></a>
<a href="/rss-bots" {% if nav_active == 'rss-bots' %}class="active"{% endif %}><span class="ico"><i class="fa-solid fa-rss"></i></span><span class="lbl">RSS Bots</span></a>
<a href="/businesses" {% if nav_active == 'businesses' %}class="active"{% endif %}><span class="ico"><i class="fa-solid fa-briefcase"></i></span><span class="lbl">Business Groups</span></a>
<a href="https://simplex.chat/file/" target="_blank" rel="noopener"><span class="ico"><i class="fa-solid fa-upload"></i></span><span class="lbl">File Upload</span></a>
<a href="/rss-bots" {% if nav_active == 'rss-bots' %}class="active"{% endif %}><span class="ico"><i class="fa-solid fa-rss"></i></span><span class="lbl">RSS</span></a>
<!-- Group 2: relays -->
<a href="/relays/chat" class="nav-sep {% if nav_active == 'relays' and kind == 'chat' %}active{% endif %}"><span class="ico"><i class="fa-solid fa-comments"></i></span><span class="lbl">Chat Relay</span></a>
<a href="/relays/file" {% if nav_active == 'relays' and kind == 'file' %}class="active"{% endif %}><span class="ico"><i class="fa-solid fa-file-export"></i></span><span class="lbl">File Relay</span></a>

View File

@@ -40,10 +40,6 @@
<span class="t-ico"><i class="fa-solid fa-robot"></i></span>
<span class="t-title">Bots</span>
</a>
<a class="tile" href="/rss-bots">
<span class="t-ico"><i class="fa-solid fa-rss"></i></span>
<span class="t-title">RSS Bots</span>
</a>
<a class="tile" href="/businesses">
<span class="t-ico"><i class="fa-solid fa-briefcase"></i></span>
<span class="t-title">Business Groups</span>
@@ -52,6 +48,10 @@
<span class="t-ico"><i class="fa-solid fa-upload"></i></span>
<span class="t-title">File Upload</span>
</a>
<a class="tile" href="/rss-bots">
<span class="t-ico"><i class="fa-solid fa-rss"></i></span>
<span class="t-title">RSS</span>
</a>
</div>
<!-- Area: relays -->

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% import "_macros.html" as ui %}
{% block title %}{{ 'Business Groups' if tab == 'businesses' else ('RSS Bots' if tab == 'rss-bots' else tab | title) }} — SimpleX Manager{% endblock %}
{% block title %}{{ 'Business Groups' if tab == 'businesses' else ('RSS' if tab == 'rss-bots' else tab | title) }} — SimpleX Manager{% endblock %}
{% block head %}
<style>
@@ -30,7 +30,7 @@
{% block content %}
{% set new_label = 'User' if tab == 'users' else ('Business Group' if tab == 'businesses' else ('RSS Bot' if tab == 'rss-bots' else 'Bot')) %}
{% set page_title = 'Business Groups' if tab == 'businesses' else ('RSS Bots' if tab == 'rss-bots' else tab | title) %}
{% set page_title = 'Business Groups' if tab == 'businesses' else ('RSS' if tab == 'rss-bots' else tab | title) %}
<div class="flex-between" style="margin-bottom: 24px;">
<h1 style="margin:0;">{{ page_title }}</h1>
<button class="btn btn-primary" onclick="openCreate()">
@@ -51,7 +51,7 @@
{% if tab == 'rss-bots' %}
<div class="card bot-types-card" style="margin-bottom:24px;">
<h2 style="font-size:15px;margin-bottom:8px;">RSS Bots</h2>
<h2 style="font-size:15px;margin-bottom:8px;">RSS</h2>
<p class="muted" style="font-size:13px;">
RSS bots read from an RSS/Atom feed and post new items to a channel. To receive a feed,
share the bot's <strong>channel</strong> link with subscribers — open the bot and copy its