Обновить UI для меню и языка

This commit is contained in:
AidarKC
2026-08-29 15:56:01 +04:00
parent b47440dd72
commit 3e4583bbe9
12 changed files with 282 additions and 53 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ export function renderToolbar(currentPageId, navigate) {
</span>
`;
} else if (isNetwork) {
btn.innerHTML = iconHtml(item);
btn.innerHTML = `${iconHtml(item)}<span>${item.label}</span>`;
btn.setAttribute('aria-label', item.label);
btn.title = item.label;
} else {