-
-
Notifications
You must be signed in to change notification settings - Fork 730
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: flag exposure in personal dashboard #8247
Conversation
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 |
loading={loading} | ||
project={'default'} | ||
> | ||
<span>child</span> |
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.
curious: what is this child? is it just the text child in a span?
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.
this component accepts any ReactElement as children prop so wanted to specify sth that doesn't look like string. In tests we find this element by text so passing child without a span would also work
{feature.project ? ( | ||
<MarkCompletedDialogue | ||
isOpen={showMarkCompletedDialogue} | ||
setIsOpen={setShowMarkCompletedDialogue} | ||
projectId={feature.project} | ||
featureId={feature.name} | ||
onComplete={refetchFeature} | ||
/> |
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.
Can a feature not have a project?
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.
Yes, a placeholder feature has an empty project
About the changes
Show last seen widget and lifecycle widget when selecting a flag
Same last seen as the project flags and single flag view
Same lifecycle as the project flags and single flag view
Details:
Important files
Discussion points