- 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.
- 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.
- 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.