h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.98k stars 327 forks source link

Make chatbot messages fill entire line to improve reading UX #1998

Closed mturoci closed 1 year ago

mturoci commented 1 year ago

Is your feature request related to a problem? Please describe

The current chatbot card is more like a messenger chat. However, chatbots usually output a lot of text so it's better if we can use the whole real estate provided by the screen.

Describe the solution you'd like

Instead of limited left/right aligned messages, let's center each message and fill the entire row (max out at 65ch for optimal readability).