pinacai / PINAC_Workspace

OpenSource & Cross-Platform alternative of "Copilot for Windows"
GNU General Public License v3.0
17 stars 23 forks source link

feat(chatbox): implement automatic scrolling during AI response #22

Closed Aardenfell closed 1 month ago

Aardenfell commented 1 month ago

Closes #14

Aardenfell commented 1 month ago

Something to note: I was unable to verify continuous scrolling with long AI responses due to the inability to test the AI behaviour in my environment.

RajeshTechForge commented 1 month ago

Something to note: I was unable to verify continuous scrolling with long AI responses due to the inability to test the AI behaviour in my environment.

That's fine, I will check it.

RajeshTechForge commented 1 month ago

Hi @Aardenfell,

Thanks for you contribution to our project. I want to let you know that your codes are functioning smoothly. Here is the video: Screencast from 2024-06-12 15-49-20.webm

Here you can see it's showing user input by auto scrolling, which is great. Would you like add a contineous scrolling for ai response bubble with the auto-typing ?

Best, Rajesh Mondal

Aardenfell commented 1 month ago

Ahh, that's what I was afraid of happening. Let me see if I can make it also scroll when the response bubble goes off screen.