feat: add bandwidth limiting support to file transfers with UI controls
Release / release (pull_request) Successful in 1m7s
Release / release (pull_request) Successful in 1m7s
This commit is contained in:
@@ -185,6 +185,12 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="form-group" style="display: flex; align-items: center; gap: 0.5rem; flex-direction: row; margin-bottom: 1.5rem;">
|
||||
<label style="margin: 0; width: 120px;">Max Speed (MB/s)</label>
|
||||
<input type="number" id="transfer-limit" value="0" min="0" style="width: 80px;">
|
||||
<span style="font-size: 0.75rem; color: var(--text-secondary);">(0 = Unlimited)</span>
|
||||
</div>
|
||||
|
||||
<div style="display: flex; justify-content: flex-end; gap: 1rem;">
|
||||
<button class="btn" style="background: transparent; color: var(--text-primary); border-color: var(--border);" onclick="closeTransferModal()">Cancel</button>
|
||||
<button class="btn btn-primary" onclick="executeTransfer()">Transfer Here</button>
|
||||
|
||||
Reference in New Issue
Block a user