[openstreetmap/openstreetmap-website] Confirmation popup for Overpass API export (PR #6411)

mmd notifications at github.com
Fri Sep 26 18:43:50 UTC 2025


@mmd-osm commented on this pull request.



> @@ -48,3 +48,25 @@
     <dd><%= t ".too_large.other.description" %></dd>
   </dl>
 <% end %>
+
+  <div class="modal fade" tabindex="-1" id="export_confirmation" aria-hidden="true">
+    <div class="modal-dialog modal-dialog-centered">
+      <div class="modal-content">
+        <div class="modal-header">
+          <h5 class="modal-title"><%= t ".confirmation.header" %></h5>
+          <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
+        </div>
+        <div class="modal-body">
+          <p><%= t ".confirmation.body" %></p>
+        </div>
+        <div class="modal-footer">
+          <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">

I've used resolve(false) instead now.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6411#discussion_r2383202299
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6411/review/3273446454 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250926/d453c9b5/attachment-0001.htm>


More information about the rails-dev mailing list