Skip to content
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: add sdk example box #8092

Merged
merged 3 commits into from
Sep 5, 2024
Merged

feat: add sdk example box #8092

merged 3 commits into from
Sep 5, 2024

Conversation

sjaanus
Copy link
Contributor

@sjaanus sjaanus commented Sep 5, 2024

image

Copy link

vercel bot commented Sep 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 7:09am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Sep 5, 2024 7:09am

Copy link
Contributor

github-actions bot commented Sep 5, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

import { type SelectChangeEvent, styled, Typography } from '@mui/material';
import { Link } from 'react-router-dom';
import Select from '../../../../common/select';
import { OFFICIAL_SDKS } from '../../../../integrations/IntegrationList/AvailableIntegrations/SDKs';
Copy link
Contributor

@kwasniew kwasniew Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the SDK list (at the type level, we can add value level list too) in the onboarding directory. The file is called sharedTypes.ts. We can use the integrations dir but I wanted to control which ones we display in the onboarding just in case the lists don't match between integrations and onboarding.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have value level lists in the SelectSdk.tsx so you can export it from there. Then we don't depend on the other module.

@sjaanus sjaanus merged commit 4b1de56 into main Sep 5, 2024
10 of 11 checks passed
@sjaanus sjaanus deleted the sdk-example branch September 5, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants