SHA256
наверное работает
This commit is contained in:
@@ -508,17 +508,13 @@ function toListModel(groups) {
|
||||
|
||||
function renderEmptyState(activeTab, navigate) {
|
||||
const wrap = document.createElement('div');
|
||||
wrap.className = 'channels-empty-state';
|
||||
|
||||
const icon = document.createElement('div');
|
||||
icon.className = 'channels-empty-icon';
|
||||
icon.textContent = '◌';
|
||||
wrap.className = 'channels-empty-state channels-empty-state--compact';
|
||||
|
||||
const text = document.createElement('div');
|
||||
text.className = 'meta-muted';
|
||||
text.textContent = 'В этом разделе пока нет каналов';
|
||||
text.textContent = 'В этом разделе нет сообщений';
|
||||
|
||||
wrap.append(icon, text);
|
||||
wrap.append(text);
|
||||
|
||||
if (activeTab === 'my') {
|
||||
const cta = document.createElement('button');
|
||||
|
||||
Reference in New Issue
Block a user