-
Notifications
You must be signed in to change notification settings - Fork 244
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
EmbeddedChat enhancements #219
base: main
Are you sure you want to change the base?
Conversation
outputElement.innerHTML = `<code>\nError: ${escapedMessage}\nStack: ${escapedStack}</co>`; | ||
} | ||
} else { | ||
outputElement.innerHTML = "\n" + JSON.stringify(result, null, 2); |
Check warning
Code scanning / CodeQL
Exception text reinterpreted as HTML Medium
Exception text
@abhinavkrin lets get this in! We can publish a stable release and after that go with further enhancements, what do you think? |
Yes, We should make embeddedchat stable. I think we have enough features/enhancements for now. There are lots of things that need to be fixed. We will fix them and release them as the next major version. |
added optionshow
auto option selection
…essing feat: UIKit improvement and action processing
chore: delete unused files
#637) * Combine build steps for react, ui-elements, and layout_editor packages * Small change in build-lint
* Added Feature to deploy previews of pull requests * Removed environment variables from build-lint workflow * Modified the changes mentioned in the code-review
…644) * added memoization to stop rerenders * added memoization for allmessage and shouldrender * fixed linting errors and imports
* fix * formatting fix * fix * Fiexed lint issues
* prevent quote message overflow * Removed sidebar open checking and added styling to Quote Message Box
…657) * trim whitespaces in username/email fields to prevent login issues * Remove extra .trim()
…ection (#663) * Fix: Display emoji in visual format and enable send icon on emoji selection * Revised code
* set messages and avatar url to null on logout * Fixed linting issues * Remove unnecessary import
No description provided.