Skip to content

docs(ui5-side-navigation): await upgrade of groups in samples by changing the import order #11203

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
Apr 8, 2025

Conversation

dimovpetar
Copy link
Contributor

Related to #11172

Copilot

This comment was marked as outdated.

@dimovpetar dimovpetar marked this pull request as draft March 27, 2025 14:51
@dimovpetar dimovpetar force-pushed the sn_samples_import_order branch from 93d1a11 to 020fea8 Compare March 27, 2025 14:53
@dimovpetar dimovpetar marked this pull request as ready for review March 27, 2025 14:53
@dimovpetar dimovpetar requested a review from Copilot March 27, 2025 14:53
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes the import order for the UI5 SideNavigation component in various Fiori sample applications to support the upcoming upgrade of groups.

  • Reorders the import of "@ui5/webcomponents-fiori/dist/SideNavigation.js" in multiple sample files.
  • Ensures consistency across sample apps and the bundle in "packages/fiori/src/bundle.esm.ts".

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/website/docs/_samples/fiori/SideNavigation/UnselectableParentItems/main.js Moves the SideNavigation import to a new position after item imports.
packages/website/docs/_samples/fiori/SideNavigation/QuickAction/main.js Adjusts SideNavigation import order to follow group-specific imports.
packages/website/docs/_samples/fiori/SideNavigation/OverlayMode/main.js Reorders SideNavigation import and removes a duplicate import of SideNavigationGroup.
packages/website/docs/_samples/fiori/SideNavigation/Basic/main.js Reorders SideNavigation import to match the new convention.
packages/fiori/src/bundle.esm.ts Updates the import order for SideNavigation to align with the change across samples.

@dimovpetar dimovpetar changed the title fix(ui5-side-navigation): await upgrade of groups in samples by changing the import order docs(ui5-side-navigation): await upgrade of groups in samples by changing the import order Mar 31, 2025
@dimovpetar dimovpetar requested a review from a team April 8, 2025 09:00
@dimovpetar dimovpetar merged commit e3d90ca into main Apr 8, 2025
12 checks passed
@dimovpetar dimovpetar deleted the sn_samples_import_order branch April 8, 2025 11:09
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