refactor: use separate seed for reroll of vegetables

This commit is contained in:
2025-11-05 09:11:59 +01:00
parent 4dca72c57d
commit 8b3b026aea
3 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -75,8 +75,8 @@
<td><label for="candidates">Candidates:</label></td>
<td><textarea v-model="config.candidates" id="candidates" rows="8"></textarea></td>
<td>
<button @click="newVegetables"><i icon="rotate-ccw"></i></button>
<br/>
<button @click="newVegetables"><i icon="dices"></i></button>
<br />
<span v-if="candidates.length <= 2" title="not enough candidates">
<i icon="triangle-alert"></i> <i icon="users-round"></i> {{candidates.length}}
</span>
@@ -124,4 +124,4 @@
</main>
</body>
</html>
</html>