[PR #1600] [MERGED] WIP: Server/Web: Support "copy" action button to copy a value to the clipboard #1659

Closed
opened 2026-05-07 01:03:07 +02:00 by BreizhHardware · 0 comments

📋 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: mainHead: 1364-copy-action


📝 Commits (1)

  • 3f0a7b6 Server/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.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/1600 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 2/8/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `1364-copy-action` --- ### 📝 Commits (1) - [`3f0a7b6`](https://github.com/binwiederhier/ntfy/commit/3f0a7b65ee4ccee6f8ada998545ae773128fbeb1) Server/Web: Support "copy" action button to copy a value to the clipboard ### 📊 Changes **10 files changed** (+384 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Solves #1364 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:03:07 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1659
No description provided.