infisical
infisical copied to clipboard
feat: added pagination to secrets dashboard
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:
Type ✨
- [ ] Bug fix
- [x] New feature
- [ ] Breaking change
- [ ] Documentation
Replaced custom pagination component with existing pagination component.
I'm only seeing frontend changes. Pagination should also happen on the backend.
I'm working on it. Would soon make a commit.