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

Marwin Hochfelsner notifications at github.com
Thu Sep 25 10:59:44 UTC 2025


@hlfan 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">

How about rejecting the Promise on dismissal?

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

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


More information about the rails-dev mailing list