format code, add confirmation to destroy muc, implement some disconnect logic

This commit is contained in:
2026-02-19 11:28:18 +00:00
parent 3f40d3da29
commit 39156af48a
4 changed files with 136 additions and 59 deletions

View File

@@ -34,6 +34,11 @@
color: grey;
}
.pending {
color: grey;
transition-duration: 0.5s;
}
.hat {
background-color: orange;
color: black;