Commit Graph

8 Commits

Author SHA1 Message Date
droideparanoico bef4f7ba1d Add pagination to feed with Load more button using HTMX 2026-07-06 11:51:46 +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 b08eb2573c Fix UI: navbar layout, search form, theme switcher, content centering
- Wrap search in HTMX form for reliable parameter serialization
- Replace daisyUI data-choose-theme with custom JS (localStorage persistence)
- Restructure navbar: logo+tabs left, search center, theme+settings right
- Center releases page with max-w-4xl constrained layout
- Center artist page content
- Add loading spinner centering
2026-07-02 16:02:42 +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