Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement collapsible side navigation, 401 page redirection after log… #182

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

konolak
Copy link

@konolak konolak commented May 30, 2024

…in and minor style fixes

@konolak konolak marked this pull request as ready for review May 31, 2024 15:44
<div className={''}>
<div className={!isSidebarMinimized && !isFirstPageLoad ? "sidebar-animate-fadein" : undefined}>
<MscrSideNavigation heading="" aria-label={t('workspace.navigation')}
className={isSidebarMinimized ? "sidebar-animate-fadeout" : undefined}>
<MscrSideNavigationLevel1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check indentation

placement="top-end"
className={undefined}>
<FoldButton
aria-label="fold"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be more descriptive, or you can leave it for when accessibility will be checked and improved later.

@konolak konolak merged commit 0425214 into develop Jun 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants