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

Rename areaName to lineName #6583

Merged
merged 4 commits into from
Oct 24, 2024
Merged

Rename areaName to lineName #6583

merged 4 commits into from
Oct 24, 2024

Conversation

ruggi
Copy link
Contributor

@ruggi ruggi commented Oct 23, 2024

Problem:

Grid dimension (which should be named tracks 🙃 , but that's for another day) have a field called areaName but it should actually be called lineName (https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Grid_layout_using_named_grid_lines).

Fix:

Rename areaName to lineName, and all its related mentions and (indirect) references.

Fixes #6582

Copy link
Contributor

github-actions bot commented Oct 23, 2024

Try me

Copy link

relativeci bot commented Oct 23, 2024

#14910 Bundle Size — 57.98MiB (~-0.01%).

46ca300(current) vs 916e8b9 master#14908(baseline)

Warning

Bundle contains 70 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#14910
     Baseline
#14908
Regression  Initial JS 40.96MiB(~+0.01%) 40.96MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 17.99% 0%
No change  Chunks 20 20
No change  Assets 22 22
No change  Modules 4152 4152
No change  Duplicate Modules 213 213
No change  Duplicate Code 27.34% 27.34%
No change  Packages 477 477
No change  Duplicate Packages 70 70
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
#14910
     Baseline
#14908
Regression  JS 57.97MiB (~+0.01%) 57.97MiB
Improvement  HTML 7.37KiB (-0.25%) 7.39KiB

Bundle analysis reportBranch chore/rename-areaname-linenameProject dashboard


Generated by RelativeCIDocumentationReport issue

Copy link
Contributor

@balazsbajorics balazsbajorics left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!!!!!!

@ruggi ruggi merged commit b6297d9 into master Oct 24, 2024
16 checks passed
@ruggi ruggi deleted the chore/rename-areaname-linename branch October 24, 2024 16:07
liady pushed a commit that referenced this pull request Dec 13, 2024
**Problem:**

Grid dimension (which should be named tracks 🙃 , but that's for another
day) have a field called `areaName` but it should actually be called
`lineName`
(https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Grid_layout_using_named_grid_lines).

**Fix:**

Rename `areaName` to `lineName`, and all its related mentions and
(indirect) references.

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

Rename areaName to lineName
3 participants