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

Fix duplicate grid control keys #6474

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Fix duplicate grid control keys #6474

merged 3 commits into from
Oct 8, 2024

Conversation

ruggi
Copy link
Contributor

@ruggi ruggi commented Oct 4, 2024

Problem:

The grid controls show a bunch of duplicate keys while active.

Fix:

The problem is that there may be multiple instances of the same grid being rendered caused by how they are initialized, so this PS cleans that up.

Fixes #6473

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Try me

Copy link

relativeci bot commented Oct 4, 2024

#14608 Bundle Size — 57.82MiB (~+0.01%).

548a61d(current) vs 916e8b9 master#14593(baseline)

Warning

Bundle contains 70 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#14608
     Baseline
#14593
Regression  Initial JS 40.76MiB(~+0.01%) 40.76MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 18.01% 18.85%
No change  Chunks 23 23
No change  Assets 25 25
No change  Modules 4115 4115
No change  Duplicate Modules 216 216
No change  Duplicate Code 27.48% 27.48%
No change  Packages 475 475
No change  Duplicate Packages 70 70
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
#14608
     Baseline
#14593
Regression  JS 57.82MiB (~+0.01%) 57.82MiB
Improvement  HTML 7.37KiB (-0.25%) 7.39KiB

Bundle analysis reportBranch fix/duplicate-grid-keysProject dashboard


Generated by RelativeCIDocumentationReport issue

ruggi added 2 commits October 7, 2024 11:09
# Conflicts:
#	editor/src/components/canvas/controls/grid-controls.tsx
@ruggi ruggi merged commit 2779ddd into master Oct 8, 2024
14 checks passed
@ruggi ruggi deleted the fix/duplicate-grid-keys branch October 8, 2024 08:00
liady pushed a commit that referenced this pull request Dec 13, 2024
**Problem:**

The grid controls show a bunch of duplicate keys while active.

**Fix:**

The problem is that there may be multiple instances of the same grid
being rendered caused by how they are initialized, so this PS cleans
that up.

Fixes #6473
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.

grid control duplicate keys for grid lines
4 participants