feat(Button): add new chat button and icon#626
Conversation
|
Preview: https://chatbot-pr-chatbot-626.surge.sh A11y report: https://chatbot-pr-chatbot-626-a11y.surge.sh |
There was a problem hiding this comment.
Thank you for the PR. Overall this looks good to me. There's just a few text casing things, and I left some (non-blocking) notes on a couple of nitpicky things.
For @kaylachumley - this is what it looks like in Compact mode:
packages/module/src/ChatbotConversationHistoryNav/ChatbotConversationHistoryNav.tsx
Outdated
Show resolved
Hide resolved
packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/ChatbotHeaderBasic.tsx
Outdated
Show resolved
Hide resolved
packages/module/patternfly-docs/content/extensions/chatbot/examples/demos/Chatbot.tsx
Outdated
Show resolved
Hide resolved
packages/module/src/ChatbotHeader/ChatbotHeaderNewChatButton.tsx
Outdated
Show resolved
Hide resolved
packages/module/src/ChatbotHeader/ChatbotHeaderNewChatButton.tsx
Outdated
Show resolved
Hide resolved
|
For @kaylachumley and @edonehoo - you can see changes here: https://chatbot-pr-chatbot-626.surge.sh/patternfly-ai/chatbot/ui#header and https://chatbot-pr-chatbot-626.surge.sh/patternfly-ai/chatbot/ui#header-options. |
There was a problem hiding this comment.
a small bit of docs + echoing Rebecca's suggestion about the button capitalization, otherwise looks good!
packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/UI.md
Outdated
Show resolved
Hide resolved
b095bd1 to
baf70b4
Compare
There was a problem hiding this comment.
If you could just pop out the changes in the main ChatBot demo, I'm 100% happy to approve.
packages/module/patternfly-docs/content/extensions/chatbot/examples/demos/Chatbot.md
Outdated
Show resolved
Hide resolved
packages/module/patternfly-docs/content/extensions/chatbot/examples/demos/Chatbot.tsx
Outdated
Show resolved
Hide resolved
packages/module/patternfly-docs/content/extensions/chatbot/examples/demos/Chatbot.tsx
Outdated
Show resolved
Hide resolved
|
🎉 This PR is included in version 6.4.0-prerelease.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Also added icon to "New chat" button in history drawer.
Closes #509. Updated @patternfly/documentation-framework to 6.16.0 for icon. Buttons in the header and basic chatbot demos, when clicked, do not have functionality as of this moment. If needed, these buttons can also be added to other demos.