Show Novi IDs in BB read views

This commit is contained in:
Scott Idem
2026-05-01 18:31:36 -04:00
parent 0631937e18
commit 89c05cc323
2 changed files with 19 additions and 0 deletions

View File

@@ -132,6 +132,12 @@ $effect(() => {
</div>
{/if}
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
<div class="post__novi_id text-xs text-gray-500 dark:text-gray-400" style="overflow-wrap:anywhere;">
Novi ID: <span class="font-mono">{$lq__post_obj?.external_person_id ?? '-- not set --'}</span>
</div>
{/if}
<div class="post__created_on_updated_on">
{#if !$lq__post_obj?.updated_on}
<span class="ae_label">Created on:</span>
@@ -256,6 +262,13 @@ $effect(() => {
>{post_comment_obj.full_name}</span>
{/if}
</span>
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
<span class="post_comment__novi_id text-xs text-gray-500 dark:text-gray-400" style="overflow-wrap:anywhere;">
Novi ID: <span class="font-mono">{post_comment_obj.external_person_id ?? '-- not set --'}</span>
</span>
{/if}
<span
class="post_comment__created_on_updated_on">
{#if !post_comment_obj.updated_on || $ae_loc.edit_mode}

View File

@@ -182,6 +182,12 @@ onMount(() => {
</div>
{/if}
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
<div class="post__novi_id text-xs text-gray-500 dark:text-gray-400" style="overflow-wrap:anywhere;">
Novi ID: <span class="font-mono">{idaa_post_obj.external_person_id ?? '-- not set --'}</span>
</div>
{/if}
{#if idaa_post_obj.created_on}
<div class="post__created_on_updated_on">
{#if !idaa_post_obj.updated_on}