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: added pagination to secrets dashboard #2302

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Anonymous961
Copy link

Closes #2224

Description 📣

Added pagination to the secrets dashboard. The number of secrets per page is currently fixed at 10. Additionally, a button can be added to allow users to change the number of items per page.

The page now looks like this:
image
image

Type ✨

  • Bug fix
  • New feature
  • Breaking change
  • Documentation

@Anonymous961
Copy link
Author

Replaced custom pagination component with existing pagination component.
image
image

@maidul98
Copy link
Collaborator

I'm only seeing frontend changes. Pagination should also happen on the backend.

@Anonymous961
Copy link
Author

I'm working on it. Would soon make a commit.

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.

Add pagination to secrets dashboard to reduce lag
2 participants