f0f35f5997
Convert recipe data functions to $derived reactive variables to prevent infinite $effect loops. Previously, calling functions inline in component props created new objects on every reactive check, causing the TranslationApproval component's syncBaseRecipeReferences $effect to run continuously, resulting in the translation workflow hanging.