Skip to content

Conversation

teallarson
Copy link
Collaborator

No description provided.

@teallarson teallarson requested a review from girarda April 24, 2025 21:31
@teallarson teallarson changed the title feat: callback added to demo feat: callback added to demo, add a server, and remove vite dependency Apr 24, 2025
const loadingEl = document.getElementById("loading");
const errorEl = document.getElementById("error");
<script type="module">
import { EmbeddedWidget } from "https://cdn.jsdelivr.net/npm/@airbyte-embedded/[email protected]/+esm";
Copy link
Contributor

Choose a reason for hiding this comment

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

note to ourselves: we'll want a way to update this automatically

Comment on lines 11 to 42
"build": "tsc",
"prepare": "pnpm run build",
"format": "prettier --write .",
"lint": "prettier --check .",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"airbyte",
"embedded",
"modal",
"widget",
"sources",
"connectors",
"ui",
"oauth",
"authentication",
"authorization",
"connect",
"connector",
"connectors"
],
"author": "Airbyte",
"license": "UNLICENSED",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"eslint": "^9.23.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we need quite a bit of this :) adding some back.

package.json Outdated
]
"keywords": [],
"author": "",
"license": "ISC",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@girarda was this intentional? We had a chat a month ago about making this UNLICENSED, so I am not sure about this.

Comment on lines 15 to 21
"@playwright/test": "^1.42.1",
"@types/node": "^22.13.14",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"dotenv": "^16.4.7",
"prettier": "^3.5.3",
"typescript": "^5.3.3",
"vite": "^5.0.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

same here if we want tests of the demo, we need these :)

@teallarson teallarson merged commit b14ed88 into main Apr 25, 2025
2 checks passed
@teallarson teallarson deleted the teal/callback-in-demo branch April 25, 2025 14:28
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.

3 participants