sidebar shell + skeleton

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-03-07 15:39:36 +04:00
parent a388c8cb96
commit aa0fca8f7b
7 changed files with 327 additions and 149 deletions

View File

@@ -61,6 +61,7 @@ const LogoComponent = ({
/>
);
}
return org.name.substring(0, 2).toUpperCase();
};
@@ -144,11 +145,7 @@ export function OrganizationSwitcher({
{currentOrganization ? "Free" : "No organization selected"}
</span>
</div>
<ChevronsUpDown
className={`ml-auto ${
!currentOrganization ? "text-gray-400" : ""
}`}
/>
<ChevronsUpDown className="ml-auto" />
</SidebarMenuButton>
</DropdownMenuTrigger>
<DropdownMenuContent