From 2ec8d4c1dd5573d51c62417bcfb1b33610dbcca5 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sun, 9 Nov 2025 12:34:12 +0100 Subject: [PATCH] chore: small fixes --- .dockerignore | 6 +----- .../app/modules/repositories/routes/snapshot-details.tsx | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.dockerignore b/.dockerignore index f1df89d..7cac851 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -** +* !turbo.json !bun.lock @@ -20,11 +20,7 @@ !packages/**/src/** # License files and attributions - !LICENSE !NOTICES.md !LICENSES/** -# Node modules - -**/node_modules/** diff --git a/apps/client/app/modules/repositories/routes/snapshot-details.tsx b/apps/client/app/modules/repositories/routes/snapshot-details.tsx index f2255ec..a86d982 100644 --- a/apps/client/app/modules/repositories/routes/snapshot-details.tsx +++ b/apps/client/app/modules/repositories/routes/snapshot-details.tsx @@ -73,7 +73,7 @@ export default function SnapshotDetailsPage({ loaderData }: Route.ComponentProps
Short ID: -

{data.snapshot.short_id}

+

{data.snapshot.short_id}

Hostname: @@ -87,7 +87,7 @@ export default function SnapshotDetailsPage({ loaderData }: Route.ComponentProps Paths:
{data.snapshot.paths.map((path) => ( -

+

{path}

))}