Harden account import/continuous behavior and finish multi-account UI polish

This commit is contained in:
2026-06-27 21:26:18 +02:00
parent 59cdad220a
commit 881e7ddfca
8 changed files with 572 additions and 35 deletions
+8
View File
@@ -27,6 +27,14 @@
<h2 id="viewer-title">Select a channel</h2>
<p id="viewer-subtitle" class="muted">Reading messages from the local SQLite database.</p>
</div>
<div class="viewer-tools">
<input id="viewer-search" type="search" placeholder="Search messages" />
<label class="viewer-auto-refresh">
<input id="viewer-auto-refresh" type="checkbox" checked />
<span>Auto-refresh</span>
</label>
<button id="viewer-refresh-btn" class="button button-small" type="button">Refresh</button>
</div>
</header>
<section id="messages-list" class="messages-list">