-
-
Notifications
You must be signed in to change notification settings - Fork 735
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: display new completed dialog #8255
Conversation
sjaanus
commented
Sep 25, 2024
- Now the dialog will not close when SDK got connected
- It will start to show the suggested production code. ( this will be attached in next PR)
- Also, it has connected indicator on the right
- Back button is removed in this stage.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
> | ||
Back | ||
</Button> | ||
{!onboarded ? ( |
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.
Hide the back button when onboarded.
} | ||
/> | ||
</ConnectionStatus> | ||
{onboarded ? ( |
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.
When onboarded, we have a new checkmark and text .
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
sdk: Sdk; | ||
} | ||
|
||
export const SdkConnected: FC<ISdkConnectedProps> = ({ sdk }) => { |
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 is the new sdk connected tab, that shows the production ready code. Some parts of code can be removed, when we have 3 layer markdown ready. In next PR.
frontend/src/component/project/Project/PaginatedProjectFeatureToggles/ProjectFeatureToggles.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Tymoteusz Czech <[email protected]>
…Toggles/ProjectFeatureToggles.tsx Co-authored-by: Tymoteusz Czech <[email protected]>
Co-authored-by: Tymoteusz Czech <[email protected]>