feat(catalog): add offers section to InfoPanel after product selection
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:
Ruslan Bakiev
2026-01-27 15:24:53 +07:00
parent 3f7b83bb6d
commit 88d78e9662
2 changed files with 41 additions and 2 deletions

View File

@@ -54,6 +54,7 @@
@add-to-filter="onInfoAddToFilter"
@open-info="onInfoOpenRelated"
@select-product="onInfoSelectProduct"
@select-offer="onSelectOffer"
@open-kyc="onOpenKyc"
/>