-
Notifications
You must be signed in to change notification settings - Fork 27
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
Allow custom icons on Quick Response #434
Comments
Hi @ibolton336 - We're limited by React-Markdown here: https://github.com/remarkjs/react-markdown/blob/main/lib/index.js#L56C1-L56C41. Are you looking to inject other components into the body of the message? |
Yeah could we add a new prop called messageContent that if passed, replaces the other content? |
Do you have any wireframes you could share for what you're trying to do here? |
Got it. Can I ask what group/project this is? This looks like a slightly customized Quick Response. We don't currently allow custom icons in there, but it's something we can enable quickly. Do you envision needing to inject other types of content? |
Sure @rebeccaalpert - this is just a mockup would love feedback. It is for the KAI IDE plugin https://github.com/konveyor/editor-extensions. TYVM |
Ideally we would have a way to show a panel that is expandable into a full screen view, tables of data, etc. |
Tables should be coming as part of #425 very soon! It should just be markdown syntax. Do you have any mocks for the panel yet? |
Just renaming this to track the Quick Response icons - I'll use this ticket to track/implement. We got the ok from the group today. Should be pretty straightforward to allow customization of those. |
Any reason why we wouldn't be able to expand this to include react nodes?
The text was updated successfully, but these errors were encountered: