Bri-Tunes/db/migrations
Brian Fertig 021d0694df feat: implement user notifications system
- Add UI components for notification navigation (btn + badge) and notification list with unread indicators
- Introduce notifications service with CRUD methods for managing user notifications
- Trigger notifications when users like/favorite songs or playlists via social actions
- Add /account/notifications route to view and mark all notifications as read
- Display unread count in header and account page navigation
2026-04-12 11:43:24 -06:00
..
001_init.sql
002_visibility.sql
003_email_verification.sql
004_user_disabled.sql
005_playlist_slug.sql
006_song_slug.sql
007_social.sql feat: implement social actions (like/favorite) for songs and playlists 2026-04-11 09:12:21 -06:00
008_user_avatar.sql feat: add user avatars with cropping and image lightbox 2026-04-11 10:08:05 -06:00
009_user_slug.sql feat: add user profiles with slugs and enhance now-playing UI 2026-04-11 13:46:12 -06:00
010_notifications.sql feat: implement user notifications system 2026-04-12 11:43:24 -06:00