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 (pagination): Add pagination to message list. #918

Merged
merged 8 commits into from
May 14, 2022

Conversation

jafin
Copy link
Contributor

@jafin jafin commented Oct 2, 2021

Adds pagination to the message list. Default set to 30 messages per page.
Adds pagination to session list.

Added client Config PageSize to control default value for paging.

image

resolves #906
resolves #935 by virtue of paging to limit resultset of the session to less than 8192 rows.

Additional changes

  • Adjustment to column width for the session to show date/time on one line.

@rnwood
Copy link
Owner

rnwood commented May 13, 2022

@jafin Sorry for the huge delay in reviewing this. Please can you rebase onto master.

@jafin jafin force-pushed the feat/pagination-messages branch from 324ca4c to f3f19d2 Compare May 14, 2022 00:58
@rnwood rnwood merged commit 8c925b6 into rnwood:master May 14, 2022
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

Successfully merging this pull request may close these issues.

Size limit of database.db Add Paging
2 participants