feat(catalog): add offers section to InfoPanel after product selection
All checks were successful
Build Docker Image / build (push) Successful in 4m33s
All checks were successful
Build Docker Image / build (push) Successful in 4m33s
- Hide products section when product is selected - Show offers section with OfferCard components - Add cancel button to return to product list - Wire up select-offer event to navigate to offer detail
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
@add-to-filter="onInfoAddToFilter"
|
||||
@open-info="onInfoOpenRelated"
|
||||
@select-product="onInfoSelectProduct"
|
||||
@select-offer="onSelectOffer"
|
||||
@open-kyc="onOpenKyc"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user