-
-
Notifications
You must be signed in to change notification settings - Fork 93
Merging updated version. #111
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merging staging to master
Update package.json
Merge from staging to master
Co-authored-by: Taven Shumaker <[email protected]>
Fixed bug related to Recoil 0.0.13
…to staging Merging from upstream with Bug Fix for 0.0.13 (issue 107)
>> Co-authored-by: Jesus Vargas <[email protected]>"
Added a way to save render times.
…to staging Pulling from upstream staging. Update was made to add actualDuration property to each filtered node for use in timing metrics.
Co-authored-by: Aaron Yang <[email protected]>
Removed state graph tab visuals and included Metrics
Update metrics tab with a bar graph
Updates to include render times in the SnapshotList
Added additional test coverage to Visualizer component
Fixed Off-By-One error in Time Travel
Added tests for the RankedGraph component
Added Duration based color scaling to Flamegraph
Added hover effects to the ranked graph
Included missing graph component names
Cleaned dead code and added/refactored comments to Metrics.tsx, FlameGraph.js
Cleaned dead code, added/refactored comment in Metrics.tsx, FlameGraph.js
Added zoom and drag functionality to Ranked Graph
Included intermediate components in the visualizations
…rgin based on y-axis labels
Updated colors on ranked graph
Adjusted width setting of Ranked Graph
Added a recoilizeRoot variable to store the root.
davidemmolino
approved these changes
Oct 21, 2020
aaronyang824
approved these changes
Oct 21, 2020
TavenShumaker
approved these changes
Oct 21, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed as a team.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Co-authored-by: Taven Shumaker [email protected]
Co-authored-by: Aaron Yang [email protected]
Co-authored-by: Davide Molino [email protected]
Types of changes
Purpose
To update the Recoilize Dev Tool so that it works with the newest Recoil version along with added functionality.
Approach