Use offer result cards in catalog and compute routes for supplier offers
All checks were successful
Build Docker Image / build (push) Successful in 5m50s

This commit is contained in:
Ruslan Bakiev
2026-02-05 19:02:26 +07:00
parent f1eb7bc746
commit beb02bd3fc
5 changed files with 61 additions and 43 deletions

View File

@@ -13,10 +13,12 @@
</Stack>
<Grid :cols="1" :md="2" :lg="3" :gap="4">
<OfferCard
<OfferResultCard
v-for="(offer, index) in offers"
:key="offer.uuid ?? index"
:offer="offer"
:location-name="offer.locationName"
:product-name="offer.title || undefined"
:stages="[]"
/>
</Grid>