mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 22:52:58 +03:00
[PR #774] [CLOSED] feat: add PWA icon support #633
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/774
Author: @James18232
Created: 7/23/2025
Status: ❌ Closed
Base:
main← Head:feat-appleicon📝 Commits (10+)
aa8bf5aUpdate +layout.sveltecbe2ea5Add files via upload754564fMerge branch 'main' into feat-appleicon0b7bb7fswitch to manifest usebf42f6eUpdate manifest.json.ts0ab5ad5Delete frontend/static/manifest.json5304e9eserve manifest.json by prerendering server route9db1751remove unused imports6034f29Use correct webmanifest extension and content typeff7e028Respond with 404 when loading certain images that don't exist📊 Changes
11 files changed (+136 additions, -12 deletions)
View changed files
📝
backend/frontend/frontend_excluded.go(+6 -2)📝
backend/frontend/frontend_included.go(+20 -2)📝
backend/internal/bootstrap/router_bootstrap.go(+5 -4)📝
backend/internal/controller/app_config_controller.go(+65 -0)➕
backend/internal/dto/web_manifest_dto.go(+14 -0)➕
backend/resources/images/pwa-icon.png(+0 -0)➕
backend/resources/images/pwa-icon.svg(+12 -0)📝
frontend/src/app.html(+1 -0)📝
frontend/src/lib/components/logo.svelte(+3 -4)➕
frontend/src/lib/utils/logo-util.ts(+7 -0)📝
frontend/vite.config.ts(+3 -0)📄 Description
added apple-touch-icon support for ios devices.
used the dark logo, because it is better.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.