mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 12:21:38 +02:00
⚡ Make feature resolved on team load
That simplifies features retrieval to simple get
This commit is contained in:
parent
f04229d8cb
commit
f8ffae75c4
17 changed files with 171 additions and 224 deletions
|
@ -15,7 +15,6 @@
|
|||
[app.main.data.profile :as dp]
|
||||
[app.main.data.websocket :as ws]
|
||||
[app.main.errors]
|
||||
[app.main.features :as feat]
|
||||
[app.main.rasterizer :as thr]
|
||||
[app.main.store :as st]
|
||||
[app.main.ui :as ui]
|
||||
|
@ -67,7 +66,6 @@
|
|||
(watch [_ _ stream]
|
||||
(rx/merge
|
||||
(rx/of (ev/initialize)
|
||||
(feat/initialize)
|
||||
(dp/refresh-profile))
|
||||
|
||||
;; Watch for profile deletion events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue