aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/layout.html
diff options
context:
space:
mode:
authorGravatar Jebbs <qjebbs@gmail.com>2019-10-07 11:55:15 +0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-10-06 20:55:15 -0700
commitbf357a0e2dee24d80dc17082b1f685e8ee1ed9aa (patch)
tree0702a4f163dbe591d983eb3a57dfecf26f6f5e4d /template/html/common/layout.html
parent02dbe3ef2edaa40658862c1c92e73730c8e75ee1 (diff)
Add toast message for some keyboard shortcuts
Add notification message when using keyboard shortcuts: f, s, and m.
Diffstat (limited to 'template/html/common/layout.html')
-rw-r--r--template/html/common/layout.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index b095385..7ca571b 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -41,6 +41,9 @@
<body
data-entries-status-url="{{ route "updateEntriesStatus" }}"
{{ if .user }}{{ if not .user.KeyboardShortcuts }}data-disable-keyboard-shortcuts="true"{{ end }}{{ end }}>
+ <div class="toast-wrap">
+ <span class="toast-msg"></span>
+ </div>
{{ if .user }}
<header class="header">
<nav>