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

@ -17,12 +17,9 @@
//
// Live up/down (a true green/red dot) needs the daemon's account
// registry; until that follow-up lands the dot only reflects whether a
// token is STORED, labelled "token stored" rather than "online".
//
// Hard dependency: per-account failure isolation on the matrix daemon.
// Until that lands a bad credential entered here can crash the agent's
// whole matrix session, so the form carries an explicit experimental
// notice in the markup.
// token is STORED, labelled "token stored" rather than "online". The
// account list shows what is provisioned (has a stored token), so a
// config-declared-but-unprovisioned account appears only once provisioned.
import { $, el, esc, renderServerWarnings } from './common.js';