You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the workspace select page, on the right side under 'Choose a different workspace', add a feature to search for a workspace by name and display the top five matching workspaces (if any) or 'No results'
Backend:
Implement a workspace search api endpoint
workspaceSearchReducer to store an array of workspaces (id and name)
searchWorkspaces thunk action creator and receiveSearchWorkspaces
On the workspace select page, on the right side under 'Choose a different workspace', add a feature to search for a workspace by name and display the top five matching workspaces (if any) or 'No results'
Backend:
workspaceSearchReducerto store an array of workspaces (id and name)searchWorkspacesthunk action creator andreceiveSearchWorkspaces