[WEB-3422] fix: app sidebar fixes and improvements (#6633)

* chore: app sidebar improvements

* chore: overview icon updated
This commit is contained in:
Anmol Singh Bhatia 2025-02-18 20:49:17 +05:30 committed by GitHub
parent 1478e66dc4
commit 23b0d4339d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 49 additions and 43 deletions

View file

@ -90,11 +90,9 @@ export const AppSidebar: FC = observer(() => {
})}
>
<SidebarMenuItems />
<hr
className={cn("flex-shrink-0 border-custom-sidebar-border-300 h-[0.5px] w-3/5 mx-auto my-1", {
"opacity-0": !sidebarCollapsed,
})}
/>
{sidebarCollapsed && (
<hr className="flex-shrink-0 border-custom-sidebar-border-300 h-[0.5px] w-3/5 mx-auto my-1" />
)}
{/* Favorites Menu */}
{canPerformWorkspaceMemberActions && !isFavoriteEmpty && <SidebarFavoritesMenu />}
{/* Teams List */}