-
Notifications
You must be signed in to change notification settings - Fork 286
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
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. |
Fix thread title for files and messages in report modal
Fix: emoji parsing issue in file description
Starred Model fix
1526a73
to
39b6a0f
Compare
bb6a0ff
to
2ef2985
Compare
2ef2985
to
8f3bb40
Compare
…d team to channel change. (#919)
* feat: Enhance FileMessage component with hover effect based on theme * fixed linting
* Feat: Conditionally show 'Edit Message' button based on attachment description * Edit option visible to all message types
…o/video buttons (#812)
* feat: implement loading of older messages functionality * Fix lint error * Globalize messages offset * ensure loader appears far from date header
…hannels Converted to Teams). (#926) * feat : added icon to show channel is team now * Fixed prettier --------- Co-authored-by: Zishan Ahmad <[email protected]>
No description provided.