-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SplitLayout divider positioning error (#667)
* add initial splitLayout fraction to ReleasesSampleCompose Signed-off-by: Ivan Morgillo <[email protected]> * create a basic SpitLayout example in IDE sample Signed-off-by: Ivan Morgillo <[email protected]> * force divider position to respect initialFraction Signed-off-by: Ivan Morgillo <[email protected]> * constrain minimum size for SplitLayout on window resize Signed-off-by: Ivan Morgillo <[email protected]> * make the formatter happy * make the formatter happy Signed-off-by: morgillo <[email protected]> * fix #589 Signed-off-by: Ivan Morgillo <[email protected]> * remove SplitLayoutSandbox Signed-off-by: Ivan Morgillo <[email protected]> * refactor roundToPx in SplitLayout reference #667 (comment) Signed-off-by: Ivan Morgillo <[email protected]> * remove redundant constrain reference #667 (comment) Signed-off-by: Ivan Morgillo <[email protected]> * make the formatter happy Signed-off-by: morgillo <[email protected]> * fix jumpy divider in SplitLayout Signed-off-by: morgillo <[email protected]> * fix coercion exception in SplitLayout draggableState Signed-off-by: Ivan Morgillo <[email protected]> * make formatter happy * fix klint warning in SplitLayoutImpl Signed-off-by: Ivan Morgillo <[email protected]> * iterate on jumpy divider Signed-off-by: Ivan Morgillo <[email protected]> * make formatter happy * Iterate on draggableState doc --------- Signed-off-by: Ivan Morgillo <[email protected]> Signed-off-by: morgillo <[email protected]> Co-authored-by: morgillo <[email protected]>
- Loading branch information
Showing
2 changed files
with
79 additions
and
36 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