Skip to content

Commit b22780e

Browse files
authored
feat: Allow MMI product to display in AppSwitcher (#798)
1 parent 603f6c9 commit b22780e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

src/core/app-switcher/__tests__/config.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ test('product display order should not change without updating this test', () =>
7070
"consoleCloud",
7171
"keywhere",
7272
"bdm",
73+
"mmiWeb",
7374
]
7475
`)
7576
})

src/core/app-switcher/app-switcher.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ export const AllAccessible: StoryObj<{ accessibleProductIds: string[] }> = {
125125
* const ids = AppSwitcher.getDisplayableProductsForExploreGroup(accessibleProductIds)
126126
*
127127
* return ids.length > 0 && (
128-
* <AppSwitcher.YourAppsMenuGroup>
128+
* <AppSwitcher.ExploreMenuGroup>
129129
* {ids.map((productId) => (
130130
* <AppSwitcher.Product key={productId} productId={productId} url={href} />
131131
* ))}
132-
* </AppSwitcher.YourAppsMenuGroup>
132+
* </AppSwitcher.ExploreMenuGroup>
133133
* )
134134
* ```
135135
*/

src/core/app-switcher/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@ export const productDisplayOrder_DO_NOT_ADD_PRODUCTS_TO_THIS_UNLESS_APPROVED_FOR
8080
// Secondary apps here (should be alphatically ordered by configured app name)
8181
'keywhere',
8282
'bdm',
83+
'mmiWeb',
8384
] as const satisfies SupportedProductId[]

src/storybook/changelog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ We will publish release version history and changes here. Where possible, we wil
1616

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

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

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

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

0 commit comments

Comments
 (0)