Update Games List references

This commit is contained in:
Sam Carlton 2020-11-27 13:15:34 -06:00
parent fb34473a98
commit d460de538b
4 changed files with 33 additions and 37 deletions

View file

@ -269,7 +269,7 @@ Any comments, suggestions? [Let us know!](https://github.com/ThatGuySam/doesitar
## More Apple Silicon Lists ## More Apple Silicon Lists
* [Is Apple silicon ready?](https://isapplesiliconready.com/) - Great list with detailed app status * [Is Apple silicon ready?](https://isapplesiliconready.com/) - Great list with detailed app status
* [Games on Apple Silicon](https://twitter.com/__tosh/status/1329099180476928002) - List of reported Games support including performance info. * [Apple Silicon Games](https://applesilicongames.com/) - List of reported Games support including performance info.
* [MacRumors List](https://forums.macrumors.com/threads/universal-and-native-apple-silicon-apps.2267176/) - List of Universal and Native Apple Silicon Apps * [MacRumors List](https://forums.macrumors.com/threads/universal-and-native-apple-silicon-apps.2267176/) - List of Universal and Native Apple Silicon Apps
* [RoaringApps](https://roaringapps.com/collections/list-of-apple-silicon-native-apps) - List of apps ready for Apple Silicon M1 chip Macs * [RoaringApps](https://roaringapps.com/collections/list-of-apple-silicon-native-apps) - List of apps ready for Apple Silicon M1 chip Macs
* [Official Apple List](https://apps.apple.com/us/story/id1540024103) - Apple is a small tech company in Cupertino, CA * [Official Apple List](https://apps.apple.com/us/story/id1540024103) - Apple is a small tech company in Cupertino, CA

View file

@ -0,0 +1,20 @@
<template>
<small class="data-credit text-sm opacity-75 text-center mb-4">
<span>Data generously provided by </span>
<span>
<a
href="https://twitter.com/__tosh"
class="font-bold"
>Thomas Schranz</a>
</span>
<span>via</span>
<span>
<a
href="https://applesilicongames.com/"
class="font-bold"
>Apple Silicon Games</a>
</span>
</small>
</template>

View file

@ -14,22 +14,7 @@
/> />
</div> --> </div> -->
<small class="text-sm data-credit opacity-75 text-center mb-4"> <ThomasCredit />
<span>Data generously provided by </span>
<span>
<a
href="https://twitter.com/__tosh"
class="font-bold"
>Thomas Schranz</a>
</span>
<span>via</span>
<span>
<a
href="https://twitter.com/__tosh/status/1329099180476928002"
class="font-bold"
>Games and Apps on Apple Silicon</a>
</span>
</small>
<div class="links space-y-6 sm:space-x-6 mb-8"> <div class="links space-y-6 sm:space-x-6 mb-8">
<LinkButton <LinkButton
@ -105,7 +90,7 @@
<div class="report-links py-24 shadow-none"> <div class="report-links py-24 shadow-none">
<!-- https://eric.blog/2016/01/08/prefilling-github-issues/ --> <!-- https://eric.blog/2016/01/08/prefilling-github-issues/ -->
<a <a
:href="`https://twitter.com/__tosh/status/1329099180476928002`" :href="`https://forms.gle/29GWt85i1G1L7Ttj8`"
target="_blank" target="_blank"
class="text-xs" class="text-xs"
rel="noopener" rel="noopener"
@ -118,13 +103,17 @@
<script> <script>
import LinkButton from '~/components/link-button.vue' import LinkButton from '~/components/link-button.vue'
import EmailSubscribe from '~/components/email-subscribe.vue' import EmailSubscribe from '~/components/email-subscribe.vue'
import ThomasCredit from '~/components/thomas-credit.vue'
import gameList from '~/static/game-list.json' import gameList from '~/static/game-list.json'
// import buildAppList from '~/helpers/build-app-list' // import buildAppList from '~/helpers/build-app-list'
export default { export default {
components: { components: {
LinkButton, LinkButton,
EmailSubscribe EmailSubscribe,
ThomasCredit
}, },
async asyncData ({ params: { slug } }) { async asyncData ({ params: { slug } }) {

View file

@ -8,22 +8,7 @@
Games that are reported to support Apple Silicon Games that are reported to support Apple Silicon
</h2> </h2>
<small class="data-credit opacity-75 text-center"> <ThomasCredit />
<span>Data generously provided by </span>
<span>
<a
href="https://twitter.com/__tosh"
class="font-bold"
>Thomas Schranz</a>
</span>
<span>via</span>
<span>
<a
href="https://twitter.com/__tosh/status/1329099180476928002"
class="font-bold"
>Games and Apps on Apple Silicon</a>
</span>
</small>
<Search <Search
:app-list="gameList" :app-list="gameList"
@ -33,7 +18,7 @@
/> />
<LinkButton <LinkButton
:href="`https://twitter.com/__tosh/status/1329099180476928002`" :href="`https://forms.gle/29GWt85i1G1L7Ttj8`"
> >
Report a Game Report a Game
</LinkButton> </LinkButton>
@ -44,13 +29,15 @@
<script> <script>
import Search from '~/components/search.vue' import Search from '~/components/search.vue'
import LinkButton from '~/components/link-button.vue' import LinkButton from '~/components/link-button.vue'
import ThomasCredit from '~/components/thomas-credit.vue'
import gameList from '~/static/game-list.json' import gameList from '~/static/game-list.json'
export default { export default {
components: { components: {
Search, Search,
LinkButton LinkButton,
ThomasCredit
}, },
data: function () { data: function () {
return { return {