From 89142bcbcc822d6f78e6ad4fc07a9de218e77fd8 Mon Sep 17 00:00:00 2001 From: yihangwu539-png Date: Sun, 26 Apr 2026 15:30:31 +0800 Subject: [PATCH] [verified] Force external bounty links to open in _blank target to preserve navigation context Add target="_blank" and rel="noopener noreferrer" to all external bounty/GitHub links across the Algora platform: - lib/algora_web/components/bounties.ex: main bounty list component - lib/algora_web/live/user/profile_live.ex: user profile bounty links (2 places) - lib/algora_web/live/org/home_live.ex: org dashboard bounty links - lib/algora_web/live/org/bounties_new_live.ex: new bounty page links Closes #176 --- lib/algora_web/components/bounties.ex | 2 +- lib/algora_web/live/org/bounties_new_live.ex | 2 +- lib/algora_web/live/org/home_live.ex | 2 +- lib/algora_web/live/user/profile_live.ex | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/algora_web/components/bounties.ex b/lib/algora_web/components/bounties.ex index 2d6e6adb2..853f7141a 100644 --- a/lib/algora_web/components/bounties.ex +++ b/lib/algora_web/components/bounties.ex @@ -12,7 +12,7 @@ defmodule AlgoraWeb.Components.Bounties do