feat: use IconSelect grid for frequency band selector in band extract editor
Some checks failed
Lint & Test / test (push) Failing after 1m1s
Some checks failed
Lint & Test / test (push) Failing after 1m1s
Replace plain HTML select with icon grid picker (bass/mid/treble/custom) using volume, music, zap, and sliders icons for visual differentiation.
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<button type="button" class="hint-toggle" onclick="toggleHint(this)" title="?" data-i18n-aria-label="aria.hint">?</button>
|
||||
</div>
|
||||
<small class="input-hint" style="display:none" data-i18n="audio_source.band.hint">Select a frequency band preset or custom range</small>
|
||||
<select id="audio-source-band" onchange="onBandPresetChange()">
|
||||
<select id="audio-source-band">
|
||||
<option value="bass" data-i18n="audio_source.band.bass">Bass (20–250 Hz)</option>
|
||||
<option value="mid" data-i18n="audio_source.band.mid">Mid (250–4000 Hz)</option>
|
||||
<option value="treble" data-i18n="audio_source.band.treble">Treble (4000–20000 Hz)</option>
|
||||
|
||||
Reference in New Issue
Block a user