Sort user avatars by uploaded date

This commit is contained in:
Natsumi
2026-01-12 06:46:40 +13:00
parent e71ac24409
commit 1dc80617fa
3 changed files with 7 additions and 0 deletions

View File

@@ -1192,6 +1192,9 @@
<SelectItem value="update">{{
t('dialog.user.avatars.sort_by_update')
}}</SelectItem>
<SelectItem value="createdAt">{{
t('dialog.user.avatars.sort_by_uploaded')
}}</SelectItem>
</SelectContent>
</Select>
<span class="ml-2 mr-1">{{ t('dialog.user.avatars.group_by') }}</span>