mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 09:11:39 +02:00
Merge remote-tracking branch 'origin/bugfixes' into develop
This commit is contained in:
commit
bfbc715977
14 changed files with 99 additions and 89 deletions
|
@ -44,10 +44,10 @@
|
|||
(watch [this state stream]
|
||||
(let [team-id (current-team-id profile)
|
||||
props (:props profile)]
|
||||
(rx/merge
|
||||
(rx/of (du/profile-fetched profile)
|
||||
(rt/nav' :dashboard-projects {:team-id team-id}))
|
||||
|
||||
(rx/concat
|
||||
(rx/of (du/profile-fetched profile))
|
||||
(rx/of (du/fetch-teams))
|
||||
(rx/of (rt/nav' :dashboard-projects {:team-id team-id}))
|
||||
(when-not (:onboarding-viewed props)
|
||||
(->> (rx/of (modal/show {:type :onboarding}))
|
||||
(rx/delay 1000))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue