Commit graph

4 commits

Author SHA1 Message Date
bcbd7f6a4f
Add "A Thousand Suns" album details and song links
- Introduced the album "A Thousand Suns" 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 "A Thousand Suns."
- Added new theme settings for "A Thousand Suns" in themes.ts.
- Updated cSpell configuration to include the new album name.
2025-10-25 21:34:16 +02:00
b93b0c2160
Update track IDs and add FontAwesome dependencies
- Changed track IDs in fetched-songs.json and song-links.json from hyphenated to underscore format for consistency.
- Added FontAwesome dependencies to package.json for icon support.
- Introduced a new function in fetch-song-links.ts to retrieve song links by ID.
- Refactored TrackCard component to utilize the new hash functionality for track modals.
- Updated layout.tsx to include FontAwesome styles and configuration.
2025-10-25 03:03:11 +02:00
7df7c86ce3
Add "Minutes to Midnight" tracks and update song links
- Added 12 new tracks from the "Minutes to Midnight" album to fetched-songs.json.
- Updated song-links.json with Spotify, YouTube, and Apple Music links for each new track.
- Refactored TrackCard and AlbumCard components to use updated field names for live performance URLs.
- Adjusted ListTypes.ts to reflect changes in the Track type structure for live performance data.
2025-10-25 01:49:55 +02: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