Smart hit assignation and chain monitoring

This commit is contained in:
2026-01-27 08:26:48 -05:00
parent 5ef8707122
commit 99ffe7f9e9
13 changed files with 188 additions and 42 deletions

View File

@@ -91,6 +91,17 @@
<button class="config-save-btn" data-key="REASSIGN_DELAY">Save</button>
</div>
</div>
<!-- Chain Timer Settings Section -->
<div class="faction-card small config-section">
<h2>Chain Timer Settings</h2>
<div class="config-group">
<label for="chain-timer-threshold">Chain Timer Threshold (minutes)</label>
<p class="config-description">Start assigning hits when chain timer is at or below this many minutes</p>
<input type="number" id="chain-timer-threshold" class="config-input" />
<button class="config-save-btn" data-key="CHAIN_TIMER_THRESHOLD">Save</button>
</div>
</div>
</div>
</div>