-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reparent into grid #6258
Merged
Merged
Reparent into grid #6258
Conversation
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
#13935 Bundle Size — 62.5MiB (+0.01%).db12fe7(current) vs 916e8b9 master#13925(baseline) Warning Bundle contains 70 duplicate packages – View duplicate packages Bundle metrics
|
Current #13935 |
Baseline #13925 |
|
---|---|---|
Initial JS | 45.63MiB (+0.02% ) |
45.63MiB |
Initial CSS | 0B |
0B |
Cache Invalidation | 21.53% |
22.15% |
Chunks | 30 |
30 |
Assets | 33 |
33 |
Modules | 4375 (+0.02% ) |
4374 |
Duplicate Modules | 519 |
519 |
Duplicate Code | 31.64% (-0.03% ) |
31.65% |
Packages | 472 |
472 |
Duplicate Packages | 70 |
70 |
Bundle size by type 2 changes
1 regression
1 improvement
Current #13935 |
Baseline #13925 |
|
---|---|---|
JS | 62.49MiB (+0.01% ) |
62.48MiB |
HTML | 11.05KiB (-0.33% ) |
11.09KiB |
Bundle analysis report Branch feat/grid-reparent Project dashboard
Generated by RelativeCI Documentation Report issue
bkrmendy
approved these changes
Aug 26, 2024
liady
approved these changes
Aug 26, 2024
This was referenced Aug 27, 2024
Merged
Merged
liady
pushed a commit
that referenced
this pull request
Dec 13, 2024
**Problem:** It's not possible to correctly drag-to-reparent into a grid. **Fix:** Allow dragging elements into a grid, positioning them as part of the grid hierarchy. | Before | After | |-------|----------| | <video src="https://github.com/user-attachments/assets/66d6bcd1-fe68-4286-bad0-2d02ba1819a0"></video> | <video src="https://github.com/user-attachments/assets/db989837-d750-4b2e-8850-6fd00269eb36"></video> | Fixes #6257
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem:
It's not possible to correctly drag-to-reparent into a grid.
Fix:
Allow dragging elements into a grid, positioning them as part of the grid hierarchy.
Screen.Recording.2024-08-26.at.14.01.07.mov
Screen.Recording.2024-08-26.at.13.59.54.mov
Fixes #6257