Conversation
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (08/04/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add ready-for-e2e label" took an action on this PR • (08/04/25)1 label was added to this PR based on Keith Williams's automation. |
WalkthroughThis change updates the Estimated code review effort🎯 2 (Simple) | ⏱️ ~6 minutes Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
packages/platform/atoms/globals.css (1)
97-98:__calFont_a90182block updated, butfont-displaydiffersWhile all other faces use
font-display: swap, this one keepsblock. Consider switching toswapfor CLS friendliness unless the block behaviour is deliberate.- font-display: block; + font-display: swap;.changeset/tough-mugs-design.md (1)
5-5: Capitalize the summary sentence for consistencyChangeset summaries conventionally start with a capital letter. Consider updating to:
-bundle fonts to fix atoms in non-next apps +Bundle fonts to fix atoms in non-Next apps
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (8)
packages/platform/atoms/fonts/26a46d62cd723877-s.woff2is excluded by!**/*.woff2packages/platform/atoms/fonts/55c55f0601d81cf3-s.woff2is excluded by!**/*.woff2packages/platform/atoms/fonts/581909926a08bbc8-s.woff2is excluded by!**/*.woff2packages/platform/atoms/fonts/6d93bde91c0c2823-s.woff2is excluded by!**/*.woff2packages/platform/atoms/fonts/90475aac776488b6-s.p.woff2is excluded by!**/*.woff2packages/platform/atoms/fonts/97e0cb1ae144a2a9-s.woff2is excluded by!**/*.woff2packages/platform/atoms/fonts/a34f9d1faa5f3315-s.p.woff2is excluded by!**/*.woff2packages/platform/atoms/fonts/df0a9ae256c0569c-s.woff2is excluded by!**/*.woff2
📒 Files selected for processing (3)
.changeset/tough-mugs-design.md(1 hunks)packages/platform/atoms/globals.css(8 hunks)packages/platform/atoms/package.json(1 hunks)
🔇 Additional comments (8)
packages/platform/atoms/package.json (1)
38-42: Fonts Directory and CSS Paths VerifiedAll
.woff2assets are present inpackages/platform/atoms/fontsand every@font-faceinpackages/platform/atoms/globals.csscorrectly usessrc: url(./fonts/<filename>.woff2). No further action required.packages/platform/atoms/globals.css (7)
20-21: Consistent change across weights – good follow-throughThe same relative-path update is applied consistently for the second unicode-range block, ensuring no glyph subset is left pointing at the old location.
30-31: 👍 Third subset updated correctlyNo further remarks; change is clear and correct.
40-41: Fourth subset updated – OKUniform treatment keeps the font-loading logic coherent.
50-51: Vietnamese subset path fixed – OKNothing else to flag here.
60-61: Extended Latin subset updated – OK
70-71: Asset filename exists – no changes needed
- Confirmed that
packages/platform/atoms/fonts/a34f9d1faa5f3315-s.p.woff2matches thesrc: url(./fonts/a34f9d1faa5f3315-s.p.woff2)reference inpackages/platform/atoms/globals.css.
10-11: All local font references validatedI’ve filtered out inline
data:URIs and confirmed that every./fonts/*.woff2referenced in packages/platform/atoms/globals.css exists on disk. No missing files remain, so the relative‐path change is safe to approve.
E2E results are ready! |
User reported following error
and they use platform atoms in vue app. However, as you see in PR we changed globals css file to not have "_next" import path to files auto-generated after building next app but include fonts directly in the bundle.