feat: add sound favorited event handling and update SoundsPage component

This commit is contained in:
JSC
2025-08-16 22:19:31 +02:00
parent ad466e2f91
commit af1d543669
3 changed files with 36 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ export const PLAYER_EVENTS = {
// Sound event types
export const SOUND_EVENTS = {
SOUND_PLAYED: 'sound_played',
SOUND_FAVORITED: 'sound_favorited',
} as const
// User event types