General clean up and standardizing of things. More option buttons. Show/hide from launcher.

This commit is contained in:
Scott Idem
2024-09-04 13:05:21 -04:00
parent 5aaaaa164d
commit 3919347383
17 changed files with 193 additions and 37 deletions

View File

@@ -192,6 +192,7 @@ let events_local_data_struct: key_val = {
saved_search__session: null,
// show_content__agree_text: false,
show_content__event_view: null,
show_content__launcher_link: false,
show_content__location_link: false,
show_content__location_qr: false,

View File

@@ -122,7 +122,7 @@ onMount(() => {
title="Files for {link_to_type ?? '-- not set --'}: {link_to_id ?? '-- not set --'} (files: {$lq__event_file_obj_li?.length ?? 'None'})"
>
<span class="fas fa-folder-open mx-1"></span>
{$lq__event_file_obj_li ? `${$lq__event_file_obj_li.length}x` : '-- none --'}
{@html $lq__event_file_obj_li ? `${$lq__event_file_obj_li.length}&times;` : '-- none --'}
</span>
</h3>