Supports pagination selection

This commit is contained in:
2023-11-01 08:50:30 -07:00
parent 8c0307ff73
commit 31dc514cdd
4 changed files with 41 additions and 14 deletions

View File

@@ -38,7 +38,8 @@
[clojure.string :as str]
[config.core :refer [env]]
[datomic.api :as dc]
[malli.core :as mc]))
[malli.core :as mc]
[auto-ap.logging :as alog]))
(defn filters [request]
[:form {"hx-trigger" "change delay:500ms, keyup changed from:.hot-filter delay:1000ms"