Closed Anton-88 closed 2 days ago
This pull request involves the removal of the cartNotificationsVM.ts
file, which included functionality for monitoring the shopping cart's empty state using reactive programming with RxJS. Consequently, the productDetailsStatusVM
function in productDetailsStatusVM.js
has been updated to eliminate references to cartNotificationsVM
, ensuring that the remaining functionality related to breadcrumbs remains intact.
File Path | Change Summary |
---|---|
src/data/viewModels/product/cartNotificationsVM.ts | Removed the cartNotificationVM function responsible for monitoring the shopping cart's state. |
src/data/viewModels/product/productDetailsStatusVM.js | Removed the cartNotificationsVM property from the returned object of productDetailsStatusVM . |
cartNotificationsVM.ts
, aligning with the changes made in this PR.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Removed this file as a part of removing the empty shop bag notification (Related issue Remove notification when shopping cart is empty