Mass changes

This commit is contained in:
Scott Idem
2025-07-21 16:46:33 -04:00
parent b54f43be35
commit a3999e5617
37 changed files with 59 additions and 47 deletions

View File

@@ -21,7 +21,7 @@ export let display_mode: string = 'default'; // 'default', 'compact', 'minimal',
// Variables
// Functions and Logic
// *** Functions and Logic
// let lq__person_obj = liveQuery(
// () => db_core.person.get($events_slct.person_id)
// );

View File

@@ -48,7 +48,7 @@ if (!$ae_loc.person) {
}
$ae_loc.person.show_content__person_page_help = false;
// Functions and Logic
// *** Functions and Logic
</script>