-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add hover effect for step markers in interpreter #77
Comments
I'd like to take this up too - as before, I'm new, so I'll take up these two issues and play around with them. Apologies if my delivery time is high! |
Hey! How do I build an test the app?
|
Did you try following the "From Source" instructions? https://github.com/cognitive-engineering-lab/aquascope#from-source |
@willcrichton thanks - I have an issue with the instructions, #92 |
Ideally, the pairs of step markers in the Aquascope interpreter would light up when you hover over them. For example, in this program, if the user mouses over L2, then both L2 markers should light up like this:
This would require changing the
StepMarkerView
: https://github.com/cognitive-engineering-lab/aquascope/blob/b73e572139df571c0f0c38aa0a0b31262f085dc2/frontend/packages/aquascope-editor/src/editor-utils/interpreter.tsx#L758C5-L764The text was updated successfully, but these errors were encountered: