Commit graph

6 commits

Author SHA1 Message Date
412fbc37f7
Implement Game of Life feature with card flip UI and simulation controls
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m30s
2025-08-12 11:48:59 +01:00
46cc5eb8a1
Add configuration example, enhance song display with history, and improve UI responsiveness
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m50s
2025-08-08 19:19:37 +01:00
db371a6d21
Add web app manifest and icons for PWA support
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m26s
- Created a new site.webmanifest file to define the web app's metadata.
- Added icons for the web app in both 192x192 and 512x512 sizes.
- Set theme color and background color to #1171e9.
- Configured the display mode to standalone.
2025-08-08 11:44:08 +01:00
214982649f
Add Docker support and implement Bun for dependency management
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m25s
- Introduced .dockerignore to exclude unnecessary files from Docker context.
- Updated Dockerfile to use Bun for building and running the application.
- Removed entrypoint.sh as it is no longer needed.
- Modified build-and-dockerise.yml to set up Bun and install dependencies.
- Enhanced index.html with improved structure and hover effects.
- Updated client.ts to include tooltips for music display.
- Implemented caching in server.ts for Last.fm data.
- Added custom styles for hover effects and tooltips in style.css.
2025-08-08 11:18:39 +01:00
be5a61185b
Fixes to strange bars on mobile, and addition of server which currently powers a new Last.FM-based music tracker.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m20s
2025-08-08 09:53:34 +01:00
349d0ad4ff
Intial commit. 2025-08-07 23:35:10 +01:00