dashboard: drop matrix-accounts experimental notice; relabel list as provisioned

Per-account token-failure isolation is now live on the matrix daemon, so a
bad credential entered via this form can no longer take down the agent's
whole matrix session — remove the experimental notice (+ its now-unused CSS).

Also relabel the account list 'configured accounts' -> 'provisioned accounts'
to match the v1 read path (lists accounts with a stored token; a
config-declared-but-unprovisioned account appears once provisioned through
the form). Docs + module header updated to match.
This commit is contained in:
iris 2026-06-16 09:42:11 +02:00 committed by mara
commit 8bb3bd82a1
4 changed files with 8 additions and 26 deletions

View file

@ -9,17 +9,6 @@
padding: 1rem 1.25rem 3rem;
}
.ma-experimental {
border: 1px solid var(--amber);
background: color-mix(in srgb, var(--amber) 10%, transparent);
color: var(--fg);
padding: 0.6rem 0.85rem;
border-radius: 6px;
margin: 0.8rem 0 1.4rem;
font-size: 0.9rem;
line-height: 1.4;
}
.ma-field {
display: flex;
flex-direction: column;