From 1cd02e664e7a64c08266152b460326604a9637c6 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 10 May 2022 15:14:57 -0500 Subject: [PATCH] Add basic Search UI to home page --- src/pages/index.astro | 63 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 7 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index e2ca55c..57f52f6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,17 +1,22 @@ --- -import Layout from '../layouts/default.astro' - // Component Script: // You can write any JavaScript/TypeScript that you'd like here. // It will run during the build, but never in the browser. // All variables are available to use in the HTML template below. -const title = 'Does It ARM?' - -const description = 'Does It ARM?' - // Full Astro Component Syntax: // https://docs.astro.build/core-concepts/astro-components/ + +import Layout from '../layouts/default.astro' +import Search from '~/components/search.vue' +import ListSummary from '~/components/list-summary.vue' +import ListEndButtons from '~/components/list-end-buttons.vue' +import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue' + + +import getListSummaryNumbers from '~/helpers/get-list-summary-numbers.js' + + --- - Works! + +
+
+
+

+ Does It ARM? +

+

+ Apps that are reported to support Apple Silicon +

+
+ + + + + + + + + +
+