feat: show recipes forked from the original on the recipe page (v0.82.0)

The "Forked from X" backlink only worked one direction. The original recipe now also shows "Forked by N others" with links to each fork — filtered to forks that are public/unlisted or belong to the viewer, so a private fork never leaks its existence or title to other viewers of the original.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Arnaud
2026-07-24 14:18:06 +02:00
parent ce7741c0b6
commit a488b544dc
8 changed files with 55 additions and 5 deletions
+2
View File
@@ -219,6 +219,8 @@
"duplicateTooltip": "Duplicate this recipe",
"duplicated": "Recipe duplicated",
"forkedFrom": "Forked from {title}",
"forkedByCountSingular": "Forked by 1 other",
"forkedByCountPlural": "Forked by {count} others",
"pairingFindingLabel": "Finding perfect pairings…",
"pairingSuggestButton": "Suggest pairings",
"pairingRegenerate": "Regenerate",
+2
View File
@@ -220,6 +220,8 @@
"duplicateTooltip": "Dupliquer cette recette",
"duplicated": "Recette dupliquée",
"forkedFrom": "Copiée depuis {title}",
"forkedByCountSingular": "Copiée par 1 autre personne",
"forkedByCountPlural": "Copiée par {count} autres personnes",
"pairingFindingLabel": "Recherche des meilleurs accords…",
"pairingSuggestButton": "Suggérer des accompagnements",
"pairingRegenerate": "Régénérer",