Changes from before AAPOR

This commit is contained in:
Scott Idem
2024-05-20 17:24:23 -04:00
parent f72d7be5b2
commit fa58d1accb
13 changed files with 609 additions and 21 deletions

View File

@@ -401,7 +401,7 @@ async function handle_load_ae_obj_id__event_presenter({event_presenter_id, try_c
});
}}
class="btn btn-sm variant-ghost-primary w-48 mb-1 export_data_btn"
class="btn btn-sm variant-ghost-warning w-42 mb-1 export_data_btn text-xs"
title={`Download sponsorship data for ${$ae_loc.account_name}`}
>
{#await ae_promises.download__sponsorship_export}
@@ -412,7 +412,7 @@ async function handle_load_ae_obj_id__event_presenter({event_presenter_id, try_c
{:then}
<!-- Done? -->
{/await}
<span class="fas fa-download mx-1"></span> Export Data
<span class="fas fa-download mx-1"></span> Export All Data
</button>
{/if}
</section>