Add group moderation log sorting, fix private to bottom

This commit is contained in:
Natsumi
2026-02-10 11:02:00 +13:00
parent 4bf08bb17e
commit 2406486850
9 changed files with 51 additions and 15 deletions
@@ -1,6 +1,6 @@
<template>
<Dialog v-model:open="isDialogVisible">
<DialogContent>
<DialogContent class="sm:max-w-xl">
<DialogHeader>
<DialogTitle>{{ t('dialog.avatar_export.header') }}</DialogTitle>
</DialogHeader>
@@ -1,6 +1,6 @@
<template>
<Dialog v-model:open="isVisible">
<DialogContent>
<DialogContent class="sm:max-w-xl">
<DialogHeader>
<DialogTitle>{{ t('dialog.avatar_import.header') }}</DialogTitle>
</DialogHeader>
@@ -1,6 +1,6 @@
<template>
<Dialog v-model:open="isDialogVisible">
<DialogContent>
<DialogContent class="sm:max-w-xl">
<DialogHeader>
<DialogTitle>{{ t('dialog.friend_export.header') }}</DialogTitle>
</DialogHeader>
@@ -1,6 +1,6 @@
<template>
<Dialog v-model:open="isVisible">
<DialogContent>
<DialogContent class="sm:max-w-xl">
<DialogHeader>
<DialogTitle>{{ t('dialog.friend_import.header') }}</DialogTitle>
</DialogHeader>
@@ -1,6 +1,6 @@
<template>
<Dialog v-model:open="isDialogVisible">
<DialogContent>
<DialogContent class="sm:max-w-xl">
<DialogHeader>
<DialogTitle>{{ t('dialog.world_export.header') }}</DialogTitle>
</DialogHeader>
@@ -1,6 +1,6 @@
<template>
<Dialog v-model:open="isVisible">
<DialogContent>
<DialogContent class="sm:max-w-xl">
<DialogHeader>
<DialogTitle>{{ t('dialog.world_import.header') }}</DialogTitle>
</DialogHeader>
@@ -240,7 +240,7 @@
<SelectItem value="Sort by Status">{{
t('view.settings.appearance.side_panel.sorting.status')
}}</SelectItem>
<SelectItem value="Sort Private to ArrowDown">{{
<SelectItem value="Sort Private to Bottom">{{
t('view.settings.appearance.side_panel.sorting.private_to_bottom')
}}</SelectItem>
<SelectItem value="Sort by Last Active">{{
@@ -273,7 +273,7 @@
<SelectItem value="Sort by Status">{{
t('view.settings.appearance.side_panel.sorting.status')
}}</SelectItem>
<SelectItem value="Sort Private to ArrowDown">{{
<SelectItem value="Sort Private to Bottom">{{
t('view.settings.appearance.side_panel.sorting.private_to_bottom')
}}</SelectItem>
<SelectItem value="Sort by Last Active">{{
@@ -306,7 +306,7 @@
<SelectItem value="Sort by Status">{{
t('view.settings.appearance.side_panel.sorting.status')
}}</SelectItem>
<SelectItem value="Sort Private to ArrowDown">{{
<SelectItem value="Sort Private to Bottom">{{
t('view.settings.appearance.side_panel.sorting.private_to_bottom')
}}</SelectItem>
<SelectItem value="Sort by Last Active">{{