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(chat): slotting and streaming #145

Merged
merged 39 commits into from
Apr 30, 2024

Conversation

ocornec
Copy link
Contributor

@ocornec ocornec commented Apr 30, 2024

Closes #

{{short description}}

Changelog

New

  • {{new thing}}

Changed

  • {{change thing}}

Removed

  • {{removed thing}}

Testing / Reviewing

{{ Add descriptions, steps or a checklist for how reviewers can verify this PR works or not }}

ocornec and others added 30 commits February 6, 2024 11:58
fix(charts): fix some ts errors
Copy link

netlify bot commented Apr 30, 2024

Deploy Preview for carbon-labs ready!

Name Link
🔨 Latest commit a90161d
🔍 Latest deploy log https://app.netlify.com/sites/carbon-labs/deploys/6631128571a83e00087bf420
😎 Deploy Preview https://deploy-preview-145--carbon-labs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

],
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
"scripts": {
"build": "gulp build --option chat",
"build": "gulp build --option feedback",
Copy link
Member

Choose a reason for hiding this comment

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

please change back, otherwise it is not building the chat package

tsconfig.json Outdated
@@ -27,5 +27,5 @@
"types": ["mocha", "sinon"]
},
"include": ["packages/**/*.ts", ".storybook/**/*.ts", "declarations.d.ts"],
"exclude": ["packages/**/__tests__"]
"exclude": ["packages/**/__tests__","node_modules/vega-lite"]
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we need to add the vega-lite here, it doesn't work

"build:dist": "rm -rf dist && rollup --config ../../tools/rollup.config.dist.js",
"build:dist:canary": "rm -rf dist && rollup --config ../../tools/rollup.config.dist.js --configCanary",
"postinstall": "ibmtelemetry --config=telemetry.yml"
Copy link
Member

Choose a reason for hiding this comment

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

please add the postinstall script back, it's needed for telemetry to work

find . -type f -name '*.scss' -exec sed -i '' "s|${OLD_TOKEN}|${NEW_TOKEN}|g" {} +
done

echo “All .scss files updated”
Copy link
Member

Choose a reason for hiding this comment

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

I removed this last time because I'm not sure this script should live here

@annawen1 annawen1 changed the title Slottingandstreaming feat(chat): slotting and streaming Apr 30, 2024
@annawen1 annawen1 enabled auto-merge (squash) April 30, 2024 18:55
@annawen1 annawen1 merged commit ad70bcf into carbon-design-system:main Apr 30, 2024
9 checks passed
@annawen1 annawen1 deleted the slottingandstreaming branch April 30, 2024 18:56
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.

None yet

2 participants