mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #203] Web App: Strings with issues #162
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#162
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?
Originally created by @StoyanDimitrov on GitHub (Apr 8, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/203
notifications_loadingaren't we talking about messages everywhere in the web app UI?publish_dialog_attachment_limits_quota_reachedmissing space after the commapublish_dialog_delay_placeholder?@binwiederhier commented on GitHub (Apr 8, 2022):
It's a horrible mix of "message" and "notification". I see that now.
The pubsub protocol calls it message, but the UI typically calls it notification. But a notification has a message in the JSON, so 🤷 Let me review it all.
"tomorrow, 9am" -- Only English is supported, so I'd leave that.
@binwiederhier commented on GitHub (Apr 8, 2022):
I think I fixed the notification/message thing and your other comments, as per
github.com/binwiederhier/ntfy@d2f933e15f"Message" only appears now when the message body is referenced.
@StoyanDimitrov commented on GitHub (Apr 8, 2022):
I feel like
prefs_notifications_min_priority_title- "Minimum priority" needs some explanation. It's not immediately clear where this setting applies. The Android app has brief description that gives the needed context.@binwiederhier commented on GitHub (Apr 8, 2022):
Hmm. You may be right. I'd have to add some detailed description text for each of the settings. Let me think about how to do that in the UI 🤔
@binwiederhier commented on GitHub (Apr 9, 2022):
What do you think?
@StoyanDimitrov commented on GitHub (Apr 10, 2022):
Looking good. It's nice addition.
@StoyanDimitrov commented on GitHub (Apr 10, 2022):
Is it possible on
notifications_no_subscriptions_description(Click the "Add subscription" link to create or subscribe to a topic. After that, you can send messages via PUT or POST and you'll receive notifications here.) to use placeholder with the actual button label -nav_button_subscribe? The text of the button already changed to "Subscribe to topic".@binwiederhier commented on GitHub (Apr 10, 2022):
Done.
@binwiederhier commented on GitHub (Apr 10, 2022):
I'll close this for now, but you can keep adding if you find more issues.