mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 22:11:39 +02:00
🎉 Move survey to local resources
This commit is contained in:
parent
b6d60773e3
commit
a1c09057c1
10 changed files with 704 additions and 385 deletions
|
@ -90,12 +90,9 @@
|
|||
#_[:& app.main.ui.onboarding/onboarding-team-modal]]
|
||||
(when-let [props (some-> profile (get :props {}))]
|
||||
(cond
|
||||
(and cf/onboarding-form-id
|
||||
(not (:onboarding-questions-answered props false))
|
||||
(and (not (:onboarding-questions-answered props false))
|
||||
(not (:onboarding-viewed props false)))
|
||||
[:& app.main.ui.onboarding.questions/questions
|
||||
{:profile profile
|
||||
:form-id cf/onboarding-form-id}]
|
||||
[:& app.main.ui.onboarding.questions/questions]
|
||||
|
||||
(not (:onboarding-viewed props))
|
||||
[:& app.main.ui.onboarding/onboarding-modal {}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue