mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
Infinite scroll on sidebar for collections #6
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.
Many users have >100 workspaces. In this event, we should utilize an infinite scroll + a simple name-based search field in the sidebar. This way we can improve the initial page load by only querying the top 20 workspaces and then any more than that will lazy load in the rest of the workspaces.
The search bar should only appear if there are more than
LIMITworkspaces, where limit is the page size of workspaces.