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
[DON'T WORK ON THIS YET UNTIL FURTHER INSTRUCTION]
Enable the component for Workspace Management
The <SidebarHeader /> component should allow users to switch between different workspaces directly from the sidebar. This includes displaying the logo of the current workspace.
In detail for left sidebar, we will need to enable the component called <SidebarHeader /> (Where we now display logo) to be able to switch Workspace, but essentially by default we will show there Ever Teams logo like now, but if user set logo for own Namespace, it should use that current workspace logo and click on that element should allow switching to other workspaces (if user have more than one workspace)
Detailed Flow
Go to the sidebar.
Check that the <SidebarHeader /> component displays the current workspace logo.
Click to try to change workspace.
Expected solution
Enable <SidebarHeader /> to display the workspace logo.
Allow the workspace to be changed by clicking on the logo.
Acceptance Criteria
The logo of the current workspace must be visible in the sidebar.
Click on the logo to change workspace.
The text was updated successfully, but these errors were encountered:
[DON'T WORK ON THIS YET UNTIL FURTHER INSTRUCTION]
Enable the component for Workspace Management
The
<SidebarHeader />
component should allow users to switch between different workspaces directly from the sidebar. This includes displaying the logo of the current workspace.In detail for left sidebar, we will need to enable the component called
<SidebarHeader />
(Where we now display logo) to be able to switch Workspace, but essentially by default we will show there Ever Teams logo like now, but if user set logo for own Namespace, it should use that current workspace logo and click on that element should allow switching to other workspaces (if user have more than one workspace)Detailed Flow
<SidebarHeader />
component displays the current workspace logo.Expected solution
<SidebarHeader />
to display the workspace logo.Acceptance Criteria
The text was updated successfully, but these errors were encountered: