uncommit changes related to Avatar DB log cleanup feature

This commit is contained in:
pa
2026-03-18 21:26:22 +09:00
parent 3fbcf5b6ef
commit 6151faf64b
6 changed files with 157 additions and 173 deletions

View File

@@ -21,11 +21,9 @@
import { useI18n } from 'vue-i18n';
import { TooltipWrapper } from './ui/tooltip';
import { useAvatarStore } from '../stores';
import { getAvatarName, showAvatarAuthorDialog } from '../coordinators/avatarCoordinator';
const { t } = useI18n();
const avatarStore = useAvatarStore();
const props = defineProps({
imageurl: String,