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

Refactor HueSound into a functional component #2853

Merged
merged 12 commits into from
May 21, 2024
Merged

Commits on Apr 24, 2024

  1. Refactor HueSound to functional component

    + rename from ColorPlay to HueSound
    MonkeyDo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    cc171c0 View commit details
    Browse the repository at this point in the history
  2. Rename ColorPlay to HueSound

    MonkeyDo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4744912 View commit details
    Browse the repository at this point in the history
  3. Rewrite HueSound tests

    MonkeyDo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    efdb9ea View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Finish rewriting HueSound tests

    +Reorganize BrowserRouter so that ToastContainer has router context
    MonkeyDo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6085b8d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    cccff61 View commit details
    Browse the repository at this point in the history
  2. Add brainzplayer test

    MonkeyDo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dbd6083 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'huesound-refactor' of github.com:metabrainz/listenbrain…

    …z-server into huesound-refactor
    MonkeyDo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    204e81e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d1a220 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    a4c4861 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Add initialColor prop for testing

    Can't click on elements rendered on a canvas in tests, so pass an optional color
    + finishing tests
    MonkeyDo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4a73d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9abd074 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. HueSound: allow initial color in URL params

    Replace the initialColor prop I had put in to be able to run tests, and instead test with the router and URL params directly
    MonkeyDo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0088544 View commit details
    Browse the repository at this point in the history