Expanded edit fields. Added revision history to scene and user pages.

This commit is contained in:
2024-10-06 02:45:56 +02:00
parent 8bf9e22b39
commit 8f843f321d
57 changed files with 1664 additions and 156 deletions

View File

@@ -8,7 +8,7 @@
class="avatar-container"
>
<img
:src="getMediaPath(actor.avatar, 'thumbnail')"
:src="getPath(actor.avatar, 'thumbnail')"
:title="actor.avatar.credit && `© ${actor.avatar.credit}`"
class="avatar"
>
@@ -296,7 +296,7 @@
<script setup>
import { ref } from 'vue';
import { getMediaPath } from '#/utils/media-path.js';
import getPath from '#/src/get-path.js';
import { formatDate } from '#/utils/format.js';
const expanded = ref(false);