From 873afa9fc3da76765646083551da1fe09ddc38ee Mon Sep 17 00:00:00 2001 From: Jen Breese-Kauth Date: Thu, 16 Oct 2025 16:59:02 -0700 Subject: [PATCH 1/2] ACHOO-136: updated individual app page --- app/applications/[uuid]/page.tsx | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/app/applications/[uuid]/page.tsx b/app/applications/[uuid]/page.tsx index 339d86d..bd17048 100644 --- a/app/applications/[uuid]/page.tsx +++ b/app/applications/[uuid]/page.tsx @@ -136,15 +136,20 @@ export default function ApplicationDetailPage({ params }: any) { }; return ( -
-

+
+
+
+

Views and Visits Data for {appName ? appName : {typedParams.uuid}}

-
+
+
+ +
@@ -185,26 +190,26 @@ export default function ApplicationDetailPage({ params }: any) {
-
+
{loading && ( -
+
-
{loadingStep}
+
{loadingStep}
)} {!loading && elapsedTime !== null && ( -
+
-
+
Data loaded in {elapsedTime.toFixed(1)} seconds
@@ -215,14 +220,15 @@ export default function ApplicationDetailPage({ params }: any) { (Note that it can take several minutes to fetch data from the Acquia API.)

- +
{error && (
{error}
)} {!appName && !loading ? (
No application found with UUID: {typedParams.uuid}
) : ( -
+ // Individual application details. +
Name: {appName}
From 8df59c2ab700ed8ed09f157138dc32c60a5096a3 Mon Sep 17 00:00:00 2001 From: Jen Breese-Kauth Date: Fri, 17 Oct 2025 09:26:40 -0700 Subject: [PATCH 2/2] fixup to dates --- app/applications/[uuid]/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/applications/[uuid]/page.tsx b/app/applications/[uuid]/page.tsx index bd17048..f010300 100644 --- a/app/applications/[uuid]/page.tsx +++ b/app/applications/[uuid]/page.tsx @@ -161,9 +161,9 @@ export default function ApplicationDetailPage({ params }: any) { className="w-full p-2 border rounded mb-4" required /> -
+
-
-
) : ( // Individual application details. -
+
Name: {appName}