Skip to content

Conversation

@taneliang
Copy link
Member

@taneliang taneliang commented Aug 3, 2020

Stack PR by STACK ATTACK:

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

…hierarchy

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.
layeredLayout,
zeroPoint,
verticallyStackedLayout,
zeroPoint,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any specific reason for the reorder?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, just sorting alphabetically

@taneliang taneliang merged commit 3958fe8 into master Aug 4, 2020
@taneliang taneliang deleted the sttack-laudantium-temporibus-sint branch August 4, 2020 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants