mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #974] [CLOSED] feat: set pwa display type via environment variable #516
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/974
Author: @James18232
Created: 9/22/2025
Status: ❌ Closed
Base:
main← Head:pwa_env_variable📝 Commits (3)
1a783cafeat: set pwa display type via env variable195fddfMerge branch 'pocket-id:main' into pwa_env_variableec51026golint fix📊 Changes
4 files changed (+29 additions, -1 deletions)
View changed files
📝
backend/frontend/frontend_included.go(+25 -0)📝
backend/internal/common/env_config.go(+2 -0)📝
frontend/src/app.html(+1 -0)📝
frontend/static/app.webmanifest(+1 -1)📄 Description
This feature allows the user to set the 'display' type to be used in the app manifest for use when saving as a PWA. The default setting retains the existing "minimal-ui" value.
based on earlier concepts by @ItalyPaleAle.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.