Новый чат v1.1.2: разделить личные чаты и комнаты

This commit is contained in:
2026-08-24 16:48:39 +03:00
parent 3a30cc63d3
commit d0a7fab09c
8 changed files with 213 additions and 59 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export function renderMembers(root, ctx, roomId) {
const people = el("section", "block block--first");
view.list = el("ul", "members");
view.note = message();
people.append(view.list, add(view), view.note);
people.append(el("h2", "section", "участники"), view.list, add(view), view.note);
body.append(view.warn, people, exit(view));
root.append(body);