Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
7.26k stars 958 forks source link

Don't scroll on long message. Emulate ChatGPT. #1524

Open gcleaves opened 1 week ago

gcleaves commented 1 week ago

Is your feature request related to a problem? Please describe. I'm frustrated when a long message is streamed to the UI and screen scrolls down automatically to keep pace with the text but before I have had time to read what's above the fold. I need to scroll back the top again.

Describe the solution you'd like Don't scroll automatically. Show the user an element to indicate there is more text below the fold and let the user scroll at their own pace. This is how ChatGPT works.

Describe alternatives you've considered None

Additional context None. Thanks for listening!