mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1623] feat(web): add configurable datetime format preference #1669
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#1669
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/1623
Author: @scarf005
Created: 2/24/2026
Status: 🔄 Open
Base:
main← Head:feat/1507/option-datetime-format📝 Commits (4)
c97ff39feat(web): add datetime format preference model and formatters871018cfeat(web): apply datetime format preference across UI605566afeat(i18n): add English labels for datetime format setting09a8b3efix(web): harden datetime preference and locale usage📊 Changes
8 files changed (+105 additions, -21 deletions)
View changed files
📝
web/public/static/langs/en.json(+5 -0)📝
web/src/app/Prefs.js(+17 -0)📝
web/src/app/utils.js(+22 -6)📝
web/src/components/Account.jsx(+8 -4)📝
web/src/components/Notifications.jsx(+13 -6)📝
web/src/components/Preferences.jsx(+28 -1)📝
web/src/components/SubscriptionPopup.jsx(+8 -3)📝
web/src/components/UpgradeDialog.jsx(+4 -1)📄 Description
Summary
Resolves #1507
Testing
related: https://github.com/binwiederhier/ntfy-android/pull/162
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.