-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Agent Typing Indicator #10
Conversation
@Shailesh351 I am facing this issue while doing a deploy of the app:
I tried uploading the dist file directly but still facing the same issue. |
@PrajvalRaval which version of server you are running? I have tested with cherry picking commits form upstream PR. And also there are some changes going on for removing ts compiler for appa may be that can be the issue. |
Using this one -> https://github.com/RocketChat/Rocket.Chat/releases/tag/3.8.0-rc.0 |
@PrajvalRaval For now to test this one you can cherry-pick changes from RocketChat/Rocket.Chat#19228 on our develop_pwa branch. There is major change in app compilation and packaging process from upstream. We will need to first merge upstream catchup PRs in Apps-Engine and RC Server. |
I see... These are a lot of changes so let's wait for the releases, I am sure they will be out in a few days, then we can sync them into our repos. Let's keep this PR review pending till that. 👍 |
Cool!! |
@Shailesh351 will we be able to merge this one after we merge the new Rocket.Chat catchup to 3.8.0? |
Yupp @ear-dev |
Closes RocketChat#6
Changes
When agent is typing from salesforce console, show typing indicator on LiveChat widget that agent is typing.
Demo
https://youtu.be/bZjp3EamZ90
Depends On
RocketChat/Rocket.Chat#19228 which will be part of next RC release 3.8.0 https://github.com/RocketChat/Rocket.Chat/milestone/214