More updates everywhere related to TW v4

This commit is contained in:
Scott Idem
2025-06-19 15:05:15 -04:00
parent 1e0c6ec91b
commit 38e88d7b27
12 changed files with 90 additions and 52 deletions

View File

@@ -256,23 +256,6 @@ if (browser) {
lq__archive_obj={lq__archive_obj}
/>
<!-- <svelte:fragment slot="footer">
<div class="text-center w-full">
<button
type="button"
on:click={() => {
console.log('Close modal');
$idaa_sess.recovery_meetings.show__modal_edit__archive_id = false;
}}
class="btn btn-sm variant-soft-warning hover:variant-ghost-warning"
>
<span class="fas fa-times mx-1"></span>
Close
</button>
</div>
</svelte:fragment> -->
</Modal>
@@ -323,23 +306,6 @@ if (browser) {
lq__archive_content_obj={lq__archive_content_obj}
/>
<!-- <svelte:fragment slot="footer">
<div class="text-center w-full">
<button
type="button"
on:click={() => {
console.log('Close modal');
$idaa_sess.recovery_meetings.show__modal_edit = false;
}}
class="btn btn-sm variant-soft-warning hover:variant-ghost-warning"
>
<span class="fas fa-times mx-1"></span>
Close
</button>
</div>
</svelte:fragment> -->
</Modal>