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 storybook updates #95

Merged

Conversation

ocornec
Copy link
Contributor

@ocornec ocornec commented Mar 4, 2024

Closes #

{{short description}}

Changelog

New

  • {{new thing}}

Changed

  • Added Card object for urls and videos, resizable window, added list extraction logic and subelement

Removed

  • {{removed thing}}

Testing / Reviewing

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

Copy link

netlify bot commented Mar 4, 2024

Deploy Preview for carbon-labs ready!

Name Link
🔨 Latest commit 9a3a3ee
🔍 Latest deploy log https://app.netlify.com/sites/carbon-labs/deploys/65e75b7a850ed70008a43343
😎 Deploy Preview https://deploy-preview-95--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.

*
* @returns {TemplateResult<1>}
*/
render: () => html` <c4ai--chat-header> </c4ai--chat-header>`,
Copy link
Member

@annawen1 annawen1 Mar 5, 2024

Choose a reason for hiding this comment

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

just noticed we should not being using 2 hyphens for the component names, let's keep it consistent with one.

The classnames for the styles use 2 hyphens

Suggested change
render: () => html` <c4ai--chat-header> </c4ai--chat-header>`,
render: () => html` <c4ai-chat-header> </c4ai-chat-header>`,

/**
* Constructed class functionality for the test input custom element
*/
@customElement(`${c4aiPrefix}--chat-header`)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
@customElement(`${c4aiPrefix}--chat-header`)
@customElement(`${c4aiPrefix}-chat-header`)

Copy link
Member

@annawen1 annawen1 left a comment

Choose a reason for hiding this comment

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

Needs changes for sure, but we can revisit afterwards

@annawen1 annawen1 merged commit 1c35b7f into carbon-design-system:main Mar 5, 2024
8 checks passed
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