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

Grid cell lines #6674

Merged
merged 3 commits into from
Nov 22, 2024
Merged

Grid cell lines #6674

merged 3 commits into from
Nov 22, 2024

Conversation

ruggi
Copy link
Contributor

@ruggi ruggi commented Nov 22, 2024

Problem:

When a grid item is selected, there should be outline lines around the cell bounds, which also expand to meet the ruler markers.

Fix:

Implement one component to render the cell bounds outline, and one component for the lines stretching to the markers from the cell perimeter.

Screenshot 2024-11-22 at 11 59 11
Screen.Recording.2024-11-22.at.12.03.54.mov

Manual Tests:
I hereby swear that:

  • I opened a hydrogen project and it loaded
  • I could navigate to various routes in Play mode

Fixes #6675

Copy link
Contributor

github-actions bot commented Nov 22, 2024

Try me

Copy link

relativeci bot commented Nov 22, 2024

#15255 Bundle Size — 58.11MiB (~+0.01%).

7dbf4fe(current) vs d1d46c1 master#15252(baseline)

Warning

Bundle contains 70 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#15255
     Baseline
#15252
Regression  Initial JS 41.08MiB(~+0.01%) 41.08MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 18.17% 18.05%
No change  Chunks 20 20
No change  Assets 22 22
No change  Modules 4172 4172
No change  Duplicate Modules 213 213
No change  Duplicate Code 27.28% 27.28%
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
#15255
     Baseline
#15252
Regression  JS 58.1MiB (~+0.01%) 58.1MiB
Improvement  HTML 7.37KiB (-0.25%) 7.39KiB

Bundle analysis reportBranch feat/grid-cell-linesProject dashboard


Generated by RelativeCIDocumentationReport issue

@ruggi ruggi merged commit b7d07ed into master Nov 22, 2024
16 checks passed
@ruggi ruggi deleted the feat/grid-cell-lines branch November 22, 2024 14:10
liady pushed a commit that referenced this pull request Dec 13, 2024
**Problem:**

When a grid item is selected, there should be outline lines around the
cell bounds, which also expand to meet the ruler markers.

**Fix:**

Implement one component to render the cell bounds outline, and one
component for the lines stretching to the markers from the cell
perimeter.

<img width="807" alt="Screenshot 2024-11-22 at 11 59 11"
src="https://github.com/user-attachments/assets/e82672bc-f7dd-4dd2-9b24-6f2c6d286feb">


https://github.com/user-attachments/assets/9a69b131-a052-42ab-88c6-f1534c3865af

**Manual Tests:**
I hereby swear that:

- [x] I opened a hydrogen project and it loaded
- [x] I could navigate to various routes in Play mode

Fixes #6675
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 offset lines
3 participants