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

Conditional auto cols/rows input in the inspector, auto template in the advanced modal #6541

Merged
merged 3 commits into from
Oct 16, 2024

Conversation

ruggi
Copy link
Contributor

@ruggi ruggi commented Oct 15, 2024

This is a followup to #6533

This PR improves the previous iteration by:

  1. showing the auto template input in the inspector only if there are no template dimensions, or the auto template is set explicitly to something that's not auto
  2. showing the auto templates for both cols and rows in the advanced modal
  3. support dimming auto values in grid expression inputs to fg6
Screen.Recording.2024-10-15.at.19.56.29.mov

Fixes #6540

Copy link
Contributor

github-actions bot commented Oct 15, 2024

Try me

Copy link

relativeci bot commented Oct 15, 2024

#14801 Bundle Size — 57.96MiB (+0.01%).

f5c1960(current) vs 916e8b9 master#14786(baseline)

Warning

Bundle contains 70 duplicate packages – View duplicate packages

Bundle metrics  Change 3 changes Regression 1 regression
                 Current
#14801
     Baseline
#14786
Regression  Initial JS 40.95MiB(+0.02%) 40.94MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 17.97% 17.85%
No change  Chunks 20 20
No change  Assets 22 22
Change  Modules 4150(+0.05%) 4148
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
#14801
     Baseline
#14786
Regression  JS 57.96MiB (+0.01%) 57.95MiB
Improvement  HTML 7.37KiB (-0.25%) 7.39KiB

Bundle analysis reportBranch feat/grid-auto-cols-rows-advance...Project dashboard


Generated by RelativeCIDocumentationReport issue

@ruggi ruggi merged commit e6f3148 into master Oct 16, 2024
15 checks passed
@ruggi ruggi deleted the feat/grid-auto-cols-rows-advanced branch October 16, 2024 09:44
liady pushed a commit that referenced this pull request Dec 13, 2024
…he advanced modal (#6541)

This is a followup to
#6533

This PR improves the previous iteration by:

1. showing the auto template input in the inspector only if there are no
template dimensions, or the auto template is set explicitly to something
that's not `auto`
2. showing the auto templates for both cols and rows in the advanced
modal
3. support dimming `auto` values in grid expression inputs to `fg6`


https://github.com/user-attachments/assets/e3ecb7f5-36ed-4a96-80d5-d3d4278e33b1




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

Tweak auto cols/rows in the inspector and the advanced modal
3 participants