Timeline#6
Open
Vital7788 wants to merge 66 commits into
Open
Conversation
- added testing output - use current project as submission - fix uploaded directory not showing - add better checks for uploaded files - use relative paths for paths in config - clean up script element after testing
Test result tab now matches the looks of the other tabs. Window now also properly scrolls when the items overflow.
Rework of the time slider so it can also show a timeline of snapshots taken during testing.
When restoring clones from a snapshot, update a clone's attributes if it's not necessary to create a new clone. Otherwise assign the old id to a new clone.
There used to be a bug (scratchfoundation#413) in the GUI necessitating a manual refresh of the workspace. The underlying issue was dealt with in scratch-blocks, as mentioned in scratchfoundation#779. However, the workspace refresh introduced in scratchfoundation#459, was never removed. This unnecessary call should be removed to improve performance and to prevent unwanted PROJECT_CHANGED emissions.
Loading a project while tests are running skips the deinstrumentation
In Chromium browsers, PROJECT_LOADED comes after TESTS_LOADED, leading to the testing tabs never being shown
Highlight corresponding frames when hovering over events and markers.
Also highlight all icons belonging to one test when hovering over
a test that has multiple markers.
Clicking on events now also jumps to the corresponding frames akin to
test range markers.
Updated UI:
- All events in same band
- Fix event horizontal positioning that wasn't accurate before
- Show tooltip left for events and right for test markers so it
doesn't block the corresponding frames when hovering.
- Fix icons and tooltips being selectable
Change color and shape of the range markers to make them more readable. Colors were taken from Scratch's high contrast color scheme. Additional minor UI fixes: - Consistent row margins - Show test tooltip left to match event tooltips
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
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.
No description provided.