-
Notifications
You must be signed in to change notification settings - Fork 403
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: Move versioned feature history into feature details modal #4499
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Docker builds report
|
Uffizzi Preview |
# Conflicts: # frontend/web/components/FeatureHistory.tsx # frontend/web/components/modals/CreateFlag.js
Fixed
Fixed
Adjusted to link to tab within modal
Added breadcrumb to feature |
theme={'page'} | ||
/> | ||
)} | ||
{/*{!!versionLimit && (*/} |
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.
Is there any reason to keep this commented?
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, because we're adjusting the version limit to be time based and I want to keep this here
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.
It'll be updated next week
edit: #4547
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.
The code looks good, I just left a small comment.
@rolodato final review ? 🙏 |
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.
Suggest renaming this PR to feat: Move versioned feature history into feature details modal
before merging
Thanks for submitting a PR! Please check the boxes below:
docs/
if required so people know about the feature!Changes
Moves the feature history page to within the feature modal
How did you test this code?
E2E tests need to be changed however no functionality has changed except removing the feature select.