feat: use IconSelect grid for frequency band selector in band extract editor
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:
2026-03-24 19:59:55 +03:00
parent c1940dadb7
commit d6f796a499
3 changed files with 34 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ import {
showAudioSourceModal, closeAudioSourceModal, saveAudioSource,
editAudioSource, cloneAudioSource, deleteAudioSource,
testAudioSource, closeTestAudioSourceModal,
refreshAudioDevices, onBandPresetChange,
refreshAudioDevices,
} from './features/audio-sources.ts';
// Layer 5: value sources
@@ -474,7 +474,6 @@ Object.assign(window, {
testAudioSource,
closeTestAudioSourceModal,
refreshAudioDevices,
onBandPresetChange,
// value sources
showValueSourceModal,