Hotkeys ux
Some checks failed
/ Run tests (push) Successful in 1m45s
/ Run system tests (push) Failing after 2m18s
/ Build, push and deploy image (push) Successful in 3m27s

This commit is contained in:
david 2024-11-09 05:08:46 +01:00
parent 016985d2cb
commit 644969c613
9 changed files with 55 additions and 11 deletions

View file

@ -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}"