feat: proper sidebar and import persistence

This commit is contained in:
2026-02-13 14:09:54 +01:00
parent d88fb1d9fa
commit 9169f2a34c
16 changed files with 922 additions and 50 deletions

View File

@@ -111,6 +111,13 @@ Object.defineProperty(globalThis, 'window', {
analyzeFile: vi.fn(),
selectUploadsFolder: vi.fn(),
},
importDefinitions: {
create: vi.fn(),
get: vi.fn(),
getAll: vi.fn(),
update: vi.fn(),
delete: vi.fn(),
},
on: vi.fn(() => () => {}),
},
},