20 lines
975 B
Plaintext
20 lines
975 B
Plaintext
<header class="margin-block-start-double">
|
|
<h2 class="divider txt-large">Export your data</h2>
|
|
<p class="margin-none-block">Download an archive of your Fizzy data.</p>
|
|
</header>
|
|
|
|
<div data-controller="dialog" data-dialog-modal-value="true">
|
|
<button type="button" class="btn" data-action="dialog#open">Begin export...</button>
|
|
|
|
<dialog class="dialog panel panel--wide shadow" data-dialog-target="dialog">
|
|
<h2 class="margin-none txt-large">Export your data</h2>
|
|
<p class="margin-none-block-start">This will generate a ZIP archive of all cards you have access to.</p>
|
|
<p>When ready, we'll email you a download link (expires in 24 hours).</p>
|
|
|
|
<div class="flex gap justify-center">
|
|
<%= button_to "Start export", user_data_exports_path(@user), method: :post, class: "btn btn--link", form: { data: { action: "submit->dialog#close" } } %>
|
|
<button type="button" class="btn" data-action="dialog#close">Cancel</button>
|
|
</div>
|
|
</dialog>
|
|
</div>
|