autosubmit, live search

This commit is contained in:
2026-01-22 23:52:53 +01:00
parent 34ab3d80ae
commit 28532fb109
12 changed files with 263 additions and 182 deletions
@@ -0,0 +1,7 @@
import { Application } from "@hotwired/stimulus"
const application = Application.start()
application.debug = false
window.Stimulus = application
export { application }