openstreetmap / openstreetmap-website

The Rails application that powers OpenStreetMap
https://www.openstreetmap.org/
GNU General Public License v2.0
2.21k stars 918 forks source link

Add subscribe/unsubscribe buttons to note pages #5346

Closed AntonKhorev closed 15 hours ago

AntonKhorev commented 1 day ago

Part 5 of https://github.com/openstreetmap/openstreetmap-website/pull/5283 that adds the button to subscribe/unsubscribe from a note.

image

AntonKhorev commented 16 hours ago

Enabled showing errors for (un)subscribe buttons.

I didn't want to do this because the most likely error is that you're blocked and your access to the api is removed. But we shouldn't block people from unsubscribing. I thought that maybe I'll allow that first.