From 3ec31434aa442c8c30bd108b0d12e71290a35a45 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 18 Dec 2025 18:15:35 -0800 Subject: [PATCH] make phantom row clickable, link to crew profile --- src/lib/components/crew/PhantomRow.svelte | 34 +++++++++++++++++------ 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/src/lib/components/crew/PhantomRow.svelte b/src/lib/components/crew/PhantomRow.svelte index f07c7a8e..cc74ddd0 100644 --- a/src/lib/components/crew/PhantomRow.svelte +++ b/src/lib/components/crew/PhantomRow.svelte @@ -1,6 +1,7 @@
  • -
    -
    - {phantom.name} - {#if phantom.joinedAt} - Joined {formatDate(phantom.joinedAt)} - {/if} + +
    +
    + {phantom.name} + {#if phantom.joinedAt} + Joined {formatDate(phantom.joinedAt)} + {/if} +
    -
    +
    {#if claimStatus === 'unclaimed'} @@ -65,6 +68,12 @@