feat: duplicate your own recipe

The fork endpoint already had no "isn't yours" check, so this is a
UI-only change: ForkRecipeButton takes a variant prop ("fork" for
others' recipes, "duplicate" for your own) that swaps icon/label/toast
copy, and now renders unconditionally instead of only for non-owners.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Arnaud
2026-07-13 22:27:14 +02:00
parent 6513bfa6ee
commit 95a4dccce8
8 changed files with 33 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@epicure/web",
"version": "0.19.0",
"version": "0.20.0",
"private": true,
"scripts": {
"dev": "next dev",