I’ve been playing around with the “chatroom” project on the link I posted, but I’m not really lovin’ in. I really like yours with the activation button and everything. Super cool.
Thanks, I am just refactoring the UI code because I had built it for Restaurant bot, so before I release the code I am just making it for Generic use, as soon as I complete it, I will share it with the community
Till that time you can try out the older version of the UI
You’ve done a lot of great work, thank you so much for posting this.
I’ve already done some things to my install, adding some features that mimic the rasa-webchat project here (https://github.com/mrbot-ai/rasa-webchat) That one is socket.io only, and I was using it for a bit, but I think I prefer the rest-api plus I’m not a React guy, so you having built this with jQuery is great.
The main feature I’ve focused on so far is the launcher icon - you call it #profile_div
The chat slides open / closed now when you click the launch icon
The launch icon rotates 90 degrees clockwise to open and counter-clockwise to close
I removed the close x in the header of the chat
When the chat is open, the icon changes to an X so it it apparent how to close it. When you close it, it rotates back and the initial icon displays
If you’re interested in a pull-request let me know and I could probably get to that later today or tomorrow. I’m also fine if you’d prefer to add features yourself, I’m open to whatever.
hey @jonathanpwheat, thanks for the idea, I wanted to do that but it doesn’t suits properly to my widget but ya I will try to implement something similar but probably won’t mimic the react-chat widget
this is a great bot you got here, awesome job! Would you be able to describe how you implemented the browser location feature where it asks the user for location and if confirmed grabs the browser location with an alert. I’ve been trying to implement that as well but don’t know where to start.