could use some screenshots for "rich" install but is more than fine rn and gets the job done
appview/pages/templates/layouts/base.html
appview/pages/templates/layouts/base.html
This file has not been changed.
appview/pages/templates/user/completeSignup.html
appview/pages/templates/user/completeSignup.html
This file has not been changed.
appview/pages/templates/user/login.html
appview/pages/templates/user/login.html
This file has not been changed.
appview/pages/templates/user/signup.html
appview/pages/templates/user/signup.html
This file has not been changed.
appview/state/router.go
appview/state/router.go
This file has not been changed.
appview/state/state.go
appview/state/state.go
This file has not been changed.
History
3 rounds
3 comments
vielle.dev
submitted
#2
1 commit
expand
collapse
appview/state,appview/pages/templates: add installable pwa support for tangled
Signed-off-by: afterlifepro <vielle.dev@proton.me>
expand 2 comments
works like a charm on chrome on android, firefox does not seem to detect the favicon however (and only allows a shortcut, not "installation"), but lets merge this in anyhow!
pull request successfully merged
vielle.dev
submitted
#1
expand 0 comments
vielle.dev
submitted
#0
1 commit
expand
collapse
Add PWA installable support for tangled
/pwa-manifest.json is defined in state.go and is a plain json object
the link rel has to be added to all html heads
lgtm! thanks so much for working on this and the speedy response on discord!