Обновить UI и документы личных сообщений

This commit is contained in:
AidarKC
2026-08-29 15:12:13 +04:00
parent 357a05f7ec
commit b47440dd72
26 changed files with 851 additions and 257 deletions
+4
View File
@@ -83,6 +83,10 @@ export function renderToolbar(currentPageId, navigate) {
</span>
</span>
`;
} else if (isNetwork) {
btn.innerHTML = iconHtml(item);
btn.setAttribute('aria-label', item.label);
btn.title = item.label;
} else {
btn.innerHTML = `${iconHtml(item)}<span>${item.label}</span>`;
}