Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Message Display Order to Descending (Newest at the Bottom) #37

Open
chair28980 opened this issue Oct 5, 2024 · 0 comments
Open

Comments

@chair28980
Copy link

chair28980 commented Oct 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant