-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Problem:** Moving grid elements currently means only explicitly setting their grid positioning props (row, column), which has two issues: 1. it does not reorder elements in the code nor the navigator 2. it does not leverage the grid intrinsic ordering, those properties should be set only when strictly necessary **Fix:** Extend the strategy so that it prioritizes reordering instead of explicit positioning, and even in the cases where it needs to use row/col props it will still reorder based on the starting index position in the grid hierarchy (left-right, top-bottom). Fixes #6355
- Loading branch information
Showing
5 changed files
with
442 additions
and
33 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
Oops, something went wrong.