Sidebar: make it possible to set the sidebar as collapsed (#72)

* Sidebar: make it possible to set the sidebar as collapsed
This commit is contained in:
Giancarlo Buomprisco
2024-10-14 11:31:18 +02:00
committed by GitHub
parent d137df2675
commit b2c27eb25b
19 changed files with 221 additions and 100 deletions

View File

@@ -33,7 +33,7 @@ export function PersonalAccountDropdown({
className,
user,
signOutRequested,
showProfileName,
showProfileName = true,
paths,
features,
account,
@@ -56,8 +56,9 @@ export function PersonalAccountDropdown({
enableThemeToggle: boolean;
};
className?: string;
showProfileName?: boolean;
className?: string;
}) {
const { data: personalAccountData } = usePersonalAccountData(
user.id,