Skip to content

Releases: davidomarf/lastats.fm

v0.1.3

29 Jun 15:46
Compare
Choose a tag to compare

Fixed

  • Fix the imports in UserPage replacing import with require

v0.1.2

29 Jun 14:56
e65695d
Compare
Choose a tag to compare

Fixed

  • Specify node version in package.json to fix Heroku deployment

v0.1.1

29 Jun 07:45
e65695d
Compare
Choose a tag to compare

Changed

  • Draw Heatmap incrementally, updating every time UserPage fetches another page of
    scrobbles
  • The Heatmap cells have an id based on the date they display. Previously, it was
    based on the days elapsed since the start of the displayed period.
  • Change the color palete of the Heatmap.
  • Reduce the number of color tags from 8 to 4.

Fixed

  • Tooltip no longer goes offscreen but instead now flips to the left

v0.1.0

29 Jun 07:46
b438329
Compare
Choose a tag to compare

Added

  • Create a React project
  • Manage routes /user/:user
  • Create a form to ask for the username to fetch
  • Get a list of all the scrobbles from the user in user/:user
  • Display a Heatmap of the last year (Today but one year ago, today)

Meta

  • Create a basic GitHub repository
  • Add community files: templates, contributing, code of conduct.
  • Write a useful Readme