chat-widget
chat-widget copied to clipboard
Papercups chat widget
Related to this issue https://github.com/papercups-io/chat-widget/issues/90
Right now a user can bypass the email requirement by uploading a file.
Let's add a new prop: `hideOutsideWorkingHours`. If this is `true`, we'll check the widget settings `settings.account?.is_outside_working_hours` and completely hide the widget if this value is `true`.
A couple things to try: - find a bundle analyzer to let us know what dependencies are the largest - try switching from react to preact - remove all unused...
It would be really nice if the widget supported rich responses or at least quick replies. This is very important for chatbot integrations. The way facebook does it could be...
I've accidentally uploaded the wrong file it should send when you press send
Right now you need to run 3 separate repos to get the development environment setup lets make it so that you only need a single one
For example the chat widget shows sent just now, even though it's been long I sent it The widget wont update the fuzzy timestamps until you send a new messgage
Seems like our widget is breaking on Internet Explorer 😢 (Seems to be related to the `framer-motion` dependency)
(Note: the code for this lives in the https://github.com/papercups-io/chat-window repo) Only load the remaining messages if the customer scrolls up. The problem we're trying to solve is that when too...