(feat): update message state icons
Some checks failed
/ build-web (push) Successful in 1m42s
/ build-desktop (linux) (push) Successful in 7m46s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled

(feat): log ttpUrl
This commit is contained in:
Alois 2026-06-27 00:13:47 +02:00
commit b09ef8a997
2 changed files with 12 additions and 5 deletions

View file

@ -378,6 +378,10 @@ export function Provider(props: {
url: ttpUrl,
serverCert: ttpServerCert || undefined,
onReadyStateChange: (state) => {
if (state === READY_STATE.CONNECTING) {
log(2, "ttp", "blue", ttpUrl);
}
setReadyState(state);
if (state === READY_STATE.OPEN) {