updated dependencies

This commit is contained in:
2024-08-16 14:34:39 +03:00
parent 2429d4acb5
commit a04e338ce2
20 changed files with 1224 additions and 891 deletions
+1 -2
View File
@@ -30,7 +30,6 @@
}
$: visibleColumns = schema.fields.filter(c => schema.visible?.includes(c.name) ?? [])
</script>
<div class="table mt-5 ">
@@ -81,7 +80,7 @@
{/if}
{#if record._file?.path}
<Preview record={record} size="medium"/>
<Preview record={record} size={record._file?.width > 0 ? "medium" : "tiny"}/>
{/if}
<a
class="me-2 text-decoration-none text-dark fs-6"