From 0cd81a322b92ede51d0da1f8227a3828f08eebdf Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 8 Feb 2022 10:52:55 +0100 Subject: Improved action menu --- tpl/index.pug | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tpl/index.pug') diff --git a/tpl/index.pug b/tpl/index.pug index b878944..4978cc0 100644 --- a/tpl/index.pug +++ b/tpl/index.pug @@ -446,6 +446,12 @@ html div(style={ display: 'flex', 'flex-direction': 'column', 'align-items': 'flex-start' }) +action-button(quiet=true selected=true)= 'Menu' +action-menu + +action-menu-slot(class='l-card l-card--flush') + +avatar(block=true circle=true size='sm' src='avatar.png' class='l-card__block') + .l-card__block.l-card__block--main + strong.u-db= 'Volpeon' + small.u-db= '@volpeon@mk.vulpes.one' + +action-menu-separator +action-menu-item(icon='user')= 'View profile' +action-menu-item(icon='red' iconIsStatus=true)= 'Mark as away' +action-menu-separator -- cgit v1.2.3-54-g00ecf