Feat/web app manifest - #781
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
cevheri
approved these changes
Sep 10, 2026
Member
|
thanks for your contribution to the open-source world 🥇 |
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
Add the missing web app manifest and platform-specific app icons so LibreDB Studio can present the correct branding when installed as a web app or added to an iOS home screen.
Type of Change
Related Issue
Closes #680
Changes Made
public/site.webmanifestwith app names, standalone display settings, theme colors, and 192x192 and 512x512 PNG icons.Testing
Commands run:
bun run testbun run buildbun run test:coveragebun run coverage:checkbun run formatbun run lintbun run typecheckbun run knipbun run readme:checkbun run chart:checkbun run channels:showcase:checkbun run security:checkCoverage result:
46172/46172lines (100.00%).Test Environment
Screenshots (if applicable)
N/A — this change adds installation metadata and icon assets without changing the in-app interface.
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 (N/A — no provider files were changed)Additional Notes
The 512x512 web app icon is an exact copy of the existing desktop icon. The 192x192 web app icon and 180x180 Apple touch icon were resized from the same source asset.
The production build succeeds. It continues to report four pre-existing Turbopack dynamic filesystem access warnings in unrelated files; this change introduces no new warnings.