feat: add sound favorited event handling and update SoundsPage component
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user