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: Bubble integration details and the corresponding demo guide code added. #880

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

thisismayuresh
Copy link
Collaborator

@thisismayuresh thisismayuresh commented Nov 21, 2024

This MR introduces a new feature:

In the Bubble Integration section, users will be able to view and copy the projectId, templateId, and accessToken."

@thisismayuresh thisismayuresh self-assigned this Nov 21, 2024
@thisismayuresh thisismayuresh changed the title feat: Bubble integration details and the corresponding code added feat: Bubble integration details and the corresponding guide code added Nov 21, 2024
@thisismayuresh thisismayuresh changed the title feat: Bubble integration details and the corresponding guide code added feat: Bubble integration details and the corresponding demo guide code added Nov 21, 2024
@thisismayuresh thisismayuresh changed the title feat: Bubble integration details and the corresponding demo guide code added feat: Bubble integration details and the corresponding demo guide code added. Nov 21, 2024
Copy link

nx-cloud bot commented Nov 21, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 547bb9f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Comment on lines 1003 to 1023
'2) Add Import Button': ({ accessToken, projectId, templateId }) => (
<>
<ModifiedText>
Now add Import Button provided by <Code>@impler/react</Code> which opens the Widget
</ModifiedText>
<CodeBlock
height={HEIGHTS.WITH_TEXT}
code={`
import { useImpler } from "@impler/react";

const { showWidget, isImplerInitiated } = useImpler({
projectId: "${projectId}",
templateId: "${templateId}",
accessToken: "${accessToken}",
});

<button disabled={!isImplerInitiated} onClick={showWidget}>Import</button>`}
language="javascript"
/>
</>
),
Copy link
Member

Choose a reason for hiding this comment

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

@thisismayuresh It's react code, please update as it's in Bubble section.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for pointing that out, I will update it.

@chavda-bhavik chavda-bhavik merged commit ad5828a into next Nov 26, 2024
3 checks passed
@chavda-bhavik chavda-bhavik deleted the feat/bubble-integration-code-added branch November 26, 2024 08:31
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