Files
fasto/public/audio/notification.mp3
Cauê Faleiros 754c1e2a21
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m53s
feat: add user preference for audio notifications and play sound on new alerts
- Added sound_enabled column to users table with a default of true.

- Implemented a pleasant pop sound (notification.mp3) that plays when a new unread notification arrives.

- Added a toggle in the User Profile page allowing users to enable/disable the sound.
2026-03-10 10:38:03 -03:00

10 lines
315 B
Plaintext

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>