Skip to content

Force external bounty links to open in _blank target to preserve navigation context#240

Open
yihangwu539-png wants to merge 1 commit intoalgora-io:mainfrom
yihangwu539-png:feat/external-links-blank-176
Open

Force external bounty links to open in _blank target to preserve navigation context#240
yihangwu539-png wants to merge 1 commit intoalgora-io:mainfrom
yihangwu539-png:feat/external-links-blank-176

Conversation

@yihangwu539-png
Copy link
Copy Markdown

Closes #176

Summary of Changes

Added target="_blank" and rel="noopener noreferrer" to all external bounty and GitHub issue links across the platform. Users can now click bounty links to peek at issues in a new tab and return to the Algora dashboard exactly where they left off.

Files Modified

  • 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: Organization dashboard bounty links
  • lib/algora_web/live/org/bounties_new_live.ex: New bounty creation page

Testing

  • All existing external links on the platform that go to GitHub/bounty pages now open in new tabs
  • All changes follow existing patterns (target="_blank" is already used extensively in other parts of the codebase)

/claim #176

…eserve 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 algora-io#176
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 26, 2026

CLA assistant check
All committers have signed the CLA.

@yihangwu539-png
Copy link
Copy Markdown
Author

Hi @algora team! 👋

Just a gentle nudge on this PR (#240) — it's been ready for a couple of days now with no conflicts. Could someone take a look?

Thanks! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Force external bounty links to open in _blank target to preserve navigation context

2 participants