A quick save while the new exports are fully working. The prepend and append also work now.
This commit is contained in:
@@ -329,16 +329,7 @@
|
||||
"
|
||||
> -->
|
||||
|
||||
<Journal_view {lq__journal_obj} {lq__journal_entry_obj_li} />
|
||||
|
||||
<!-- Export Toolbar -->
|
||||
{#if $lq__journal_entry_obj_li && $lq__journal_entry_obj_li.length > 0}
|
||||
<div class="flex justify-end w-full max-w-(--breakpoint-lg) px-2 pb-2">
|
||||
<button class="btn btn-sm variant-soft-secondary hover:variant-filled-secondary" onclick={() => show_export_modal = true}>
|
||||
<FileDown class="mr-2" size="1em" /> Export Entries
|
||||
</button>
|
||||
</div>
|
||||
{/if}
|
||||
<Journal_view {lq__journal_obj} {lq__journal_entry_obj_li} onShowExport={() => show_export_modal = true} />
|
||||
|
||||
{#if $lq__journal_entry_obj_li && $lq__journal_entry_obj_li?.length}
|
||||
<Journal_entry_obj_li {lq__journal_obj} {lq__journal_entry_obj_li} />
|
||||
|
||||
Reference in New Issue
Block a user