Commit Graph

21 Commits

Author SHA1 Message Date
droideparanoico aa1234d363 Fix: read search query from both query param and form body 2026-07-06 15:30:48 +02:00
droideparanoico e577d58dd9 Fix Qute template escaping for hx-vals 2026-07-06 15:28:45 +02:00
droideparanoico 14ee3555ee Make Added button remove artist and refresh search results 2026-07-06 15:19:57 +02:00
droideparanoico 9d72b36ada Merge remote-tracking branch 'origin/main' 2026-07-06 13:42:49 +02:00
droideparanoico 4809a3736d Change +Add button to btn-accent for distinct visibility 2026-07-06 13:42:28 +02:00
droideparanoico 688b034ddf Change +Add button to btn-accent for distinct visibility 2026-07-06 13:26:24 +02:00
droideparanoico 1971f393af Match Added button size with +Add using btn-success btn-sm 2026-07-06 13:24:12 +02:00
droideparanoico 076992525a Add custom shadow classes for cards and dropdown 2026-07-03 13:29:31 +02:00
droideparanoico 24c5849f05 Fix CSS variables: use daisyUI classes (bg-base-*, text-base-content/*) which wrap OKLCH values in proper oklch() function 2026-07-03 13:03:59 +02:00
droideparanoico 5eb4cd340c Replace all CSS variables with explicit hex colors for guaranteed distinction 2026-07-03 12:59:35 +02:00
droideparanoico 41f42acd91 Use color-mix for clearly distinct background tones
- Body: var(--b1) (baseline)
- Cards: color-mix(var(--b1) + 8% white) = lighter surface
- Navbar: color-mix(var(--b1) + 20% black) = darker header
- Cards hover: same as navbar
- Search dropdown: matches navbar darkness
2026-07-03 12:47:30 +02:00
droideparanoico ba2db960c6 Fix background hierarchy: body --b1 (lightest), navbar+cards idle --b2, cards hover --b3 (darkest) 2026-07-03 12:39:43 +02:00
droideparanoico b6e57db54b Fix navbar layout, card spacing, and background hierarchy
- Restore centered DiscDrop branding in navbar
- Navbar bg: base-300 (darkest)
- Cards bg: base-200 (intermediate), hover: base-300 (matches navbar)
- Body bg: base-100 (lightest)
- Card gap increased from gap-4 to gap-6
2026-07-03 12:33:35 +02:00
droideparanoico e9be57bde0 Revert "Strip all custom CSS, use plain daisyUI classes only"
This reverts commit e2bd237a7b.
2026-07-03 12:18:52 +02:00
droideparanoico e2bd237a7b Strip all custom CSS, use plain daisyUI classes only 2026-07-03 12:16:02 +02:00
droideparanoico 695d46259d Fix search, branding, header centering, and card-based feed layout
- Search box now fills navbar center with max-width 400px
- Dropdown items have more padding (p-4) and hover contrast
- Branding uses cross-browser gradient text with visible tagline
- Navbar centers tabs + search together in navbar-center
- Feed redesigned as responsive card grid (cover-centered, details below)
- Cards show large cover art with aspect-ratio:1, fallback SVG on 404
- Artist name, title, type badge, and date positioned under cover
2026-07-03 11:12:58 +02:00
droideparanoico d66b6e884f Fix UI: replace Tailwind classes with inline styles for CDN compatibility 2026-07-03 11:04:41 +02:00
droideparanoico 16f23557f0 UI polish: centering, search width, dropdown contrast, cover thumbnails, branding, sticky headers
- Constrain main content to max-w-5xl centered
- Widen search input (w-72 md:w-80 lg:w-96)
- Search dropdown: card with shadow, border, and primary-tinted hover
- Branding: SVG music note icon + gradient text + tagline
- Covers: 64px with front-250 thumbnail URL for faster loading
- Badge colors per type (primary/secondary/accent/ghost)
- Sticky table headers via table-pin-rows
- SVG icons for Add/Remove/RSS/OPML buttons
- Consistent hover transitions across tables
2026-07-03 10:58:44 +02:00
droideparanoico 08aa5b8a2d Fix search dropdown, async artist add, OOB swaps
- Fix search results dropdown: absolute position relative to search wrapper
- Make release group fetching async via Vert.x executeBlocking (avoid blocking add)
- Add OOB swap for artist list so +Add works from any page
- Simplify search-results template styling
- Add Response type for combined OOB responses
2026-07-02 16:11:38 +02:00
droideparanoico a2a3be0529 Fix build and runtime issues
- Fix Quarkus BOM groupId (io.quarkus:quarkus-bom) and version (3.37.1)
- Fix artifact names: quarkus-resteasy, quarkus-resteasy-qute, quarkus-resteasy-client
- Add UserAgentFilter for MusicBrainz API compliance
- Fix @RestClient qualifier on MB client injection points
- Fix Qute template section names: {#insert}{/insert}, {#else} not {:else}
- Fix template injection with @Location annotation
- Remove unused imports
- Fix RSS feed builder to use Synd API
2026-07-02 15:49:36 +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