Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR is a hot-fix that addresses code overflow issues in tables on smaller screens by updating the @node-core/ui-components dependency and removing CSS that was preventing proper text wrapping on larger screens.
Changes:
- Updated
@node-core/ui-componentsfrom version 1.5.8 to 1.5.9 to incorporate upstream bug fixes - Removed media query that was resetting overflow-wrap and word-break properties for code elements on screens ≥768px, which was causing table overflow issues
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updated @node-core/ui-components dependency from 1.5.8 to ^1.5.9 |
| npm-shrinkwrap.json | Updated lockfile to reflect new dependency version with updated integrity hash |
| src/generators/web/ui/index.css | Removed media query that was preventing code text wrapping on larger screens, fixing table overflow issues |
Files not reviewed (1)
- npm-shrinkwrap.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #591 +/- ##
=======================================
Coverage 80.66% 80.66%
=======================================
Files 128 128
Lines 12392 12392
Branches 887 887
=======================================
Hits 9996 9996
Misses 2393 2393
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
| File | Base | Head | Diff |
|---|---|---|---|
orama-db.json |
8.03 MB | 8.03 MB | -1.85 KB (-0.02%) |
web Generator
| File | Base | Head | Diff |
|---|---|---|---|
styles.css |
124.58 KB | 125.93 KB | +1.35 KB (+1.09%) |
|
Fast-tracking as bug fixes! |
This is a tiny hot-fix PR that updates the @node-core/ui-components with the aforementioned bug-fixes and fix the layout for smaller screens where table code tags overflow.