mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1600] [MERGED] WIP: Server/Web: Support "copy" action button to copy a value to the clipboard #1659
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#1659
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/1600
Author: @binwiederhier
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/9/2026
Merged by: @binwiederhier
Base:
main← Head:1364-copy-action📝 Commits (1)
3f0a7b6Server/Web: Support "copy" action button to copy a value to the clipboard📊 Changes
10 files changed (+384 additions, -22 deletions)
View changed files
📝
docs/publish.md(+261 -5)📝
docs/releases.md(+2 -0)📝
server/actions.go(+14 -5)📝
server/actions_test.go(+42 -3)📝
server/types.go(+2 -1)📝
web/public/sw.js(+23 -2)➕
web/src/app/actions.js(+7 -0)📝
web/src/app/notificationUtils.js(+2 -1)📝
web/src/components/Notifications.jsx(+22 -5)📝
web/src/registerSW.js(+9 -0)📄 Description
Solves #1364
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.