Roll recette de cuisine

This commit is contained in:
2025-10-03 01:37:12 +02:00
parent 37af0dd4f1
commit 54f470d531
9 changed files with 159 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
<roll-part-img>
<img src="{{current.recette.img}}" data-tooltip="{{current.recette.name}}" />
</roll-part-img>
<roll-part-detail>
<subline>
<select name="select-recette" {{#if rollData.type.retry}}disabled{{/if}}>
{{selectOptions refs.recettes selected=current.key valueAttr="key" labelAttr="label"}}
</select>
{{#if current.recette}}
<selected-numeric-value>{{plusMoins current.value}}</selected-numeric-value>
{{/if}}
</subline>
{{#if current.recette}}
{{> 'roll-oeuvre-recettecuisine'}}
{{/if}}
</roll-part-detail>