FlowiseAI / FlowiseChatEmbed

335 stars 1.35k forks source link

Bug fix and feature added #210

Closed amansoni7477030 closed 4 months ago

amansoni7477030 commented 4 months ago

1. Automatic Window Open Feature Added: Users can now set the following parameters to control automatic window opening:

autoWindowOpen: {
    autoOpen: true, // Parameter to control automatic window opening
    openDelay: 2, // Optional parameter for delay time in seconds
}

2. Received Sound Delay Problem Fixed: The received sound will now play immediately when a message starts being received.

3. Full Chatbot Visibility Bug Fixed for Mobile Devices: The issue where the bottom of the full chatbot was not visible on mobile devices has been fixed. Note that to check this problem, you need to open the full chatbot on a real mobile device, as it will not show any issues in inspect mode. This problem has been fixed.

HenryHengZJ commented 4 months ago

Do you have the 4.) full chatbot visibility screenshots? or probably a deployed link where I can open on my mobile and test it?

amansoni7477030 commented 4 months ago

Do you have the 4.) full chatbot visibility screenshots? or probably a deployed link where I can open on my mobile and test it?

@HenryHengZJ https://amansoni-demo.static.hf.space/index.html check attached screenshot and link, also the pull request fixes the gap and scrolling problem. Screenshot_2024-07-08-15-09-54-36_40deb401b9ffe8e1df2f1cc5ba480b12

HenryHengZJ commented 4 months ago

One issue:

1.) I clicked thumbs up on chat embedded: image

2.) Back to flowise, I can see the thumbs up in the view message: image

3.) Now, back to embedded, I changed my mind, and clicked thumbs down: image

4.) I was expecting to see the thumbs down back in flowise view message, but its still thumbs up

HenryHengZJ commented 4 months ago

Another issue:

1.) I send another message, and rated it 2.) Refresh 3.) The first message that I rated is now gone: image

was expecting that if I rated thumbs up, the button will becomes green and active, and vice versa