Skip to content

Don't link to /android/ urls anywhere, always default to /firefox/ - #14469

Open
eviljeff wants to merge 1 commit into
masterfrom
16398-replace-android-links
Open

eviljeff wants to merge 1 commit into
masterfrom
16398-replace-android-links

Conversation

@eviljeff

@eviljeff eviljeff commented Sep 17, 2026

Copy link
Copy Markdown
Member

Fixes mozilla/addons#16398 (*)

Defaults users to /firefox/ if the app is not specified in the url, and don't link to /android/ anywhere.

Note, the "More..." menu is now a bit pointless, when only one menu item remains, but general UI changes are not in scope for this pr.

(*) the api (in addons-server) is returning urls with /android/ in them, so even though frontend doesn't itself link to /android/, all the search results/shelves still return urls with /android/ in them. mozilla/addons-server#25463 addresses the addons-server changes.

@codecov

codecov Bot commented Sep 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.13%. Comparing base (4f4989c) to head (c67ed67).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #14469      +/-   ##
==========================================
- Coverage   98.13%   98.13%   -0.01%     
==========================================
  Files         270      270              
  Lines       10751    10702      -49     
  Branches     3315     3296      -19     
==========================================
- Hits        10551    10502      -49     
  Misses        187      187              
  Partials       13       13              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@eviljeff
eviljeff marked this pull request as ready for review September 18, 2026 13:23
@eviljeff
eviljeff requested review from a team and diox and removed request for a team September 18, 2026 13:24
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.

[Task]: Replace all links that use /android/ (CLIENT_APP_ANDROID) with /firefox/

1 participant