-
-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: new onboarding welcome screen logic #8110
Conversation
sjaanus
commented
Sep 6, 2024
- We will not show grid until 2 flags exist
- Now new feature creation button will be always displayed on top with different style
- Moved some text around
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
]} | ||
onToggle={onToggleColumnVisibility} | ||
<ConditionallyRender | ||
condition={total !== undefined && total > 1} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe extract variable refactoring?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also do we want to add ConditionallyRender to new code?
</PageContent> | ||
} | ||
/> | ||
{'feature' in project.onboardingStatus ? ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kwasniew moved this out of feature toggle list, because if we hide the list, dialog can not open