Add improved activity logging.

This commit is contained in:
Andrey Antukh 2021-05-09 14:06:27 +02:00 committed by Andrés Moya
parent e94e202cef
commit 334ac26f0d
10 changed files with 204 additions and 35 deletions

View file

@ -179,7 +179,6 @@
(effect [_ state stream]
(let [profile-id (:profile-id state)
events (into [] (take max-buffer-size) @buffer)]
(prn ::persistence (count events) profile-id)
(when (seq events)
(->> events
(filterv #(= profile-id (:profile-id %)))

View file

@ -54,8 +54,7 @@
[:& recovery-request-page {:locale locale}]
:auth-recovery
[:& recovery-page {:locale locale
:params (:query-params route)}])
[:& recovery-page {:locale locale :params params}])
[:div.terms-login
[:a {:href "https://penpot.app/terms.html" :target "_blank"} "Terms of service"]
[:span "and"]