General clean up and standardizing of things. More option buttons. Show/hide from launcher.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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}×` : '-- none --'}
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user