-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Problem:** The resize grid strategy has some UI issues: 1. the handles are only shown when a grid cell is selected, not the grid itself 2. the handles are not positioned correctly relatively to the grid itself 3. it's hard to discern precisely the resize effects **Fix:** 1. Enable the grid resizing if the grid is selected too 2. Position the handles centered relatively to the grid rows/columns 3. Replace the "numbered handles" with more subtle draggable circles 4. During drag, show a striped background for the affected row or column, with the measurements centered in the striped area **Note** The handles icons are placeholders/ideas. | Before | After | |--------|-----------| | ![Kapture 2024-07-10 at 14 19 33](https://github.com/concrete-utopia/utopia/assets/1081051/0b310d2d-fda5-443e-b685-299556b90ef6) | ![Kapture 2024-07-10 at 14 17 58](https://github.com/concrete-utopia/utopia/assets/1081051/d6b005df-8e9b-4219-a5b6-8c976e85cc0a) |
- Loading branch information
Showing
2 changed files
with
172 additions
and
74 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