feat: git log as panel in the panel

This commit is contained in:
2026-02-17 13:13:55 +01:00
parent 5c0dbaff71
commit b13eba025a
9 changed files with 487 additions and 39 deletions

View File

@@ -51,6 +51,7 @@ Object.defineProperty(globalThis, 'window', {
getDiff: vi.fn(),
getDiffContent: vi.fn(),
getHistory: vi.fn(),
getFileHistory: vi.fn(),
init: vi.fn(),
},
posts: {
@@ -83,6 +84,7 @@ Object.defineProperty(globalThis, 'window', {
regenerateThumbnails: vi.fn(),
search: vi.fn(),
getUrl: vi.fn(),
getFilePath: vi.fn(),
},
sync: {
configure: vi.fn(),