Skip to content
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 5 commits into from
Aug 27, 2024
Merged

Reparent into grid #6258

merged 5 commits into from
Aug 27, 2024

Conversation

ruggi
Copy link
Contributor

@ruggi ruggi commented Aug 26, 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
Screen.Recording.2024-08-26.at.14.01.07.mov
Screen.Recording.2024-08-26.at.13.59.54.mov

Fixes #6257

Copy link
Contributor

github-actions bot commented Aug 26, 2024

Try me

Copy link

relativeci bot commented Aug 26, 2024

#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  Change 4 changes Regression 1 regression
                 Current
#13935
     Baseline
#13925
Regression  Initial JS 45.63MiB(+0.02%) 45.63MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 21.53% 22.15%
No change  Chunks 30 30
No change  Assets 33 33
Change  Modules 4375(+0.02%) 4374
No change  Duplicate Modules 519 519
Change  Duplicate Code 31.64%(-0.03%) 31.65%
No change  Packages 472 472
No change  Duplicate Packages 70 70
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
#13935
     Baseline
#13925
Regression  JS 62.49MiB (+0.01%) 62.48MiB
Improvement  HTML 11.05KiB (-0.33%) 11.09KiB

Bundle analysis reportBranch feat/grid-reparentProject dashboard


Generated by RelativeCIDocumentationReport issue

@ruggi ruggi marked this pull request as ready for review August 26, 2024 13:49
@ruggi ruggi merged commit 2597294 into master Aug 27, 2024
15 checks passed
@ruggi ruggi deleted the feat/grid-reparent branch August 27, 2024 07:47
This was referenced Aug 27, 2024
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

drag to reparent into grid
3 participants