diff --git a/app/components/catalog/HubProductCard.vue b/app/components/catalog/HubProductCard.vue new file mode 100644 index 0000000..448c91b --- /dev/null +++ b/app/components/catalog/HubProductCard.vue @@ -0,0 +1,112 @@ + + + diff --git a/app/components/catalog/OfferResultCard.vue b/app/components/catalog/OfferResultCard.vue index 31980da..c842ff4 100644 --- a/app/components/catalog/OfferResultCard.vue +++ b/app/components/catalog/OfferResultCard.vue @@ -12,7 +12,12 @@ - + @@ -26,6 +31,8 @@ const props = withDefaults(defineProps<{ currency?: string | null unit?: string | null stages?: RouteStage[] + startName?: string + endName?: string }>(), { stages: () => [] }) diff --git a/app/components/catalog/RouteStepper.vue b/app/components/catalog/RouteStepper.vue index cb85275..1aedb79 100644 --- a/app/components/catalog/RouteStepper.vue +++ b/app/components/catalog/RouteStepper.vue @@ -1,14 +1,41 @@