mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-21 08:25:23 -04:00
Paginate Documents #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @timothycarambat on GitHub (Jul 28, 2023).
Originally assigned to: @shatfield4 on GitHub.
For users with many many documents, we should limit this container to only showcase some LIMIT of documents which will then require pagination via a query param in the URL.
Currently the view is limited to 100 documents flat without pagination.