]> git.openstreetmap.org Git - rails.git/commit
Implement web notifications for changeset comments
authorPablo Brasero <pablo@pablobm.com>
Mon, 20 Apr 2026 14:26:48 +0000 (15:26 +0100)
committerPablo Brasero <pablo@pablobm.com>
Thu, 23 Jul 2026 09:14:07 +0000 (10:14 +0100)
commitf85d5d469233884efb18b610fdf7e64de3cd5255
tree503464fccdb824b6b3c475c4c4848aba88384f68
parent4eb17c5a5fde6fc26be87579d2bf5b50e660063b
Implement web notifications for changeset comments
app/models/user_notifications.rb
app/views/notifications/_changeset_comment.html.erb [new file with mode: 0644]
config/locales/en.yml
test/controllers/notifications/changeset_comment_view_test.rb [new file with mode: 0644]
test/system/web_notifications_test.rb