SHA256
Channels UI + read/unread + unique views + style polish
This commit is contained in:
@@ -19,7 +19,7 @@ function renderList(container) {
|
||||
|
||||
export function render() {
|
||||
const screen = document.createElement('section');
|
||||
screen.className = 'stack';
|
||||
screen.className = 'stack notifications-screen';
|
||||
|
||||
screen.append(renderHeader({ title: 'Уведомления' }));
|
||||
|
||||
@@ -31,7 +31,7 @@ export function render() {
|
||||
`;
|
||||
|
||||
const list = document.createElement('div');
|
||||
list.className = 'stack';
|
||||
list.className = 'stack notifications-list';
|
||||
renderList(list);
|
||||
|
||||
tabs.querySelectorAll('.tab-btn').forEach((btn) => {
|
||||
|
||||
Reference in New Issue
Block a user