initial v0.8 pre-release

This commit is contained in:
Gani Georgiev
2022-10-30 10:28:14 +02:00
parent 9cbb2e750e
commit 90dba45d7c
388 changed files with 21580 additions and 13603 deletions

View File

@@ -83,12 +83,12 @@
<RecordFilePreview {record} {filename} />
</figure>
<a
href={ApiClient.records.getFileUrl(record, filename)}
href={ApiClient.getFileUrl(record, filename)}
class="filename link-hint"
class:txt-strikethrough={deletedFileIndexes.includes(i)}
use:tooltip={{ position: "right", text: "Download" }}
target="_blank"
rel="noopener"
rel="noopener noreferrer"
>
{filename}
</a>