- added feature to cache sounds for cross devices - should work in theory

This commit is contained in:
2025-10-29 15:04:40 +00:00
parent cf72a1e1d3
commit a8abed2246
10 changed files with 56 additions and 26 deletions

View File

@@ -294,6 +294,7 @@ export type SoundUploadValue = {
soundFileName?: string;
soundFile?: File | null;
soundUrl?: string;
uploadedAt?: number;
};
export type SoundState = {