Commit Graph

6 Commits

Author SHA1 Message Date
g
adb01009eb Handle play() and load() promises for audio elements
Updated audio playback and preloading logic to check for and handle returned promises from play() and load() methods. This prevents uncaught promise rejections in browsers where these methods may return undefined, improving reliability and error handling for notification sounds.
2025-12-09 22:17:20 +00:00
g
54cfc62e35 Switch notification sound to hohoho.mp3 and add download script
Replaced all references to notification.mp3 with hohoho.mp3 in notification-related components and context. Added hohoho.mp3 to the public directory. Introduced a script (download-notification-sound.js) for downloading notification sounds from YouTube using @distube/ytdl-core, which was added as a devDependency. Also added yt-dlp.exe for alternative audio downloading.
2025-12-08 18:42:11 +00:00
NotII
2f48ee38c2 weewoo 2025-04-07 19:25:24 +01:00
NotII
64ee9b842e hmm 2025-03-23 23:08:09 +00:00
NotII
4d8e199ab6 hmm 2025-03-23 22:52:47 +00:00
NotII
c7a2755aaf notif fix >.< 2025-03-08 06:35:41 +00:00