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 ruler markers #6654

Merged
merged 17 commits into from
Nov 20, 2024
Merged

Grid ruler markers #6654

merged 17 commits into from
Nov 20, 2024

Conversation

ruggi
Copy link
Contributor

@ruggi ruggi commented Nov 19, 2024

Problem:

Selected grid items should show ruler markers on the borders of the grid to indicate their placement properties.

Fix:

Add the ruler markers to the grid controls for items.

Notes:

  • markers currently target the cell bounds, it should change to the middle of the space between cells when we have offset indicator lines (future PR)
Screen.Recording.2024-11-19.at.12.36.17.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 #6656

Copy link
Contributor

github-actions bot commented Nov 19, 2024

Try me

Copy link

relativeci bot commented Nov 19, 2024

#15219 Bundle Size — 58.1MiB (+0.02%).

ad610b2(current) vs d1d46c1 master#15213(baseline)

Warning

Bundle contains 70 duplicate packages – View duplicate packages

Bundle metrics  Change 3 changes Regression 1 regression
                 Current
#15219
     Baseline
#15213
Regression  Initial JS 41.07MiB(+0.02%) 41.06MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 18.14% 18.03%
No change  Chunks 20 20
No change  Assets 22 22
Change  Modules 4171(+0.02%) 4170
No change  Duplicate Modules 213 213
No change  Duplicate Code 27.29% 27.29%
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
#15219
     Baseline
#15213
Regression  JS 58.09MiB (+0.02%) 58.08MiB
Improvement  HTML 7.37KiB (-0.25%) 7.39KiB

Bundle analysis reportBranch feat/ruler-marker-indicatorsProject dashboard


Generated by RelativeCIDocumentationReport issue

@ruggi ruggi marked this pull request as ready for review November 19, 2024 16:06
@ruggi ruggi merged commit dca813f into master Nov 20, 2024
16 checks passed
@ruggi ruggi deleted the feat/ruler-marker-indicators branch November 20, 2024 11:10
liady pushed a commit that referenced this pull request Dec 13, 2024
**Problem:**

Selected grid items should show ruler markers on the borders of the grid
to indicate their placement properties.

**Fix:**

Add the ruler markers to the grid controls for items.

**Notes:**
- markers currently target the cell bounds, it should change to the
middle of the space between cells when we have offset indicator lines
(future PR)



https://github.com/user-attachments/assets/b0dd3450-70fa-47cc-b627-e9f792f13ad8



**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 #6656
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 item ruler markers
3 participants