- Add database migration for `generated_playlist_covers` table to track playlist cover jobs - Implement backend routes for generating, polling, and applying playlist cover art via ComfyUI - Add `comfyui_node_image_seed` setting to allow configurable seeds for image generation - Update UI to show "Generate Cover Art" link on playlist forms when image generation is enabled - Add service worker update notification banner with refresh and dismiss options - Enhance player with push notifications for now-playing updates - Update service worker to handle notification clicks and improve caching strategy |
||
|---|---|---|
| .. | ||
| 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 | ||
| 008_user_avatar.sql | ||
| 009_user_slug.sql | ||
| 010_notifications.sql | ||
| 011_generation.sql | ||
| 012_generation_cooldown.sql | ||
| 013_vip.sql | ||
| 014_nsfw.sql | ||
| 015_image_workflow.sql | ||
| 016_image_generation_flag.sql | ||
| 017_generated_covers.sql | ||
| 018_playlist_covers.sql | ||
| 019_image_seed_node.sql | ||