Add hot keys feature
This commit is contained in:
parent
435e94c186
commit
016985d2cb
9 changed files with 41 additions and 6 deletions
|
|
@ -8,6 +8,7 @@ html data-bs-theme="#{cookies[:"modeTheme"] || "light"}" data-controller="set-th
|
|||
= stylesheet_link_tag "application", "data-turbo-track": "reload"
|
||||
= javascript_include_tag "application", "data-turbo-track": "reload", type: "module"
|
||||
body
|
||||
a.visually-hidden href="#main-content" data={ hotkey: "t", controller: "hotkey" } Direkt zum Inhalt
|
||||
= render partial: "layouts/navigation"
|
||||
.container-fluid
|
||||
.row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue