bug fix:updated root page meta description - #798
Merged
Conversation
cevheri
approved these changes
Sep 11, 2026
Member
|
thanks and welcome, I just fixed conflict |
Contributor
Author
|
thank you for accepting my pull request |
cevheri
force-pushed
the
fix-678-meta-description
branch
from
September 12, 2026 02:07
bdeaf43 to
147f65f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Description
Updates the root page meta description to better represent LibreDB Studio's support for SQL and NoSQL databases without listing a fixed number of database engines.
Type of Change
Related Issue
Closes #678
Changes Made
src/app/layout.tsx.Testing
git diff --check` passed
bun run testcompleted, but the full test suite had unrelated existing failures (478 failed, 6 errors)I have tested this locally
I have added/updated tests
All existing tests pass
Test Environment
v24.14.0/ Bun1.4.2Screenshots (if applicable)
Checklist
bun run test:coverageandbun run coverage:check)src/lib/db/providers/, I updated the matchingdocs/providers/documentation andtests/integration/db/tests in the same PR (provider triad)Additional Notes
This PR only updates the root page meta description in
src/app/layout.tsx.bun run testwas executed, but the full test suite reported 478 failures and 6 errors. No failure was identified as related to this metadata-only change.