Feature/172 recency (#439)

* Fixed ts errors

* #172 - First draft at recency boost
This commit is contained in:
Simon Cambier
2025-02-01 18:47:36 +01:00
committed by GitHub
parent 9d7f4183cf
commit 84812771ec
4 changed files with 68 additions and 12 deletions
+3 -3
View File
@@ -98,9 +98,9 @@
},
}
}
let elFolderPathIcon: HTMLElement
let elFilePathIcon: HTMLElement
let elEmbedIcon: HTMLElement
let elFolderPathIcon: HTMLElement | null = null
let elFilePathIcon: HTMLElement | null = null
let elEmbedIcon: HTMLElement | null = null
$: {
imagePath = null