feat: bulk edit avatar favorites

This commit is contained in:
2026-06-30 02:22:09 +07:00
parent b6e1730d54
commit 53d1cb9444
13 changed files with 383 additions and 28 deletions
+5
View File
@@ -48,6 +48,11 @@ export interface FavoriteGroupEdit {
visibility?: FavoriteVisibility;
}
export interface MoveResult {
moved: number;
skipped: string[];
}
export interface AvatarSnapshot {
avatars: Avatar[];
mineIds: string[];