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] allow pagination in history to support viewing more than 10 generations #17

Closed
AmanNegi opened this issue Jul 15, 2024 · 0 comments · Fixed by #18
Closed

[feat] allow pagination in history to support viewing more than 10 generations #17

AmanNegi opened this issue Jul 15, 2024 · 0 comments · Fixed by #18

Comments

@AmanNegi
Copy link
Collaborator

Issue Description

Currently, we just store the generations in history. We do not limit the number of generations we store however in the h command we only show the latest 10 generations. Allow users to view other generations as well, this can be implemented using pagination easily.

/gen-gif h 0 ---> View first 10
/gen-gif h 1 ---> View next 10
/gen-gif h 2 ---> View next 10
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 a pull request may close this issue.

1 participant