fixes and cleanup

This commit is contained in:
2024-11-25 23:34:08 +00:00
parent 9601597cf6
commit 944ac08695
29 changed files with 398 additions and 100 deletions

View File

@@ -69,7 +69,6 @@ function onFilePreview(file: VirtualFile) {
watch(search, async (value) => {
searchResults.value = [];
console.log('search', value, value.length);
if (value.length < 3) {
return;
}
@@ -117,16 +116,6 @@ async function buildIndex() {
grid-gap: 4px;
}
.file-manager__preview {
max-height: 25vh;
transition: max-height 200ms;
transition-behavior: allow-discrete;
}
.file-manager__preview:hover {
max-height: initial;
}
.file-manager-dir {
list-style-type: none;
padding-left: 1rem;