Workspace Search on Sidebar and Workspace Table #7

Closed
opened 2026-02-15 16:29:07 -05:00 by yindo · 0 comments
Owner

Originally created by @timothycarambat on GitHub (Aug 1, 2023).

Originally assigned to: @shatfield4 on GitHub.

As a user with many workspaces, I can already infinite scroll the workspaces available to the user. However, to find a workspace of specific interest I crtl+f the page and try to find it. Since infinite scroll was implemented I can no longer use this method.

An automatic "search filter" should be present on the side bar below the workspace header that I can type in and the desired (or no result) will appear once done typing.
Screen Shot 2023-08-01 at 4 31 01 PM

Likewise, a "search" filter function should be present on the Workspaces table on the Org page. It should function the same.
Screen Shot 2023-08-01 at 4 36 17 PM

Dev notes:
The workspaces on the side bar and in the table are logically linked. Updating workspaces on the sidebar will impact the results in the table. The table should probably not auto-filter.

Some other considerations are a "Search" and "Infinite" scroll mode. When the search input is non-null/empty we hide infinite scroll and show only search results. Same for the table. This way the original workspace state does not change constantly.

The sidebar component will be busy adding this so I suggest extracting the Search/Infinite scroll to a new component or subcomponent of the Sidebar. Adding this all into the Sidebar file will be a mess.

Originally created by @timothycarambat on GitHub (Aug 1, 2023). Originally assigned to: @shatfield4 on GitHub. As a user with many workspaces, I can already infinite scroll the workspaces available to the user. However, to find a workspace of specific interest I `crtl+f` the page and try to find it. Since infinite scroll was implemented I can no longer use this method. An automatic "search filter" should be present on the side bar below the workspace header that I can type in and the desired (or no result) will appear once done typing. <img width="270" alt="Screen Shot 2023-08-01 at 4 31 01 PM" src="https://github.com/Mintplex-Labs/vector-admin/assets/16845892/ffb8df19-f9ae-418f-9f87-3b7e737501ef"> Likewise, a "search" filter function should be present on the Workspaces table on the Org page. It should function the same. <img width="476" alt="Screen Shot 2023-08-01 at 4 36 17 PM" src="https://github.com/Mintplex-Labs/vector-admin/assets/16845892/6ba785c0-f0ea-4541-8e20-525c405e2a32"> Dev notes: The workspaces on the side bar and in the table are logically linked. Updating workspaces on the sidebar _will_ impact the results in the table. The table should probably not auto-filter. Some other considerations are a "Search" and "Infinite" scroll mode. When the search input is non-null/empty we hide infinite scroll and show only search results. Same for the table. This way the original workspace state does not change constantly. The sidebar component will be busy adding this so I suggest extracting the Search/Infinite scroll to a new component or subcomponent of the Sidebar. Adding this all into the Sidebar file will be a mess.
yindo added the enhancement label 2026-02-15 16:29:07 -05:00
yindo closed this issue 2026-02-15 16:29:07 -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#7