- added framework for playing uploaded music files. need to permanently store and retreive files

This commit is contained in:
2025-10-21 12:52:14 +01:00
parent 1ffad51503
commit 78905b09e0
7 changed files with 52 additions and 12 deletions

View File

@@ -30,9 +30,11 @@ const SoundSettingsFields = () => {
sightingVolume: state.sightingVolume,
NPEDsoundVolume: state.NPEDsoundVolume,
hotlistSoundVolume: state.hotlistSoundVolume,
soundOptions: [...(state.soundOptions ?? [])],
};
console.log(updatedValues);
dispatch({ type: "UPDATE", payload: updatedValues });
const result = await mutation.mutateAsync({
operation: "INSERT",
path: "soundSettings",