diff --git a/src/components/video-listing.astro b/src/components/video-listing.astro index 15c056c..b1f6c3e 100644 --- a/src/components/video-listing.astro +++ b/src/components/video-listing.astro @@ -1,5 +1,5 @@ --- -// Default Listing template for Apps, Games, and formulas +// Video Listing template for Benchmarks and Videos import { ListingDetails @@ -7,14 +7,7 @@ import { // import Devices from '~/src/components/listing-parts/devices.astro' import RelatedVideos from '~/src/components/listing-parts/related-videos.astro' - -import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue' - -// import { makeLastUpdatedFriendly } from '~/helpers/parse-date' -// import { getAppEndpoint } from '~/helpers/app-derived.js' - -// import LinkButton from '~/components/link-button.vue' -// import VideoRow from '~/components/video/row.vue' +import HtmlPlayer from '~/src/components/video/player.astro' const { @@ -26,7 +19,18 @@ const details = new ListingDetails( listing )
- { "playerHtml" } + + +
+

{ details.initialVideo.name }

+
+ +
@@ -47,7 +51,9 @@ const details = new ListingDetails( listing )
- { "featuredAppsHtml" } + { details.hasRelatedApps && +
{ "featuredAppsHtml/related apps" }
+ }