Commit graph

3 commits

Author SHA1 Message Date
f9965b3782
Add "Living Things" album details, song links, and theme settings
- 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.
2026-01-11 21:06:21 +01: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
1fe8d9850f
Update .gitignore to remove bun-related entries for cleaner project structure 2025-10-25 09:56:27 +02:00