mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1495] [CLOSED] enable pwa share target #1619
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1619
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/binwiederhier/ntfy/pull/1495
Author: @nexus-uw
Created: 11/22/2025
Status: ❌ Closed
Base:
main← Head:share-target📝 Commits (1)
36e26ffenable pwa share target📊 Changes
8 files changed (+106 additions, -4 deletions)
View changed files
📝
Makefile(+1 -1)📝
server/server.go(+10 -0)📝
server/types.go(+15 -0)📝
web/package.json(+1 -1)📝
web/public/sw.js(+34 -0)📝
web/src/components/App.jsx(+30 -1)📝
web/src/components/Messaging.jsx(+3 -1)📝
web/src/components/PublishDialog.jsx(+12 -0)📄 Description
(mostly generated by gpt5 using
"i want to add a pwa share target that invokes the publish message button on the web app")
note: I am unable to currently build the docker container to fully test the e2e flow due to
running the web client with the npm start command, I was able to verify that url params are successfully read from the url and the publish message opened with the expected values.
what would be the best test command(s) to get the server + web assets deployed locally together?
implements https://github.com/binwiederhier/ntfy/issues/1423
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.