From 2cab8c3eba7b9b8e7f32cc53eac178f82d150d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Gierwia=C5=82o?= Date: Fri, 5 Dec 2025 22:18:33 +0100 Subject: [PATCH] feat(participants): add profile links to usernames in Participants tab Enabled profile links for all usernames in the event Participants sidebar. Users can now click on any participant's username to view their public profile page at /u/username. This improves user discoverability and allows participants to learn more about other dancers before connecting or sending match requests. Changes: - Set linkToProfile={true} in ParticipantsSidebar for all UserListItem components - Usernames now display as clickable links with hover state --- frontend/src/components/events/ParticipantsSidebar.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/events/ParticipantsSidebar.jsx b/frontend/src/components/events/ParticipantsSidebar.jsx index 18c9b19..06468ef 100644 --- a/frontend/src/components/events/ParticipantsSidebar.jsx +++ b/frontend/src/components/events/ParticipantsSidebar.jsx @@ -92,6 +92,7 @@ const ParticipantsSidebar = ({ heats={thisUserHeats} competitorNumber={competitorNumber} showHeats={true} + linkToProfile={true} actionButton={