Seamless update for 20Q (deleted refresh button)

Fix for error css
Some start for roll n keep
This commit is contained in:
Vlyan
2021-01-10 21:12:36 +01:00
parent 2ad6b1f44b
commit e30e5d02a6
16 changed files with 647 additions and 45 deletions

View File

@@ -43,7 +43,6 @@
<div class="l5r5e dice-formula">{{formula}}</div>
<div class="l5r5e dice-result">
{{#if l5r5e.dicesTypes.l5r}}
<div class="l5r5e item-display dices-l5r">
{{#each l5r5e.dices}}
@@ -54,7 +53,10 @@
{{/if}}
{{/each}}
<!-- TODO add Button for Roll & Keep dialog -->
{{!-- Roll & Keep Button --}}
{{#if l5r5e.canRnK}}
<button class="l5r5e chat-dice-rnk">{{localize "l5r5e.chatdices.roll_n_keep"}}</button>
{{/if}}
{{#l5r5e.summary}}
<ul>
@@ -77,7 +79,6 @@
{{/if}}
{{#if l5r5e.dicesTypes.std}}
<div class="l5r5e dices-std">
{{#each results}}
{{#each this.rolls}}