SHA256
UI: свайпы вкладок и навигация тредов
This commit is contained in:
@@ -26,11 +26,10 @@ function renderList(container) {
|
||||
container.append(card);
|
||||
}
|
||||
|
||||
export function render() {
|
||||
export function render({ chrome } = {}) {
|
||||
const screen = document.createElement('section');
|
||||
screen.className = 'stack notifications-screen';
|
||||
|
||||
screen.append(renderHeader({ title: 'Уведомления' }));
|
||||
chrome?.setTopbar(renderHeader({ title: 'Уведомления' }));
|
||||
|
||||
const tabs = document.createElement('div');
|
||||
tabs.className = 'tabs';
|
||||
|
||||
Reference in New Issue
Block a user