Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/core/app-switcher/__tests__/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ test('product display order should not change without updating this test', () =>
"consoleCloud",
"keywhere",
"bdm",
"mmiWeb",
]
`)
})
4 changes: 2 additions & 2 deletions src/core/app-switcher/app-switcher.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ export const AllAccessible: StoryObj<{ accessibleProductIds: string[] }> = {
* const ids = AppSwitcher.getDisplayableProductsForExploreGroup(accessibleProductIds)
*
* return ids.length > 0 && (
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

note: small scout

* <AppSwitcher.YourAppsMenuGroup>
* <AppSwitcher.ExploreMenuGroup>
* {ids.map((productId) => (
* <AppSwitcher.Product key={productId} productId={productId} url={href} />
* ))}
* </AppSwitcher.YourAppsMenuGroup>
* </AppSwitcher.ExploreMenuGroup>
* )
* ```
*/
Expand Down
1 change: 1 addition & 0 deletions src/core/app-switcher/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ export const productDisplayOrder_DO_NOT_ADD_PRODUCTS_TO_THIS_UNLESS_APPROVED_FOR
// Secondary apps here (should be alphatically ordered by configured app name)
'keywhere',
'bdm',
'mmiWeb',
] as const satisfies SupportedProductId[]
4 changes: 2 additions & 2 deletions src/storybook/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ We will publish release version history and changes here. Where possible, we wil

Beta versions should be relatively stable but subject to occssional breaking changes.

### **5.0.0-beta.53 - ??/??/25**
### **5.0.0-beta.53 - 22/09/25**

- TBC
- **feat:** Allow MMI product to display in the AppSwitcher

### **5.0.0-beta.52 - 17/09/25**

Expand Down