-
-
Notifications
You must be signed in to change notification settings - Fork 736
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: release plans nav menu item and icon suggestion #8469
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 |
Is this behind a feature flag? |
component: ReleaseManagement, | ||
type: 'protected', | ||
menu: { advanced: true, mode: ['enterprise'] }, | ||
flag: 'releasePlans', |
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 @gardleopard makes sure it's shown only when the specified flag is 'true'
- Another interesting side effect, setting that flag to true negates any enterprise check for the link, so would show up in both OSS and Pro, but the route will still yield a 404 in that case.
Still, it's something we might want to look at (but I feel that's beyond the scope of this PR, I'm making a bug task for it though)
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.
LGTM
Adds a
Release management
item to the nav menu and an empty releasemgmt page component.Temporarily suggests the MUI
Launch
icon as the release mgmt link icon.