Skip to content

fix: AppSwitcher now using correct Lettings BDM product ID#705

Merged
kurtdoherty merged 1 commit intomainfrom
fix-app-switcher-bdm-product-id
Aug 24, 2025
Merged

fix: AppSwitcher now using correct Lettings BDM product ID#705
kurtdoherty merged 1 commit intomainfrom
fix-app-switcher-bdm-product-id

Conversation

@kurtdoherty
Copy link
Contributor

What it says on the tin.

@rpt-uk-github
Copy link

rpt-uk-github commented Aug 24, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

@kurtdoherty kurtdoherty force-pushed the fix-app-switcher-bdm-product-id branch from 4862602 to 2932494 Compare August 24, 2025 23:04
case 'keywhere':
return hasAccess ? <img src={KeyWhere} /> : <img src={KeyWhereDisabled} />
case 'autoResponder':
return hasAccess ? <img src={AutoResponder} /> : <img src={AutoResponderDisabled} />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

note: lettingsBDM -> bdm plus some other alphabetising

@kurtdoherty kurtdoherty marked this pull request as ready for review August 24, 2025 23:05
@kurtdoherty kurtdoherty force-pushed the fix-app-switcher-bdm-product-id branch from 2932494 to b7311a3 Compare August 24, 2025 23:06
@@ -28,6 +28,8 @@ Beta versions should be relatively stable but subject to occssional breaking cha
- **fix:** `Badge` label no longer wraps when it has insufficient space.
- **feat!:** `SupplementaryInfo` now supports a `colour` prop that allows the colour of all items to be set. A new default of `inherit` is also used for both `SupplementaryInfo` and `SupplementaryInfo.Item`.
- **fix:** `StatusIndicator` text no longer wraps when it has insufficient space.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

note: scouting the mention of the new experimental SearchInput in the labs folder.

@codacy-production
Copy link

codacy-production bot commented Aug 24, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 0397ee21 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0397ee2) Report Missing Report Missing Report Missing
Head commit (b7311a3) 8300 7664 92.34%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#705) 11 11 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@kurtdoherty kurtdoherty merged commit 294a217 into main Aug 24, 2025
6 checks passed
@kurtdoherty kurtdoherty deleted the fix-app-switcher-bdm-product-id branch August 24, 2025 23:11
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