Skip to content

fix: make sidenav nested items sortable by default #2466

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

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

ganeshsomasundaram-okta
Copy link
Contributor

OKTA-853942

Summary

fix: make sidenav nested items sortable by default

Testing & Screenshots

  • I have confirmed this change with my designer and the Odyssey Design Team.

@ganeshsomasundaram-okta ganeshsomasundaram-okta requested a review from a team as a code owner January 17, 2025 15:26
@@ -526,7 +532,7 @@ const SideNav = ({
: item,
);
updateSideNavItemsList(sortedSideNavItems);
onSort?.(sortedSideNavItems);
onSort?.(sortedSideNavItems, parentId, activeId, activeIndex, overIndex);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need this info for handling the reorder inside the enduser app.

@oktapp-aperture-okta oktapp-aperture-okta bot merged commit 7576006 into main Jan 17, 2025
1 check passed
@oktapp-aperture-okta oktapp-aperture-okta bot deleted the gs-OKTA-853942-sidenav-sort-def branch January 17, 2025 16:04
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