chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-01-18 00:30:06 +01:00
parent d7509c8d6f
commit 66c27cbad4
127 changed files with 6557 additions and 2698 deletions

View file

@ -57,11 +57,17 @@
<Tr t={theme.descriptionTail} />
{#if !theme.official}
<div class="flex w-full justify-end">
<button class="flex small w-fit self-end as-link" on:click={() => Utils.offerContentsAsDownloadableFile(JSON.stringify(theme.source, null, " "), theme.id+".mapcomplete_theme.json")}>
Download the theme definition
</button>
</div>
<button
class="small as-link flex w-fit self-end"
on:click={() =>
Utils.offerContentsAsDownloadableFile(
JSON.stringify(theme.source, null, " "),
theme.id + ".mapcomplete_theme.json"
)}
>
Download the theme definition
</button>
</div>
{/if}
<!-- Buttons: open map, go to location, search -->
<NextButton
@ -110,7 +116,6 @@
{/if}
</div>
<div class="link-underline mt-8 flex justify-end text-sm">
<a href="https://mapcomplete.org" target="_blank">
<Tr t={Translations.t.general.poweredByMapComplete} />