feat(files): add folder icon overlay

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/39998/head
John Molakvoæ 2023-09-02 00:59:32 +07:00
parent 09a9c3ca3d
commit 4621198744
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 0 deletions

@ -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'