-
Notifications
You must be signed in to change notification settings - Fork 23
fix(orama): max-width on modal #536
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #536 +/- ##
=======================================
Coverage 80.03% 80.03%
=======================================
Files 122 122
Lines 12066 12066
Branches 848 848
=======================================
Hits 9657 9657
Misses 2406 2406
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
| File | Base | Head | Diff |
|---|---|---|---|
orama-db.json |
7.99 MB | 7.99 MB | +1.89 KB (+0.02%) |
web Generator
| File | Base | Head | Diff |
|---|---|---|---|
styles.css |
121.55 KB | 121.63 KB | +83.00 B (+0.07%) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR addresses a UI issue by adding a maximum width constraint to modal content links and updates the Orama search packages to their latest patch versions.
- Adds
max-width: 42remto modal content links for better text overflow handling - Updates
@orama/oramafrom 3.1.16 to 3.1.18 - Updates
@orama/uifrom 1.5.3 to 1.5.4
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/generators/web/ui/index.css | Adds max-width constraint to modal content anchor elements to prevent overflow |
| package.json | Updates Orama package dependencies to latest patch versions |
| npm-shrinkwrap.json | Updates lockfile with new package versions and reorganized dependency tree |
Files not reviewed (1)
- npm-shrinkwrap.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Fast tracking as a bug fix. |
cc @ovflowd