mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Game Reports and Thomas Credit to listings
This commit is contained in:
parent
69ef5575c1
commit
bb29e97f06
1 changed files with 10 additions and 0 deletions
|
|
@ -6,10 +6,12 @@ import {
|
||||||
} from '~/helpers/listing-page.js'
|
} from '~/helpers/listing-page.js'
|
||||||
|
|
||||||
import Aliases from '~/src/components/listing-parts/aliases.astro'
|
import Aliases from '~/src/components/listing-parts/aliases.astro'
|
||||||
|
import ThomasCredit from '~/components/thomas-credit.vue'
|
||||||
import RelatedLinks from '~/src/components/listing-parts/related-links.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 RelatedVideos from '~/src/components/listing-parts/related-videos.astro'
|
||||||
import Bundles from '~/src/components/listing-parts/bundles.astro'
|
import Bundles from '~/src/components/listing-parts/bundles.astro'
|
||||||
|
import GameReports from '~/src/components/listing-parts/game-reports.astro'
|
||||||
import LastUpdated from '~/src/components/listing-parts/last-updated.astro'
|
import LastUpdated from '~/src/components/listing-parts/last-updated.astro'
|
||||||
|
|
||||||
import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue'
|
import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue'
|
||||||
|
|
@ -41,6 +43,10 @@ const details = new ListingDetails( listing )
|
||||||
{ details.subtitle }
|
{ details.subtitle }
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
{ details.isGame && (
|
||||||
|
<ThomasCredit />
|
||||||
|
)}
|
||||||
|
|
||||||
<Aliases listing={ listing } />
|
<Aliases listing={ listing } />
|
||||||
|
|
||||||
<AllUpdatesSubscribe
|
<AllUpdatesSubscribe
|
||||||
|
|
@ -67,6 +73,10 @@ const details = new ListingDetails( listing )
|
||||||
listing={ listing }
|
listing={ listing }
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<GameReports
|
||||||
|
listing={ listing }
|
||||||
|
/>
|
||||||
|
|
||||||
<LastUpdated
|
<LastUpdated
|
||||||
listing={ listing }
|
listing={ listing }
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue