[READ-ONLY] Mirror of https://github.com/ewanc26/pkgs. my pkgs monorepo docs.ewancroft.uk/projects/pkgs
monorepo nix

feat(tourmaline): expose monthlyArtistPlays on ListenerProfile master

The aggregator already computes per-month artist play counts internally (AggregatedData.monthlyArtistPlays), but nothing surfaced it on the client-facing ListenerProfile. Needed as the data source for an upcoming bar-chart-race visualization — serialized as sorted tuples rather than a Map since it needs to round-trip through component props/state cleanly.


+9
2 changed files