Clean BB detail view wiring
This commit is contained in:
@@ -225,7 +225,7 @@ $effect(() => {
|
|||||||
<!-- {/if} -->
|
<!-- {/if} -->
|
||||||
|
|
||||||
{#if $idaa_sess.bb.show__inline_edit__post_comment_id === true}
|
{#if $idaa_sess.bb.show__inline_edit__post_comment_id === true}
|
||||||
<Comp__post_comment_obj_id_edit {lq__post_obj} />
|
<Comp__post_comment_obj_id_edit />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if $lq__post_comment_obj_li?.length}
|
{#if $lq__post_comment_obj_li?.length}
|
||||||
@@ -237,7 +237,7 @@ $effect(() => {
|
|||||||
class:bg-warning-100={!post_comment_obj?.enable}>
|
class:bg-warning-100={!post_comment_obj?.enable}>
|
||||||
{#if $idaa_sess.bb.show__inline_edit__post_comment_id == post_comment_obj.post_comment_id}
|
{#if $idaa_sess.bb.show__inline_edit__post_comment_id == post_comment_obj.post_comment_id}
|
||||||
{$lq__post_comment_obj_li.length ?? 'unknown???'}
|
{$lq__post_comment_obj_li.length ?? 'unknown???'}
|
||||||
<Comp__post_comment_obj_id_edit {lq__post_obj} />
|
<Comp__post_comment_obj_id_edit />
|
||||||
{:else}
|
{:else}
|
||||||
<div class="post_comment__content">
|
<div class="post_comment__content">
|
||||||
<pre
|
<pre
|
||||||
@@ -248,7 +248,7 @@ $effect(() => {
|
|||||||
class="ae_section ae_meta post_comment__meta mt-4 flex flex-row items-center justify-between gap-2 text-xs text-gray-500">
|
class="ae_section ae_meta post_comment__meta mt-4 flex flex-row items-center justify-between gap-2 text-xs text-gray-500">
|
||||||
<div class="flex flex-col gap-1">
|
<div class="flex flex-col gap-1">
|
||||||
<span
|
<span
|
||||||
class="post_comment__posted_by `comment_by_container">
|
class="post_comment__posted_by comment_by_container">
|
||||||
<span class="comment_by_lable"
|
<span class="comment_by_lable"
|
||||||
>Comment by:</span>
|
>Comment by:</span>
|
||||||
{#if post_comment_obj.anonymous}
|
{#if post_comment_obj.anonymous}
|
||||||
|
|||||||
Reference in New Issue
Block a user