-
-
Notifications
You must be signed in to change notification settings - Fork 737
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: initial setup #5583
feat: initial setup #5583
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -0,0 +1,20 @@ | |||
import { formatAddStrategyApiCode } from "component/feature/FeatureStrategy/FeatureStrategyCreate/FeatureStrategyCreate"; |
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.
Duplicated
@@ -0,0 +1,249 @@ | |||
import React, { useEffect, useRef, useState } from "react"; |
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.
Duplicated
@@ -0,0 +1,54 @@ | |||
import { formatUpdateStrategyApiCode } from "component/feature/FeatureStrategy/FeatureStrategyEdit/FeatureStrategyEdit"; |
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.
Duplicated
@@ -0,0 +1,308 @@ | |||
import { useEffect, useRef, useState } from "react"; |
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.
Duplicated
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.
Only reviewed the flag setup and flag usage. I trust the copy paste :)
This PR sets up the feature flag for the new strategy configuration and duplicates the components for the new setup