dialog wip

This commit is contained in:
2024-08-15 22:11:26 +03:00
parent 113533408d
commit 2429d4acb5
19 changed files with 364 additions and 112 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
<script>
import Icon from "../common/Icon.svelte";
import {imgurl} from "../files/imageserver";
import {imgurl} from "./imageserver.js";
import {getContext} from "svelte";
export let record;
@@ -35,7 +35,7 @@
<!-- href={imgurl(record)} -->
<a
href="{channel.lucentUrl}/records/{record.id}"
title={record._file.path}
title={record._file.originalName}
style="width:{imageSide}px;height:{imageSide}px"
>
<img
@@ -76,6 +76,7 @@
.file-preview-small{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2px;
border-radius: 12px;