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

Feat: Infinite Scroll for Older Messages #793

Open
3 tasks done
SinghaAnirban005 opened this issue Jan 4, 2025 · 1 comment · May be fixed by #810
Open
3 tasks done

Feat: Infinite Scroll for Older Messages #793

SinghaAnirban005 opened this issue Jan 4, 2025 · 1 comment · May be fixed by #810
Labels
enhancement New feature or request

Comments

@SinghaAnirban005
Copy link
Contributor

SinghaAnirban005 commented Jan 4, 2025

As an EmbeddedChat developer

I need to:
I need to implement a feature that fetches and loads older messages when a user scrolls to the top of the chat screen

So That:
users can seamlessly view the chat history without refreshing the page or manually triggering a request.

Acceptance Criteria

  • When the user scrolls to the top of the chat screen, a request should be sent to the backend to fetch older messages using the appropriate parameters.
  • The older messages fetched from the backend should be appended to the top of the existing message list in the chat view without losing the current scroll position.
  • Ensure that the Throbber indicator is displayed while the older messages are being fetched.
@SinghaAnirban005 SinghaAnirban005 added the enhancement New feature or request label Jan 4, 2025
@SinghaAnirban005
Copy link
Contributor Author

Working on it !!

@SinghaAnirban005 SinghaAnirban005 linked a pull request Jan 5, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant