This commit is contained in:
2026-05-06 21:43:13 +03:00
parent 8b3a3964a5
commit 93a16ee916
23 changed files with 148 additions and 387 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
<script>
import { formatDistanceToNow, parseJSON } from "date-fns";
import Avatar from "../account/Avatar.svelte";
import { previewTitle } from "../records/Preview";
import Preview from "../files/Preview.svelte";
import { usernameById } from "../account/users";
import { getContext } from "svelte";
@@ -25,7 +24,7 @@
<Preview {record} size="tiny" showFilename={true} />
{:else}
<a href="{channel.lucentUrl}/records/{record.id}">
{previewTitle(channel.schemas, record, graph)}
{record.data.name}
</a>
{/if}
</div>