SHA256
UI: расширить плитки каналов
This commit is contained in:
@@ -1039,7 +1039,7 @@ function renderListContent({ screen, container, listState, navigate, refreshFeed
|
||||
|
||||
const time = document.createElement('span');
|
||||
time.className = 'channel-row-time';
|
||||
time.textContent = channel.lastMessageAt ? formatRelativeTime(channel.lastMessageAt) : '—';
|
||||
time.textContent = channel.lastMessageAt ? formatRelativeTime(channel.lastMessageAt) : '';
|
||||
|
||||
const count = document.createElement('span');
|
||||
count.className = 'unread channel-row-count';
|
||||
|
||||
Reference in New Issue
Block a user