UI: фикс шапки связей и правки профиля (работает)

This commit is contained in:
AidarKC
2026-04-26 20:34:12 +03:00
parent da12521517
commit 2c68dedea2
4 changed files with 45 additions and 15 deletions
+1 -1
View File
@@ -817,7 +817,7 @@ export function render({ navigate, route }) {
},
},
rightActions: [
{ label: 'Найти человека', onClick: openSearchModal },
{ label: 'Найти', onClick: openSearchModal },
{ label: '?', onClick: () => window.alert(helpText()) },
],
});
+1 -1
View File
@@ -198,7 +198,7 @@ export function render({ navigate }) {
officialBtn?.addEventListener('click', () => showToggleInfo('official'));
shineBtn?.addEventListener('click', () => showToggleInfo('shine'));
card.append(topRow, badgesRow, statusRow, listWrap);
card.append(topRow, badgesRow, listWrap, statusRow);
screen.append(card);
updateAvatarUi();