-
Notifications
You must be signed in to change notification settings - Fork 7.6k
SplitView Refactoring #8105
SplitView Refactoring #8105
Conversation
src/view/MainViewManager.js
Outdated
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.
Too many empty lines
src/utils/DeprecationWarning.js
Outdated
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.
"cannonical" seems a bit formal here. What about replacing it with "display"?
Otherwise, it's misspelled -- should be "canonical".
|
Done with review. |
src/project/PaneViewListView.js
Outdated
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.
The index needs to be changed at some point. Maybe on the next line. If it is not changed and you keep dragging it will cause an issue on the next swap.
Same with the other swap.
|
closing this pull request. Next iteration will be in jeff/splitview-1x2 |
This replaces #8045
This is the refactoring effort to move Working Set API's and start deprecating some of the DocumentManager APIs
This probably isn't ready for prime time consumption but want to get any feedback on the approach and if there is anything I forgot.
Also I encourage as much test exposure as possible to make sure nothing is broken.