Files
ladill-link/resources/views/layouts
isaacclad 94bc5c4944
Deploy Ladill Link / deploy (push) Successful in 37s
ui: give the "/" shortcut somewhere to go now the header search is gone
Removing the header search left ladill-link with no search input on an ordinary
page, and ladill-search-shortcut.js calls preventDefault before it goes looking
for one. So "/" was swallowed and did nothing — a dead key, which also blocked
Firefox's own quick-find.

Verified by running the real module against a simulated DOM:

  header search present, no body url  -> focuses the header input
  header search gone,    no body url  -> prevented, focus nothing, go nowhere
  header search gone,    body url set -> navigates to the links list

Events and QR Plus already carried data-ladill-search-url on the body, so "/"
there now opens their search page and needed no change. Only this app was missing
it. The destination matches what the mobile Search tab already uses.
2026-07-26 15:51:04 +00:00
..