Removed Poll Interval setting

This commit is contained in:
2026-01-27 08:48:33 -05:00
parent 99ffe7f9e9
commit 6e3f8b46a5
6 changed files with 35 additions and 28 deletions

View File

@@ -70,13 +70,6 @@
<button class="config-save-btn" data-key="ASSIGNMENT_REMINDER">Save</button>
</div>
<div class="config-group">
<label for="poll-interval">Poll Interval (seconds)</label>
<p class="config-description">General polling interval for data refresh</p>
<input type="number" id="poll-interval" class="config-input" />
<button class="config-save-btn" data-key="POLL_INTERVAL">Save</button>
</div>
<div class="config-group">
<label for="hit-check-interval">Hit Check Interval (seconds)</label>
<p class="config-description">Interval for checking hit completion</p>