SHA256
UI: фикс шапки связей и правки профиля (работает)
This commit is contained in:
@@ -817,7 +817,7 @@ export function render({ navigate, route }) {
|
||||
},
|
||||
},
|
||||
rightActions: [
|
||||
{ label: 'Найти человека', onClick: openSearchModal },
|
||||
{ label: 'Найти', onClick: openSearchModal },
|
||||
{ label: '?', onClick: () => window.alert(helpText()) },
|
||||
],
|
||||
});
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user