Closed haoyxc closed 4 years ago
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to determine that you authored the commits in this PR. Maybe you used a different email address in the git commits than was used to sign the CLA? If someone else authored these commits, then please add them to this pull request and have them confirm that they're okay with them being contributed to Google. If there are co-authors, make sure they're formatted properly.
In order to pass this check, please resolve this problem and then comment@googlebot I fixed it.
.. If the bot doesn't comment, it means it doesn't think anything has changed.
ℹ️ Googlers: Go here for more info.
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to determine that you authored the commits in this PR. Maybe you used a different email address in the git commits than was used to sign the CLA? If someone else authored these commits, then please add them to this pull request and have them confirm that they're okay with them being contributed to Google. If there are co-authors, make sure they're formatted properly.
In order to pass this check, please resolve this problem and then comment@googlebot I fixed it.
.. If the bot doesn't comment, it means it doesn't think anything has changed.
ℹ️ Googlers: Go here for more info.
Not done reviewing completely, I'll take some time to understand the code more!
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to determine that you authored the commits in this PR. Maybe you used a different email address in the git commits than was used to sign the CLA? If someone else authored these commits, then please add them to this pull request and have them confirm that they're okay with them being contributed to Google. If there are co-authors, make sure they're formatted properly.
In order to pass this check, please resolve this problem and then comment@googlebot I fixed it.
.. If the bot doesn't comment, it means it doesn't think anything has changed.
ℹ️ Googlers: Go here for more info.
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to determine that you authored the commits in this PR. Maybe you used a different email address in the git commits than was used to sign the CLA? If someone else authored these commits, then please add them to this pull request and have them confirm that they're okay with them being contributed to Google. If there are co-authors, make sure they're formatted properly.
In order to pass this check, please resolve this problem and then comment@googlebot I fixed it.
.. If the bot doesn't comment, it means it doesn't think anything has changed.
ℹ️ Googlers: Go here for more info.
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to determine that you authored the commits in this PR. Maybe you used a different email address in the git commits than was used to sign the CLA? If someone else authored these commits, then please add them to this pull request and have them confirm that they're okay with them being contributed to Google. If there are co-authors, make sure they're formatted properly.
In order to pass this check, please resolve this problem and then comment@googlebot I fixed it.
.. If the bot doesn't comment, it means it doesn't think anything has changed.
ℹ️ Googlers: Go here for more info.
Allows user to see only mutations relevant to a searched node
Video: DNE.zip (the mutation file I have isn't updated, so sometimes the clicks don't generate a viewable mutation. it's because sometimes there's stuff like in my mutation file)
This PR doesn’t address the entirety of the “Integrate filtering by node name across graphs with next/previous buttons” issue. What's left is integrating with mutation reasoning/highlighting
Things to consider If user searches for a node and then clears, what graph should they be brought to? (the initial one, or the same one they’re currently on with all the nodes?) The current implementation is that if the filter changes, the graph will be the same. Just with different nodes.
note: please let me know any issues! I really wanted some feedback on implementation!