Skip to content

fix: Open category after navigating from another view#4493

Merged
OliwiaGowor merged 2 commits intokyma-project:mainfrom
OliwiaGowor:sidenav-category-expanded
Jan 9, 2026
Merged

fix: Open category after navigating from another view#4493
OliwiaGowor merged 2 commits intokyma-project:mainfrom
OliwiaGowor:sidenav-category-expanded

Conversation

@OliwiaGowor
Copy link
Contributor

@OliwiaGowor OliwiaGowor commented Jan 7, 2026

Description

Changes proposed in this pull request:

  • Open category after navigating from another view

Related issue(s)
Closes #4320

Definition of done

  • The PR's title starts with one of the following prefixes:
    • feat: A new feature
    • fix: A bug fix
    • docs: Documentation only changes
    • refactor: A code change that neither fixes a bug nor adds a feature
    • test: Adding tests
    • revert: Revert commit
    • chore: Maintainance changes to the build process or auxiliary tools, libraries, workflows, etc.
  • Related issues are linked. To link internal trackers, use the issue IDs like backlog#4567
  • Explain clearly why you created the PR and what changes it introduces
  • All necessary steps are delivered, for example, tests, documentation, merging

>
const children = category.items?.map((nn, index) => {
const isNodeSelected = checkIsSelected(nn);
console.log(isNodeSelected);
Copy link
Contributor

Choose a reason for hiding this comment

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

console log

@awoloszyn22
Copy link
Contributor

I see a TypeScript error in file src/sidebar/SidebarNavigation.tsx (missing prop in NavItem component)

@OliwiaGowor OliwiaGowor merged commit 98bfed6 into kyma-project:main Jan 9, 2026
22 checks passed
@OliwiaGowor OliwiaGowor deleted the sidenav-category-expanded branch February 20, 2026 08:36
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.

UXC-026 Side Navigation - Category is not opening after navigation

2 participants