Infinite scroll on sidebar for collections #161

Closed
opened 2026-02-23 17:20:35 -05:00 by yindo · 0 comments
Owner

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 LIMIT workspaces, where limit is the page size of workspaces.

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 `LIMIT` workspaces, where limit is the page size of workspaces.
yindo closed this issue 2026-02-23 17:20:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#161