feat: federation key management UI in Settings > Multi-Device

This commit is contained in:
Brian Krabach
2026-04-01 16:50:01 -07:00
parent 77e2b8476b
commit 63e7ef2a1c
4 changed files with 104 additions and 5 deletions
+8
View File
@@ -242,6 +242,14 @@
<option value="local">Local Only</option>
</select>
</div>
<div class="settings-field settings-field--column">
<label class="settings-label">Federation Key</label>
<div class="settings-federation-key">
<span id="federation-key-display" class="settings-key-display">&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;</span>
<button id="federation-generate-btn" class="settings-action-btn">Generate Key</button>
</div>
<span class="settings-helper">Share this key with remote instances to allow federation access</span>
</div>
<div class="settings-field settings-field--column">
<label class="settings-label">Remote Instances</label>
<div id="setting-remote-instances" class="settings-remote-list"></div>