UI: компактная тёмная плитка автора и корректный переход в профиль

This commit is contained in:
AidarKC
2026-05-19 14:18:20 +03:00
parent 90d10086d7
commit 3e62a2a01c
3 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -661,7 +661,7 @@ function renderPostCard(post, {
event.stopPropagation();
const cleanLogin = String(post.authorLogin || '').trim();
if (!cleanLogin) return;
navigate(`user/${encodeRoutePart(cleanLogin)}/channel-view`);
navigate(`user/${encodeRoutePart(cleanLogin)}`);
});
const body = document.createElement('p');