From 47b104e3cf987472a4ba5ab14e6b67f375dabfc1 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 12 Apr 2026 16:58:11 -0500 Subject: [PATCH] Full-row click navigation in "Contacts I'm in" Clicking anywhere in a row on the /u/:callsign involving-contacts table now navigates to that contact's detail page, matching the click affordance on the main /contacts list. --- lib/microwaveprop_web/live/user_profile_live.ex | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lib/microwaveprop_web/live/user_profile_live.ex b/lib/microwaveprop_web/live/user_profile_live.ex index 5307556f..b7913c44 100644 --- a/lib/microwaveprop_web/live/user_profile_live.ex +++ b/lib/microwaveprop_web/live/user_profile_live.ex @@ -171,14 +171,16 @@ defmodule MicrowavepropWeb.UserProfileLive do - + {Calendar.strftime(contact.qso_timestamp, "%Y-%m-%d %H:%M UTC")} - - <.link navigate={~p"/contacts/#{contact.id}"} class="link link-hover font-mono"> - {contact.station1} ↔ {contact.station2} - + + {contact.station1} ↔ {contact.station2} {contact.band && "#{contact.band} MHz"} {contact.mode}