-
Notifications
You must be signed in to change notification settings - Fork 25
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
RHCLOUD-31230 Adding virtual-assistant's body #4
Conversation
...ntent/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistantWithActions.tsx
Show resolved
Hide resolved
Looks like the md lint is failing also in main: https://github.com/patternfly/virtual-assistant/actions/runs/8143791510/job/22256489065 - pr preview seems busted as well. |
@josejulio thank you, I see. Will try to figure it out. Maybe @dlabaj could help us |
@josejulio this might help #6 |
- Adding tests - Moved to managed component and added new props
c76737b
to
6289c6a
Compare
Rebased, only the pr-preview is failing (expected as not configured) |
...nfly-docs/content/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistant.md
Outdated
Show resolved
Hide resolved
...nfly-docs/content/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistant.md
Outdated
Show resolved
Hide resolved
...nfly-docs/content/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistant.md
Outdated
Show resolved
Hide resolved
...nfly-docs/content/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistant.md
Outdated
Show resolved
Hide resolved
...nfly-docs/content/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistant.md
Outdated
Show resolved
Hide resolved
...nfly-docs/content/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistant.md
Outdated
Show resolved
Hide resolved
...nfly-docs/content/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistant.md
Outdated
Show resolved
Hide resolved
...nfly-docs/content/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistant.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add 'VirtualAssistantActions' to propComponents? It shows the component's props in the docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, yeah, it looks weird, let's not add it for now. I'll reach out to PF on how we could display such types properly. Thank you 🙂
...ontent/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistantCustomText.tsx
Outdated
Show resolved
Hide resolved
...ontent/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistantCustomText.tsx
Outdated
Show resolved
Hide resolved
...ontent/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistantCustomText.tsx
Outdated
Show resolved
Hide resolved
...ontent/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistantCustomText.tsx
Outdated
Show resolved
Hide resolved
...xtensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistantDisableOnEmptyText.tsx
Outdated
Show resolved
Hide resolved
.../content/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistantMessages.tsx
Outdated
Show resolved
Hide resolved
...ntent/extensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistantWithActions.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Filip Hlavac <50696716+fhlavac@users.noreply.github.com>
@josejulio made some nitpicking there 😄 |
Co-authored-by: Filip Hlavac <50696716+fhlavac@users.noreply.github.com>
Co-authored-by: Filip Hlavac <50696716+fhlavac@users.noreply.github.com>
🎉 This PR is included in version 1.0.0-prerelease.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Using some of the changes from #3 (Thanks @epwinchell !)