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

Alex grid #1124

Merged
merged 28 commits into from
Jun 21, 2023
Merged

Alex grid #1124

merged 28 commits into from
Jun 21, 2023

Commits on May 10, 2023

  1. Minor cleanup

    alexsielicki committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e7ac2f1 View commit details
    Browse the repository at this point in the history
  2. prettier code formatting

    alexsielicki committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4b1a4cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb7b516 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff3e1cc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Adding todo

    alexsielicki committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c7cc939 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    7c6d126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8585ecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d8418a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    435a848 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Adding combined-reduction package

    Supports creating a reducer with our old vanilla Redux reducer and new Redux Toolkit reducers.
    alexsielicki committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    f6efe26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d391da1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b015003 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    333c555 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc22ae9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c4e039 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcdf74d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e520cf View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    73ac1e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    696d36e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    cca2065 View commit details
    Browse the repository at this point in the history
  2. Refactoring and switching numeric min/max to use table statistics.

    Cleaning up type definitions, constant name
    alexsielicki committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f71f4e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dfed47 View commit details
    Browse the repository at this point in the history
  4. Adding more types

    alexsielicki committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    258ad78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48a9e77 View commit details
    Browse the repository at this point in the history
  6. Adding component to show and hide the grid.

    Moving scatterplot selectors to scatterplot slice. Updating scatterplot slice to toggle visibility of grid, instead of setting it. Hiding grid when user unchecks show grid checkbox. Creating new React component for show grid checkbox.
    alexsielicki committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5d6672a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    c6e763e View commit details
    Browse the repository at this point in the history
  2. Converting reused colors to constants and using same latest CSS synta…

    …x across all of them. Addresses #1124
    
    Leaving colors array in d3 syntax since we feed it to d3 and I think it relies on that
    alexsielicki committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2e5f12f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec52d4f View commit details
    Browse the repository at this point in the history