From 2d81036b9b4ed45d1e9bdcd11c8f0b8b9608aa6b Mon Sep 17 00:00:00 2001 From: bkellam Date: Tue, 28 Oct 2025 17:46:36 -0700 Subject: [PATCH] link to connection table in repos carousel --- .../web/src/app/[domain]/components/repositoryCarousel.tsx | 2 +- .../web/src/app/[domain]/settings/connections/[id]/page.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web/src/app/[domain]/components/repositoryCarousel.tsx b/packages/web/src/app/[domain]/components/repositoryCarousel.tsx index bd4f2d1a..a9d1239f 100644 --- a/packages/web/src/app/[domain]/components/repositoryCarousel.tsx +++ b/packages/web/src/app/[domain]/components/repositoryCarousel.tsx @@ -37,7 +37,7 @@ export function RepositoryCarousel({ <> Create a{" "} - + connection {" "} to start indexing repositories diff --git a/packages/web/src/app/[domain]/settings/connections/[id]/page.tsx b/packages/web/src/app/[domain]/settings/connections/[id]/page.tsx index 774d4cbe..a4792f4e 100644 --- a/packages/web/src/app/[domain]/settings/connections/[id]/page.tsx +++ b/packages/web/src/app/[domain]/settings/connections/[id]/page.tsx @@ -140,7 +140,7 @@ export default async function ConnectionDetailPage(props: ConnectionDetailPagePr - {connection.syncedAt ? : "Never"} + {connection.syncedAt ? : "Never"} @@ -153,7 +153,7 @@ export default async function ConnectionDetailPage(props: ConnectionDetailPagePr -

When the next sync job is scheduled to run

+

When the connection will be resynced next. Modifying the config will also trigger a resync.