feat: build and wire the Quick View modal
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
The Quick View button (search results page only) emitted quickViewPlaceholder with zero listeners anywhere up the chain - the button did nothing. Built a minimal QuickViewDialogComponent (image, name, price incl. discount, short description, Add to Cart, link to full product page) and wired the event through product-grid -> search-results -> catalog-container, which fetches the product via ProductFacade and opens the dialog. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -273,6 +273,7 @@ export const en: Translations = {
|
||||
compare: 'Compare',
|
||||
share: 'Share',
|
||||
quickView: 'Quick view',
|
||||
quickViewDetails: 'View full details',
|
||||
stockHigh: 'In stock',
|
||||
stockMedium: 'Limited stock',
|
||||
stockLow: 'Almost gone',
|
||||
|
||||
Reference in New Issue
Block a user