jedmund-svelte/src/lib
Justin Edmund a8feb173cb refactor: extract LastFM stream logic into separate utilities
- Create lastfmTransformers.ts for data transformations
- Create nowPlayingDetector.ts for cleaner detection algorithms
- Create albumEnricher.ts for album data enrichment
- Create lastfmStreamManager.ts to orchestrate streaming logic

This separates concerns and makes the code more testable and maintainable.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-26 13:47:31 -04:00
..
actions fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
components refactor: update media modals to use extracted components 2025-06-26 13:47:10 -04:00
posts Admin WIP 2025-05-27 16:57:51 -07:00
schemas Prettier + build errors 2025-06-02 08:41:03 -07:00
server refactor(server): improve utilities and admin endpoints 2025-06-24 01:14:57 +01:00
stores feat: enhance editor with drag handle and UI improvements 2025-06-25 01:06:46 +01:00
types feat: add color extraction and analysis for media 2025-06-19 01:58:52 +01:00
utils refactor: extract LastFM stream logic into separate utilities 2025-06-26 13:47:31 -04:00
admin-auth.ts Better single photo view 2025-06-13 03:47:52 -04:00
index.ts Initial commit 2024-07-01 22:46:33 -04:00
posts.ts Admin WIP 2025-05-27 16:57:51 -07:00