{selected.length} records selected
-
-
-
+
Delete forever
+
+ {:else}
+
changeStatus(e, "trashed")}
+ class="button">Move to trash
+
+ {/if}
diff --git a/front/js/svelte/content/Index.svelte b/front/js/svelte/content/Index.svelte
index b979445..121e501 100644
--- a/front/js/svelte/content/Index.svelte
+++ b/front/js/svelte/content/Index.svelte
@@ -39,6 +39,7 @@
limit = response.data.limit;
total = response.data.total;
modalUrl = response.data.modalUrl;
+ document.querySelector("dialog h3").scrollIntoView();
})
.catch((error) => {
console.log(error);
@@ -84,12 +85,24 @@
bind:selected
/>
{:else}
-