Hotkeys ux
This commit is contained in:
parent
016985d2cb
commit
644969c613
9 changed files with 55 additions and 11 deletions
|
|
@ -8,7 +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
|
||||
a.visually-hidden href="#main-content" data={ hotkey: "t", controller: "hotkey", turbo: false } Direkt zum Inhalt
|
||||
= render partial: "layouts/navigation"
|
||||
.container-fluid
|
||||
.row
|
||||
|
|
@ -16,5 +16,5 @@ html data-bs-theme="#{cookies[:"modeTheme"] || "light"}" data-controller="set-th
|
|||
main.col.ps-md-2.pt-2
|
||||
#main-content[data-controller="rich-text-link-targets"]
|
||||
= yield
|
||||
footer.container-fluid.mt-auto.border-top
|
||||
/footer.container-fluid.mt-auto.border-top
|
||||
= Rails.configuration.build_version && "Version: #{Rails.configuration.build_version}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue