Skip to content

Commit b1cd413

Browse files
authored
feat: Allow Reapit Sales product to display in AppSwitcher (#799)
1 parent b22780e commit b1cd413

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ test('product display order should not change without updating this test', () =>
6868
[
6969
"ireWeb",
7070
"consoleCloud",
71+
"agentBox",
7172
"keywhere",
7273
"bdm",
7374
"mmiWeb",

src/core/app-switcher/config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ export const productConfigs = {
7575
*/
7676
export const productDisplayOrder_DO_NOT_ADD_PRODUCTS_TO_THIS_UNLESS_APPROVED_FOR_DISPLAY_AND_SSO_CAPABLE = [
7777
// Primary apps here (should be alphatically ordered by configured app name)
78-
'ireWeb', // Reapit Lettings
79-
'consoleCloud', // Reapit PM
78+
'ireWeb', // => Reapit Lettings
79+
'consoleCloud', // => Reapit PM
80+
'agentBox', // => Reapit Sales
8081
// Secondary apps here (should be alphatically ordered by configured app name)
8182
'keywhere',
82-
'bdm',
83+
'bdm', // => Lettings BDM
8384
'mmiWeb',
8485
] as const satisfies SupportedProductId[]

src/storybook/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Beta versions should be relatively stable but subject to occssional breaking cha
1919
### **5.0.0-beta.53 - 22/09/25**
2020

2121
- **feat:** Allow MMI product to display in the AppSwitcher
22+
- **feat:** Allow Reapit Sales product to display in the AppSwitcher
2223

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

0 commit comments

Comments
 (0)