Update Tiles small viewport density - #1389
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: 8aa0f4a The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
🟢 No design token changes found |
There was a problem hiding this comment.
Pull request overview
Updates the Tiles component’s compact layout to increase information density on smaller viewports by adjusting the column count and icon sizing, and records the change via a changeset for release.
Changes:
- Set compact
Tilesto use 4 columns by default (small viewports), scaling to 6 columns at ≥48rem (and keeping 8 columns at ≥63.25rem). - Reduce compact tile media (SVG/IMG) height on small viewports to
--base-size-28, restoring--base-size-32at ≥48rem. - Add a patch changeset describing the behavior change for
@primer/react-brand.
Show a summary per file
| File | Description |
|---|---|
| packages/react/src/Tiles/Tiles.module.css | Adjusts compact layout column density and icon sizing across breakpoints. |
| .changeset/fresh-tiles-sparkle.md | Adds a patch changeset documenting the compact density update. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Low
danielguillan
temporarily deployed
to
github-pages
July 7, 2026 09:06 — with
GitHub Actions
Inactive
Contributor
🟢 Bundle size report
|
Contributor
🟢 No unit test coverage changes foundAll components and hooks with tests maintain the same coverage as the main branch. |
Contributor
🟢 No visual differences foundOur visual comparison tests did not find any differences in the UI. |
danielguillan
temporarily deployed
to
github-pages
July 7, 2026 09:24 — with
GitHub Actions
Inactive
rezrah
reviewed
Jul 8, 2026
Co-authored-by: Rez <13340707+rezrah@users.noreply.github.com>
danielguillan
temporarily deployed
to
github-pages
July 9, 2026 09:08 — with
GitHub Actions
Inactive
Merged
22 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves https://github.com/orgs/github/projects/23995/views/5?pane=issue&itemId=209289621
Updates compact Tiles density so mobile shows four items per row with smaller icons, while tablet shows six items per row.
List of notable changes:
What should reviewers focus on?
Steps to test:
Supporting resources (related issues, external links, etc):
Contributor checklist:
update snapshotslabel to the PR)Reviewer checklist:
Screenshots:
Mobile
Tablet
Mobile
Tablet