From edf624e80627b5afa19a2f0fdd39c5cb43c65755 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sat, 19 Oct 2019 03:17:53 +0000 Subject: [PATCH] UI: Link to /publish in personal overview, and some useful pages in "navbar" --- templates/default-layout.hamlet | 19 +++++++++++++++++-- templates/personal-overview.hamlet | 3 +++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index 09804b4..68eeef0 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -15,8 +15,23 @@ $# . $maybe (Entity _pid person, verified, sharer, unread) <- mperson
$if verified - You are logged in as #{personLogin person}. - Log out. + + [You are logged in as #{personLogin person}] + + + [📥 Inbox] + + + [📤 Outbox] + + + [🐤 Followers] + + + [📣 Publish an activity] + + + [🚪 Log out] $else You are logged in as #{personLogin person} (unverified). If you haven't received a verification link by email, you can ask to diff --git a/templates/personal-overview.hamlet b/templates/personal-overview.hamlet index 8b25fe7..2756f55 100644 --- a/templates/personal-overview.hamlet +++ b/templates/personal-overview.hamlet @@ -18,6 +18,9 @@ $# . and so on.