-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/grid container subsection (#6118)
**Problem:** It should be possible to interact with grid container rows/cols templates from the inspector. **Fix:** 1. if a grid element is selected, show its rows and columns in the inspector 2. allow editing their values 3. allow removing them 4. allow adding new cols/rows with a default `1fr` size 5. rearrange the grid children so they go "back into the grid" upon removing a col/row https://github.com/user-attachments/assets/2f28b870-a0a4-4a65-9880-73031ce9d1ee Fixes #6117
- Loading branch information
Showing
2 changed files
with
317 additions
and
7 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