Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/track page #152

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Oct 28, 2021

  1. Create route, get track info from Spotify

    Jonathas Souza committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2dcb9db View commit details
    Browse the repository at this point in the history
  2. passing props to page component

    Jonathas Souza committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    399cdcd View commit details
    Browse the repository at this point in the history
  3. Add basic component structure

    Jonathas Souza committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e2fdda3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Fix/Link button variant now has display mode as inline-block

    Jonathas Souza committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    d68ea1a View commit details
    Browse the repository at this point in the history
  2. Adjust Rating badge position in track header

    Jonathas Souza committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    85825c2 View commit details
    Browse the repository at this point in the history
  3. insert track publish year, button margin

    Jonathas Souza committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e6e4141 View commit details
    Browse the repository at this point in the history
  4. Define Artist name styles

    Jonathas Souza committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ec71ba2 View commit details
    Browse the repository at this point in the history
  5. extract track metadata as separate component

    Jonathas Souza committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3fdbfb0 View commit details
    Browse the repository at this point in the history
  6. Import TrackMetadata in track header, use PageHeader in track page he…

    …ader
    Jonathas Souza committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    85f8197 View commit details
    Browse the repository at this point in the history
  7. remove TrackHeader component

    Jonathas Souza committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    60d1031 View commit details
    Browse the repository at this point in the history
  8. remove unused imports in PageHeader component

    Jonathas Souza committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0c2fc1e View commit details
    Browse the repository at this point in the history
  9. Adjust name in PageHeader

    Jonathas Souza committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ce23504 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Restore .env.example

    Jonathas Souza committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    7369d44 View commit details
    Browse the repository at this point in the history
  2. restore firebase ui port to 5000

    Jonathas Souza committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    9701e12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7f08dc View commit details
    Browse the repository at this point in the history
  4. create fallbnack for imgAlt and imgUrl in TrackPage

    Jonathas Souza committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    0402ed1 View commit details
    Browse the repository at this point in the history
  5. simplify isLoading statement

    Jonathas Souza committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    4df2f32 View commit details
    Browse the repository at this point in the history
  6. rename spotifyURL to camelCase (spotifyUrl)

    Jonathas Souza committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    960e425 View commit details
    Browse the repository at this point in the history
  7. add all artists name in track pageheader

    Jonathas Souza committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    8a3151a View commit details
    Browse the repository at this point in the history
  8. use stringArtists in TrackMetadata

    Jonathas Souza committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    41cd3ac View commit details
    Browse the repository at this point in the history
  9. remove garbage kkk

    Jonathas Souza committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d26f707 View commit details
    Browse the repository at this point in the history