Quality of life improvements with client login

This commit is contained in:
Bryce Covert
2020-07-30 08:44:44 -07:00
parent 6df080cc3f
commit 98f0d40313
13 changed files with 210 additions and 115 deletions

View File

@@ -150,6 +150,11 @@
(fn [db]
(:menu db)))
(re-frame/reg-sub
::is-initial-loading?
(fn [db]
(:is-initial-loading? db)))
(re-frame/reg-sub
::modal-state
(fn [db [_ id status-from]]