-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Recipe editor currently only displays JSON but lacks editable fields for recipe properties.
Location
frontend/src/components/Editor/RecipeManager/RecipeEditorPanel.tsx:28
Context
<div className="recipe-json-display">
<pre>{JSON.stringify(selectedRecipe.data, null, 2)}</pre>
</div>
{/* TODO: Add editable fields for recipe properties in a future task */}Requirements
- Add form fields for common recipe properties
- Enable editing of recipe ingredients, outputs, and crafting patterns
- Maintain JSON preview alongside editable fields
- Add validation for recipe data
Priority
Medium - Editor functionality improvement
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request