-
Notifications
You must be signed in to change notification settings - Fork 262
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. |
…essing feat: UIKit improvement and action processing
chore: delete unused files
modular code handled auth flow in EC API
…ing_screens fix/feat: Improve auto login + loading screens
* Fixed unwanted close call in ChatBody.js * Separated the useEffect which calls getMessagesAndRoles * Formatted using prettier
* Fixed: The read-only is also set for admins which should not be the case. * fix: enable messaging for admins in read-only rooms based on workspace permissions * Formatted using prettier
* Fix:Fix: Restrict pin icon visibility based on user permissions * Restrict pin icon visibility
* fixed recursive quoting issue * fixed multiple quoting issue * Removed unwanted comment * added checks which causing error in deployment * Resolved the commits * Fix the issue of not able to send the quoted thread messages
* Added go to Message Feature * fix linting issues * Implement jump to message functionality * Fix linting * Append msg to URL * Remove appending in URL * Fix popup mode issue
…es. (#669) * fetch starred message api called * starred messages fetching from api * ran prettier * fixed linting errors
* Fixed UI issues for Sidebar * Fixed sidebar height issue * Removed unnecessary spacing * Fixed reply in thread issue * Adjusted dynamic header visibility * Revert zIndex changes * Linting fix * Run prettier * Remove zIndex * Adjusted zIndex for ViewComponent * Fix sidebar width * Remove global css for sidebar --------- Co-authored-by: Zishan Ahmad <[email protected]>
… in EmbeddedChat (#702)
* fix mardown * fix conflicts * fix formatting issues * fixed lint issues * changes * prettier * fix quote * fixed * removed markdown from passed prop --------- Co-authored-by: Zishan Ahmad <[email protected]>
* fix(chat): make mentions interactive with user detail modal * Remove unnecessary space * Ran format and lint
…n UI (#695) Co-authored-by: Zishan Ahmad <[email protected]>
* Implemented search member and display member info feature * Fix UserInfo panel width * Added padding to sidebar contents --------- Co-authored-by: Zishan Ahmad <[email protected]>
No description provided.