Add slash keyboard shortcut to focus search.
Deploy Ladill Mini / deploy (push) Successful in 31s

Press / from any non-input page to jump to the topbar or full-screen search field, with a fallback route when search is not visible.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-23 02:51:39 +00:00
co-authored by Cursor
parent fd1a94d79d
commit 99f994f4e5
5 changed files with 103 additions and 4 deletions
+2
View File
@@ -1,8 +1,10 @@
import './bootstrap';
import { registerLadillConfirmStore, registerLadillModalHelpers } from './ladill-modals';
import { registerLadillSearchShortcut } from './ladill-search-shortcut';
registerLadillModalHelpers();
registerLadillSearchShortcut();
import Alpine from 'alpinejs';