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
a8097d84fc
Add new scripts and update album data
- Added a new script command "fetch-links" to package.json for fetching song links.
- Updated tsconfig.json to include "bun-types" in the types array.
- Removed the VIEW_TRANSITIONS_GUIDE.md file.
- Modified album track IDs to be more descriptive and added Spotify URLs for each track in list.ts.
- Updated ListTypes.ts to include a new field for Spotify URLs in the Track type.
- Cleaned up the AlbumDetail component by removing commented-out code for the album header.
2025-10-25 01:02:10 +02:00
6633b7858f
first version 2025-10-25 00:20:37 +02:00