Compare commits

..
13 Commits
Author SHA1 Message Date
david.alvarez b245552923 Dockerfile user
Build & Deploy / build-and-deploy (push) Successful in 5s
2026-07-16 09:32:49 +02:00
david.alvarez 714a15d7b0 Gitea workflow
Build & Deploy / build-and-deploy (push) Successful in 2m23s
2026-07-16 09:21:23 +02:00
david.alvarez 0e24f380b1 Dockerfile 2026-07-16 09:17:27 +02:00
opencode ddbced0513 Fix: unfollow not updating UI - use hx-swap=delete to remove element 2026-07-15 16:35:05 +02:00
opencode 6b6af3afa4 Fix: unfollow returning feed HTML into artists page - return 204 empty instead 2026-07-15 16:30:07 +02:00
opencode 39eb5dc055 Fix: artist disappearing from feed on type toggle - fetch all from MBZ first, then swap atomically 2026-07-15 16:23:45 +02:00
opencode 62833ed6e8 Fix: show sync spinner at top of feed even when feed is already populated 2026-07-15 12:58:06 +02:00
opencode c186fead83 Add sync loading indicators: spinner in feed when fetching releases, syncing indicator on artist row when toggling types 2026-07-15 12:53:06 +02:00
opencode 105ff5df8b Restyle: clean square cover art with subtle shadow, narrower feed container (max-w-2xl) 2026-07-15 11:50:46 +02:00
opencode c8f888826d Fix: type toggle htmx targetError - target artist row container instead of #feed-list 2026-07-15 11:10:57 +02:00
opencode 202a6749f2 Fix: type toggle missing name attr, vinyl-style cover-centric feed, RSS button in header 2026-07-15 11:05:53 +02:00
opencode 2078a56fc2 Fix: static path (META-INF/resources), settings @Transactional, search dropdown position, async follow + feed auto-refresh 2026-07-15 10:46:22 +02:00
opencode 292de62198 DiscDrop: Quarkus + htmx + daisyUI app to follow MusicBrainz artists and track release groups (web feed + RSS with cover art) 2026-07-15 10:34:32 +02:00
+1 -1
View File
@@ -11,7 +11,7 @@ quarkus.hibernate-orm.database.generation=update
# MusicBrainz REST client (configKey="musicbrainz")
quarkus.rest-client."musicbrainz".url=https://musicbrainz.org/ws/2
# User-Agent (MBZ requires a meaningful contact string) - override per environment, never hardcode in code
discdrop.mbz.user-agent=${MBZ_USER_AGENT}
discdrop.mbz.user-agent=DiscDrop/1.0 ([email protected])
discdrop.mbz.rate-limit-ms=1000
discdrop.feed.page-size=25
discdrop.rss.item-count=50