-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(ui): plugin should be added based on navigationItems if provided #25529
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
base: main
Are you sure you want to change the base?
Conversation
🔍 CI failure analysis for 0111498: Multiple jobs failed: Job (6,6) has 10 issues (90% flaky), Job (2,6) has catastrophic 200 failures with build errors. Both unrelated to PR's navigation changes.IssueMultiple playwright-ci-postgresql jobs failed in run 21367798581 with different failure patterns, indicating both test flakiness and severe infrastructure issues. All failures are unrelated to this PR's navigation sidebar changes. Root CauseTwo distinct failure patterns in same run: Job (6, 6) - Test Flakiness Pattern
Job (2, 6) - Catastrophic Infrastructure Failure
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar
|



fix(ui): plugin should be added based on navigationItems if provided
Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
mergePluginSidebarItems()to checknavigationItems.isHiddenbefore inserting plugin itemsisEmpty()check for empty navigation arrays ingetTreeDataForNavigationItems()andgetHiddenKeysFromNavigationItems()useCustomPages.tsforpageTypecomparisonThis will update automatically on new commits.