Significant work on getting badges ready again.

This commit is contained in:
Scott Idem
2025-10-06 18:43:33 -04:00
parent 88e4ab119d
commit d8b7ad61b3
11 changed files with 1059 additions and 11 deletions

View File

@@ -253,7 +253,7 @@ function scroll_container() {
pb-48
"
>
{@render children()}
{@render children?.()}
</section>

View File

@@ -421,7 +421,7 @@ let lq__journal_obj = $derived(liveQuery(async () => {
<!-- <div class="overflow-auto"> -->
{@render children()}
{@render children?.()}
<!-- </div> -->

View File

@@ -59,7 +59,7 @@ import { notes_loc, notes_slct, notes_trigger } from '$lib/ae_journals/ae_journa
</section>
<section class="main_content outline">
{@render children()}
{@render children?.()}
</section>
</div>