Skip to content
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

Closed
wants to merge 82 commits into from
Closed

EmbeddedChat enhancements #219

wants to merge 82 commits into from

Conversation

sidmohanty11
Copy link
Collaborator

No description provided.

@sidmohanty11 sidmohanty11 changed the title [WIP][GSoC-2023] EmbeddedChat enhancement EmbeddedChat enhancement GSoC 2023 Sep 25, 2023
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
is reinterpreted as HTML without escaping meta-characters.
@sidmohanty11 sidmohanty11 marked this pull request as ready for review February 17, 2024 17:39
@sidmohanty11
Copy link
Collaborator Author

@abhinavkrin lets get this in! We can publish a stable release and after that go with further enhancements, what do you think?

@abhinavkrin
Copy link
Member

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.

@Spiral-Memory Spiral-Memory changed the title EmbeddedChat enhancement GSoC 2023 EmbeddedChat enhancements Sep 29, 2024
@RocketChat RocketChat deleted a comment from github-actions bot Sep 30, 2024
* 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
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.