Skip to content

Releases: bluecitylights/spotify_graphql-react

update

29 Jan 18:46
b038452
Compare
Choose a tag to compare

Added oct 2019, now 2019, dec 2019, jan 2020, feb 2020 and 2020 playlists too pointlogic.
Renovate fixes.

1.0.0: Navigation (#23)

13 Oct 20:49
adcb15d
Compare
Choose a tag to compare
* added playlist search

* refactro artists

* omnisearch

* use cond to map search item to card

* add mui layout

* added routing, add mui cards

* implement my playlists, recent

* Added pointlogic playlist

* added some more pointlogic playlists

* the user

* added provide auth, navheader uses loginstate

* handle auth

* fix build

* fix auth redirect urls

* fix pointlogic and search routes

* 'fixed' auth by using local storage

* check if user is set before adding bearer

* added todo about localstorage

* rename use-auth, move useLocalStoarage to separate file

* Show user options only when logged in

* move parsing of token to login component

* user compoonent should get user as prop

* remove commented code

* show username and avatar

* node 12

* grey avatar when not loged in, green avatar when user has no image

* added storybook

* added login, logout, loading and error components

* Move s stories next to components

* Added graphql mock

* clean up artist

* added recent.stories, extract curried withMocks function

* clean p recent

* mvoe stories with component into folder

* added pointlogic stories

* added spetember 2019

* clean up playlists code

* deploy current version

* only deploy from master

* cleanup warnings

* added mediacard stories

* added docker-compose

* added production builts

* Expose port 80

* google cloud run requires port 8080

* fix refertences to localhsot:3000

* use session storage instead of localstorage

* add environment variables for logging

* update .env.example

* store env variables in windwos.__env__

* tmp disable test

* disabbles

* enable test again. read env from window || process

* update env.sh to use env.example

* added dummy player

* only deploy master

* Added current track to player

* added setnext

* deploy

* only deploy master

* add previous, play, pause

* add image to tracks (current, recent)

* Deploy master

* move useplayer to separate file

* recvent and current songs should return image

* Show no player active, when applicable

* added toptracks

* Added topartists

* deploy

* use face icons for favorite artists

* dont deploy

* pause query is now returning paused track

* publish

* Support play on mediacards

* Add track progress, show sign in when token is expired, fix storybooks

* added comments

* Added first version of lyrics card

* Fix bug by continunuously calling play

* put branch name in tags

* fix package-lock.json

* deploy master