Extended revision pagination to scene and actor pages, fixes 'revisions' label without count.

This commit is contained in:
2026-09-18 03:37:03 +02:00
parent 73d65ae873
commit 411cde7cf9
3 changed files with 12 additions and 3 deletions
+4 -1
View File
@@ -225,7 +225,10 @@ async function banEditor(revision) {
<div
class="revs-header"
>
<span class="revs-total">{{ total }} revisions</span>
<span
v-if="typeof total === 'number'"
class="revs-total"
>{{ total }} revisions</span>
<Checkbox
v-if="context === 'admin'"