-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use generic higher-order component for drag-to-resize vertical divider
Applies new `resizableFlex` higher-order component to the `<Workspace>` component to control resizing of the flex regions containing the editors column and output respectively. Fully removes the tightly-coupled flex resizing support from Redux and React infrastructure. Differences between calculating flex for row and column flex directions are encapsulated in a pair of adapters. Flex direction-specific property access now in adapter Fix adapter usage Use generic HOC for drag-to-resize editors column and preview Only works in one direction because of pointer capture Restore start/stop drag Fix lint Remove explicit Redux-level support for drag-to-resize Removes support for resizing the center vertical divider, now that this functionality has been migrated to the resizeable flex module. One dangling rowflex reference
- Loading branch information
Showing
8 changed files
with
62 additions
and
239 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
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
Oops, something went wrong.