mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Add toast message for some keyboard shortcuts
Add notification message when using keyboard shortcuts: f, s, and m.
This commit is contained in:
parent
02dbe3ef2e
commit
bf357a0e2d
18 changed files with 204 additions and 40 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue