From 9e7553c6b7543db7ab28d48164aaa344656f82e3 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 5 May 2022 13:48:05 -0500 Subject: [PATCH] Add subscribe and related videos to benchmarks --- src/components/video-listing.astro | 38 +++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 8 deletions(-) diff --git a/src/components/video-listing.astro b/src/components/video-listing.astro index cd3d354..15c056c 100644 --- a/src/components/video-listing.astro +++ b/src/components/video-listing.astro @@ -5,12 +5,8 @@ import { ListingDetails } from '~/helpers/listing-page.js' -import Aliases from '~/src/components/listing-parts/aliases.astro' -import RelatedLinks from '~/src/components/listing-parts/related-links.astro' -import Devices from '~/src/components/listing-parts/devices.astro' +// import Devices from '~/src/components/listing-parts/devices.astro' import RelatedVideos from '~/src/components/listing-parts/related-videos.astro' -import Bundles from '~/src/components/listing-parts/bundles.astro' -import LastUpdated from '~/src/components/listing-parts/last-updated.astro' import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue' @@ -26,10 +22,36 @@ const { } = Astro.props const details = new ListingDetails( listing ) - --- -
+
+
- Video Listing + { "playerHtml" } +
+ + { details.shouldHaveSubscribeButton && + + } +
+ +
+ + { "featuredAppsHtml" } + + + +