Bugfixes on tooltip z-indexing. Search using breadcrumbs in table. Link fixes.

This commit is contained in:
Leo Vasanko
2023-11-07 00:44:55 +00:00
parent e3af21af91
commit 1f24313d23
7 changed files with 166 additions and 123 deletions

View File

@@ -5,7 +5,7 @@ import createWebSocket from './WS'
export type FUID = string
export type Document = {
loc: string[]
loc: string
name: string
key: FUID
type: 'folder' | 'file'