ledger page is working pretty good.

This commit is contained in:
Bryce Covert
2020-08-22 08:40:21 -07:00
parent 9f765fd493
commit b508d8d8b8
5 changed files with 119 additions and 139 deletions

View File

@@ -23,7 +23,6 @@
[vimsical.re-frame.fx.track :as track]
[auto-ap.views.pages.data-page :as data-page]
[clojure.set :as set]))
(defn data-params->query-params [params]
{:start (:start params 0)
:sort (:sort params)
@@ -35,6 +34,7 @@
:amount-gte (:amount-gte (:amount-range params))
:amount-lte (:amount-lte (:amount-range params))})
(re-frame/reg-event-fx
::params-change
[with-user]