Added actor revision overviews to actor and user pages.

This commit is contained in:
2024-10-23 01:28:54 +02:00
parent d0cf9bf5d0
commit 05bd7b703d
21 changed files with 424 additions and 219 deletions

View File

@@ -24,7 +24,7 @@
<li>
<a
:href="`/scene/revisions/${scene.id}/${scene.slug}`"
:href="`/scene/revs/${scene.id}/${scene.slug}`"
class="link"
>Go to scene revisions</a>
</li>
@@ -320,7 +320,7 @@ function setDuration(unit, event) {
async function submit() {
try {
await post('/revisions', {
await post('/revisions/scenes', {
sceneId: scene.value.id,
edits: {
...edits.value,