From 49a352ca17a2f2d48e5e7c7329c4bab54236bc74 Mon Sep 17 00:00:00 2001 From: Eric Gauzens Date: Wed, 20 Nov 2024 13:17:30 -0500 Subject: [PATCH 1/8] Updated tools and resources, news and events, and Apps pages --- .../SubmitNewsSection.vue | 45 +-- components/Paper/Paper.vue | 4 +- components/Resources/ResourcePage.vue | 224 +++++------ pages/apps/index.vue | 141 ++++--- .../community-spotlight/index.vue | 300 +++++++-------- pages/news-and-events/events/index.vue | 296 ++++++--------- pages/news-and-events/index.vue | 235 +++++------- pages/news-and-events/model.js | 4 + pages/news-and-events/news/index.vue | 354 ++++++++---------- store/index.js | 124 ++++-- 10 files changed, 764 insertions(+), 963 deletions(-) diff --git a/components/NewsEventsResourcesPage/SubmitNewsSection.vue b/components/NewsEventsResourcesPage/SubmitNewsSection.vue index 3a1b218c..014001a0 100644 --- a/components/NewsEventsResourcesPage/SubmitNewsSection.vue +++ b/components/NewsEventsResourcesPage/SubmitNewsSection.vue @@ -1,5 +1,5 @@ - diff --git a/components/Paper/Paper.vue b/components/Paper/Paper.vue index 109bc4ff..93a5d00b 100644 --- a/components/Paper/Paper.vue +++ b/components/Paper/Paper.vue @@ -10,12 +10,12 @@ - {{ buttonText }} - + diff --git a/components/Resources/ResourcePage.vue b/components/Resources/ResourcePage.vue index cc5a1caf..ca6e0548 100644 --- a/components/Resources/ResourcePage.vue +++ b/components/Resources/ResourcePage.vue @@ -8,7 +8,7 @@
- +

Search for tools and resources

@@ -19,7 +19,7 @@
  • @@ -67,16 +67,16 @@ :lg='18' >
    -
    - {{ resources.total }} Results | Showing +
    + {{ resources?.total }} Results | Showing
    - + Sort
    - +
    -
    - {{ resources.total }} Results | Showing +
    + {{ resources?.total }} Results | Showing
    @@ -126,149 +126,107 @@
    - diff --git a/pages/news-and-events/community-spotlight/index.vue b/pages/news-and-events/community-spotlight/index.vue index 86407021..050d036d 100644 --- a/pages/news-and-events/community-spotlight/index.vue +++ b/pages/news-and-events/community-spotlight/index.vue @@ -8,7 +8,7 @@
    - +

    Search for community spotlights

    @@ -69,11 +69,11 @@ :lg='18' >
    -
    - {{ communitySpotlightItems.total }} Results | Showing +
    + {{ communitySpotlightItems?.total }} Results | Showing @@ -90,10 +90,10 @@
    - - diff --git a/pages/news-and-events/index.vue b/pages/news-and-events/index.vue index dd4e0d7a..f4dfbc6b 100644 --- a/pages/news-and-events/index.vue +++ b/pages/news-and-events/index.vue @@ -1,21 +1,22 @@ - - +