You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the app displays messages in ascending order, with the newest messages appearing at the top. This is counterintuitive for a typical chat experience, where users expect the most recent messages to appear at the bottom of the chat window.
Expected Behavior:
Messages should be displayed in descending order, with the newest messages at the bottom.
The chat window should automatically scroll to the latest message when new messages are added.
Current Behavior:
Messages are displayed in ascending order, with the latest messages appearing at the top.
Proposed Solution:
Update the front-end logic to display messages in descending order.
Ensure the viewport scrolls to the latest message when new content is added.
Move chat input box from top of display to under the chat viewport.
This change would provide a more natural and familiar chat experience for users.
The text was updated successfully, but these errors were encountered:
Currently the app displays messages in ascending order, with the newest messages appearing at the top. This is counterintuitive for a typical chat experience, where users expect the most recent messages to appear at the bottom of the chat window.
Expected Behavior:
Current Behavior:
Proposed Solution:
This change would provide a more natural and familiar chat experience for users.
The text was updated successfully, but these errors were encountered: