- 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.
- Introduced the album "Living Things" with its release date, description, and track list in list.ts.
- Updated song links in songLinks.ts to include streaming links for all tracks from the album.
- Enhanced fetched-songs.json to include tracks from "Living Things."
- Added new theme settings for "Living Things" in themes.ts.
- Updated TypeScript configuration and package dependencies for compatibility.
- 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.