refactoring
All checks were successful
Gitea Actions Demo / build-and-push (push) Successful in 13s

This commit is contained in:
2026-01-14 14:42:54 -05:00
parent c7c3cce76d
commit dcac2742e9
20 changed files with 366 additions and 800 deletions

View File

@@ -3,7 +3,6 @@ import { ref, watch, onBeforeUnmount, nextTick, computed } from 'vue'
import { defineProps, defineEmits } from 'vue'
import { getCachedImageUrl, revokeAllImageUrls } from '../../common/imageCache'
import type { Task } from '@/common/models'
import '@/assets/child-list-shared.css'
const imageCacheName = 'images-v1'