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

Add pagination to the messages index pages #25

Closed
robby1066 opened this issue Jan 30, 2021 · 1 comment
Closed

Add pagination to the messages index pages #25

robby1066 opened this issue Jan 30, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@robby1066
Copy link
Owner

What's the problem you're hoping this new feature will solve?

As more and more videos are recorded, there is a noticeable slowdown in rendering of the drafts & completed messages pages.

Description of feature

Pagination that limits the number of messages displayed per page to a reasonable number would prevent those pages from growing to an unreasonable size.

Alternatives and workarounds

No, all relevant messages are displayed when viewing either of the index pages.

Additional context

Add any other context or screenshots about the feature request here. Are there examples of other apps that have this functionality that would be useful to look at?

@robby1066 robby1066 added the enhancement New feature or request label Jan 30, 2021
@robby1066 robby1066 added this to the For March milestone Feb 23, 2021
@robby1066
Copy link
Owner Author

There's a basic version of pagination on the messages pages now. 10 results are loaded at a time. Instead of full page management, there's a simple "load more" button that adds 10 records at a time until there are no more messages.

Screenshot 2021-03-26 at 10 36 48

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

No branches or pull requests

1 participant