]> git.openstreetmap.org Git - rails.git/commit
Implement web notifications for GPX imports completion
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)
commitf680bd95bcb2b1f56eb6195da4ee581af7c1b9ce
treeaf2dc0f34e143509f863036e529de3f26f3f641e
parentdf5002abc778dfcbac2195f94b9f209681f9746f
Implement web notifications for GPX imports completion
app/models/user_notifications.rb
app/views/notifications/_gpx_details.html.erb [new file with mode: 0644]
app/views/notifications/_gpx_import_failure.html.erb [new file with mode: 0644]
app/views/notifications/_gpx_import_success.html.erb [new file with mode: 0644]
config/locales/en.yml
test/controllers/notifications/gpx_import_failure_view_test.rb [new file with mode: 0644]
test/controllers/notifications/gpx_import_success_view_test.rb [new file with mode: 0644]