mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 15:36:37 +02:00
✨ Add improved activity logging.
This commit is contained in:
parent
e94e202cef
commit
334ac26f0d
10 changed files with 204 additions and 35 deletions
|
@ -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 %)))
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue