mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #180] [MERGED] WIP: custom messages #1239
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#1239
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/180
Author: @binwiederhier
Created: 3/20/2022
Status: ✅ Merged
Merged: 4/7/2022
Merged by: @binwiederhier
Base:
main← Head:custom-messages📝 Commits (10+)
cc90a1aWIP: custom messages94b0e6fMerge branch 'main' into custom-messages2e92be0Remove other fieldsd5eff0cMerge branch 'main' into custom-messages187c19fContinued work on publishing from the web appb20df55Merge branch 'main' into custom-messages2eeb7d6SendDialog, cont'd8f2851eRelease notes, translationse0b3068Merge branch 'main' into custom-messagesb6426f0Merge branch 'main' into custom-messages📊 Changes
25 files changed (+2282 additions, -1473 deletions)
View changed files
📝
scripts/emoji-convert.sh(+2 -2)📝
server/errors.go(+1 -1)📝
server/message_cache.go(+1 -1)📝
server/message_cache_test.go(+2 -2)📝
server/server.go(+37 -22)📝
server/server_test.go(+38 -14)📝
server/visitor.go(+27 -1)➖
util/peak.go(+0 -61)➕
util/peek.go(+61 -0)📝
util/peek_test.go(+7 -7)📝
web/package-lock.json(+970 -1273)📝
web/src/app/Api.js(+82 -15)📝
web/src/app/emojis.js(+1 -1)📝
web/src/app/utils.js(+8 -0)📝
web/src/components/ActionBar.js(+10 -2)📝
web/src/components/App.js(+10 -2)➕
web/src/components/AttachmentIcon.js(+38 -0)➕
web/src/components/DialogFooter.js(+29 -0)➕
web/src/components/EmojiPicker.js(+169 -0)➕
web/src/components/Messaging.js(+111 -0)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.