pagination and sorting for reminders.

This commit is contained in:
Bryce Covert
2018-04-13 22:03:02 -07:00
parent 5e14ecd005
commit b6b7b1932a
8 changed files with 204 additions and 121 deletions

View File

@@ -24,11 +24,6 @@
(fn [db]
(:user db)))
(re-frame/reg-sub
::reminders
(fn [db]
(:reminders db)))
(re-frame/reg-sub
::vendors
(fn [db]