Updates to clean up the lookups for time zones, countries, and subdivisions.

This commit is contained in:
Scott Idem
2025-01-13 15:28:24 -05:00
parent 8d4c770f19
commit 321c48513f
7 changed files with 64 additions and 46 deletions

View File

@@ -116,7 +116,10 @@ ae_tmp.show__direct_download = $ae_loc.core?.show__direct_download ?? false;
<ol>
{#each $lq__hosted_file_obj_li as hosted_file_obj}
<li>
{hosted_file_obj.filename}
<a href="" class="underline text-blue-500">
{hosted_file_obj.filename}
</a>
{ae_util.format_bytes(hosted_file_obj.size)}
</li>
{/each}
</ol>