Merge branch 'main' into feature/340-341-RollMode-ChatSpeaker

This commit is contained in:
WBHarry 2025-07-15 16:00:12 +02:00
commit dbee94781d
41 changed files with 660 additions and 221 deletions

View file

@ -5,8 +5,8 @@
<ul class="actions-list">
{{#each actions}}
<li class="action-item">
<input type="radio" name="actionId" value="{{_id}}" {{#if (eq @index 0)}}checked{{/if}}>
<span class="label">{{ name }}</span>
<input type="radio" id="action-{{_id}}" name="actionId" value="{{_id}}" {{#if (eq @index 0)}}checked{{/if}}>
<label class="label" for="action-{{_id}}">{{ name }}</label>
</li>
{{/each}}
</ul>