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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user