Skip to content

Conversation

@meganrm
Copy link
Contributor

@meganrm meganrm commented Feb 26, 2025

Problem

Estimated review size: small/medium/large

What is the problem this work solves, including
Link to story or ticket

Solution

What I/we did to solve this problem

with @pairperson1

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • This change requires updated or new tests

Change summary:

  • Tidy, well formulated commit message
  • Another great commit message
  • Something else I/we did

Steps to Verify:

  1. A setup step / beginning state
  2. What to do next
  3. Any other instructions
  4. Expected behavior
  5. Suggestions for testing

Screenshots (optional):

Show-n-tell images/animations here

Keyfiles (delete if not relevant):

  1. main file/entry point
  2. other important file

Thanks for contributing!

@@ -1,5 +1,5 @@
import { System, Circle, Response } from "detect-collisions";
Copy link
Contributor Author

@meganrm meganrm Feb 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still to do:

  • fix _isMixed check
  • get product color in

Comment on lines +88 to +94
const [viewportWidth, setViewportWidth] = useState(
DEFAULT_VIEWPORT_SIZE.width
);
const [viewportHeight, setViewportHeight] = useState(
DEFAULT_VIEWPORT_SIZE.height
);

Copy link
Contributor Author

@meganrm meganrm Feb 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • this can be a stand alone fix

Comment on lines +316 to +319
(page) =>
page === 1 &&
currentModule === 1 &&
currentProductConcentrationArray.length > 1,
Copy link
Contributor Author

@meganrm meganrm Feb 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • add this to pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants