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

Ellipsize grid expression input #6578

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

ruggi
Copy link
Contributor

@ruggi ruggi commented Oct 22, 2024

Problem:

Overflowing template strings in GridExpressionInput components should be truncated and ellipsized.

Fix:

Before After
Screenshot 2024-10-22 at 15 00 02 Screenshot 2024-10-22 at 14 59 53

Fixes #6577

Copy link
Contributor

github-actions bot commented Oct 22, 2024

Try me

Copy link

relativeci bot commented Oct 22, 2024

#14902 Bundle Size — 57.97MiB (~+0.01%).

1ae0565(current) vs 916e8b9 master#14901(baseline)

Warning

Bundle contains 70 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#14902
     Baseline
#14901
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
#14902
     Baseline
#14901
Regression  JS 57.97MiB (~+0.01%) 57.97MiB
Improvement  HTML 7.37KiB (-0.25%) 7.39KiB

Bundle analysis reportBranch feat/ellipsize-grid-expression-i...Project dashboard


Generated by RelativeCIDocumentationReport issue

@ruggi ruggi merged commit 7ee1484 into master Oct 22, 2024
16 checks passed
@ruggi ruggi deleted the feat/ellipsize-grid-expression-input branch October 22, 2024 15:51
liady pushed a commit that referenced this pull request Dec 13, 2024
**Problem:**

Overflowing template strings in `GridExpressionInput` components should
be truncated and ellipsized.

**Fix:**

| Before | After |
|-------|-------|
| <img width="262" alt="Screenshot 2024-10-22 at 15 00 02"
src="https://github.com/user-attachments/assets/4c2197ed-1cb9-43df-98bf-dd23b98b229d">
| <img width="262" alt="Screenshot 2024-10-22 at 14 59 53"
src="https://github.com/user-attachments/assets/f7dfa3a0-d3e0-49f7-aa2e-1afab2e253d0">
|

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

Ellipsize overflowing grid expression input contents
3 participants