forked from bvaughn/scheduling-profiler-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Resize content][1/n] Break horizontal scrolling area into final-ish …
…hierarchy (#110) Summary --- This PR begins a PR stack that implements the resize of the lanes area. In this PR, the view hierarchy is overhauled to more closely resemble the final one. This is the new view hierarchy: - View (vertically stacked layout) (root view) - HorizontalPanAndZoomView - View (vertically stacked layout) - TimeAxisMarkersView - ReactEventsView - View (vertically stacked layout) (to be replaced with ResizableVerticalSplitView) - HorizontalPanAndZoomView - VerticalScrollView - ReactMeasuresView - HorizontalPanAndZoomView - VerticalScrollView - FlamechartView This PR must be landed with the PRs stacked above it in order not to break master. Test Plan --- * `yarn lint` * `yarn flow`: no errors in changed code * `yarn test` Known issues --- * There are now 3 independent horizontal pan/zoom areas. This is intentional; it'll be fixed in a future PR in this stack. * Flamechart no longer scrolls vertically. This will be fixed in a future PR in this stack.
- Loading branch information
Showing
3 changed files
with
64 additions
and
48 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
3958fe8
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.
Successfully deployed to the following URLs: