feat(files): add folder icon overlay

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-09-02 00:59:32 +02:00
parent 09a9c3ca3d
commit 4621198744
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -175,6 +175,7 @@
<script lang='ts'>
import type { PropType } from 'vue'
import type { Node } from '@nextcloud/files'
import { CancelablePromise } from 'cancelable-promise'
import { debounce } from 'debounce'