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
+4
View File
@@ -0,0 +1,4 @@
import { application } from "controllers/application"
import { eagerLoadControllersFrom } from "@hotwired/stimulus-loading"
eagerLoadControllersFrom("controllers", application)