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] Implement pagination for message display #34

Open
abi-sheks opened this issue Dec 12, 2024 · 0 comments
Open

[Feat] Implement pagination for message display #34

abi-sheks opened this issue Dec 12, 2024 · 0 comments
Labels
medium This is a medium issue worth 30 points.

Comments

@abi-sheks
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When retrieving messages from a channel with a high volume of messages, the entire history is fetched at once, cluttering the display. This becomes especially problematic as the number of messages grows over time.

Describe the solution you'd like
Implement pagination for message display to improve aesthetic. Add commands with which the user can scroll to the next or previous page. Note that this issue isn't tackling pagination in database retrieval, but instead paginates the display of messages to the user.

@abi-sheks abi-sheks added the medium This is a medium issue worth 30 points. label Dec 12, 2024
@abi-sheks abi-sheks changed the title [Feat] Implement pagination for message retrieval [Feat] Implement pagination for message display Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium This is a medium issue worth 30 points.
Projects
None yet
Development

No branches or pull requests

1 participant