Commit graph

4 commits

Author SHA1 Message Date
262cef28f8
chore: update dependencies and small UI tweaks
- Refresh bun.lock and package.json dependencies to newer minor/major
  releases across Mantine, Next.js, React, Tailwind, FontAwesome, and
  supporting tooling.
- Upgrade dev tooling: ESLint, Prettier, TypeScript, and related
  plugins.
- Improve performance by loading album cover images eagerly in
  AlbumCard.
- Simplify Home page Title styling to a plain white heading.
- Fix formatting/indentation for emilyLive entry in src/lib/list.ts.
2026-05-14 13:47:47 +02:00
df0201be28
Refactor AlbumCard and AlbumDetail components to use next/image for optimized image handling
- Replaced direct imports of Image from Mantine with next/image for better performance.
- Updated image properties in AlbumCard and AlbumDetail to include width and height attributes.
- Adjusted layout in HomePage to use responsive column settings for SimpleGrid.
- Enhanced styling for disclaimer text in HomePage for improved readability.
2025-10-25 20:58:22 +02:00
23b8d363ec
Update dependencies and enhance styling for improved UI
- Added `@tailwindcss/postcss` and `tailwind-merge` to package dependencies for better Tailwind CSS integration.
- Updated `tailwindcss` to version 4.1.16.
- Enhanced `TrackCard` and `TrackModal` components with new styling and functionality, including support for `lpTV` badges.
- Refactored CSS imports and layout structure in `index.css` and `page.tsx` for improved responsiveness and visual appeal.
- Updated album data in `list.ts` to reflect accurate track information and descriptions.
2025-10-25 10:37:07 +02:00
6633b7858f
first version 2025-10-25 00:20:37 +02:00