Grocery list export — share or copy shopping list for a recipe #19

Closed
opened 2026-04-04 07:06:04 -07:00 by pyr0ball · 0 comments
Owner

Problem

The aggregate shopping list (union of all suggested recipes' missing ingredients) was removed because it was confusing. The per-recipe detail panel shows what you need for a specific recipe, but there is no way to share or export that list.

What to build

  • A copy to clipboard button in the recipe detail panel that formats the missing ingredients as plain text
  • A share sheet trigger (Web Share API) on mobile so the list can be sent to a notes app, messaging thread, or shopping app
  • Optional: a simple per-recipe printable/text grocery list that includes ingredient names and any swap suggestions

Notes

  • Web Share API: navigator.share({ title, text }) — fall back to clipboard copy if not supported
  • Do not re-introduce the aggregate list; the per-recipe scoped list is the right UX
## Problem The aggregate shopping list (union of all suggested recipes' missing ingredients) was removed because it was confusing. The per-recipe detail panel shows what you need for a specific recipe, but there is no way to share or export that list. ## What to build - A **copy to clipboard** button in the recipe detail panel that formats the missing ingredients as plain text - A **share sheet** trigger (Web Share API) on mobile so the list can be sent to a notes app, messaging thread, or shopping app - Optional: a simple per-recipe printable/text grocery list that includes ingredient names and any swap suggestions ## Notes - Web Share API: `navigator.share({ title, text })` — fall back to clipboard copy if not supported - Do not re-introduce the aggregate list; the per-recipe scoped list is the right UX
pyr0ball added this to the Beta — Recipe Suggestions milestone 2026-04-04 16:33:19 -07:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/kiwi#19
No description provided.