Commit Graph

5 Commits

Author SHA1 Message Date
droideparanoico 49e1efd363 Fix: per-artist monitoring filter instead of global type filter 2026-07-06 13:07:25 +02:00
droideparanoico adca5f071c Reduce feed page size to 10, update search placeholder 2026-07-06 11:59:56 +02:00
droideparanoico c25264c993 RSS feed returns all entries (unpaginated); db handles limit=0 as unlimited 2026-07-06 11:57:44 +02:00
droideparanoico bef4f7ba1d Add pagination to feed with Load more button using HTMX 2026-07-06 11:51:46 +02:00
droideparanoico f0be591faf Phase 1: Project scaffold
- Quarkus Maven project with all dependencies
- SQLite DatabaseService with DAO methods
- MusicBrainz REST client with DTOs
- ArtistService, ReleaseGroupService, CacheService, FeedService
- HTMX web controllers (ReleasesPage, ArtistsPage, ArtistController, FeedController, SettingsController)
- RSS feed builder using Rome library
- Qute templates with daisyUI theme switching
- Base layout with navbar, search, theme picker, settings modal
2026-07-02 15:29:16 +02:00