Files
library/apps
hikari 86e65d5688 feat: simplify entity cards to minimal design with detail page links
Simplified all entity list cards to show only essential information:

Cards now display ONLY:
- Cover/poster image (if available)
- Title (clickable link to detail page)
- Primary identifier (author/artist/platform)
- Status badge
- Rating stars (if available)
- Like button
- Admin actions (Edit/Delete - only for admins)

Removed from cards:
- Series information
- Time tracking
- Notes
- Tags
- External links
- Dates (all timestamps)
- Comments sections

Technical changes:
- Wrapped card content in routerLink for navigation
- Separated interactive elements (like/admin buttons) from clickable area
- Removed unused CommentDisplayComponent imports
- Updated CSS for cleaner, more compact card layouts
- All removed content still accessible on detail pages

Affected components:
- Games list
- Books list
- Music list
- Art gallery
- Shows list
- Manga list

This creates a cleaner browsing experience whilst encouraging users
to explore detail pages for complete information.
2026-02-20 01:20:28 -08:00
..