release(v1.7.23-alpha): FIPS Seed Anchors reachable via gear icon

Adds a gear button next to the FIPS Mesh card's status pill that
opens a Teleport-ed modal containing FipsSeedAnchorsCard. The card
was landed on disk in v1.7.21 but never wired into a UI entry point
per the entry-point convention, so users couldn't access the
Add/Remove/Apply controls at all. One gear click now opens them.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-04-21 08:17:26 -04:00
parent 4b6a088e38
commit b5da6875d7
4 changed files with 60 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "archipelago"
version = "1.7.22-alpha"
version = "1.7.23-alpha"
edition = "2021"
description = "Archipelago Bitcoin Node OS - Native backend"
authors = ["Archipelago Team"]