feat: categories with titles

This commit is contained in:
2026-02-22 07:18:43 +01:00
parent 2a83df1962
commit 9dacd6fca5
20 changed files with 735 additions and 207 deletions

View File

@@ -141,8 +141,8 @@ describe('SettingsView Diff Preferences', () => {
expect((window as any).electronAPI.meta.updateProjectMetadata).toHaveBeenCalledWith(
expect.objectContaining({
categorySettings: expect.objectContaining({
page: expect.objectContaining({ renderInLists: true, showTitle: true }),
categoryMetadata: expect.objectContaining({
page: expect.objectContaining({ renderInLists: true, showTitle: true, title: 'page' }),
}),
})
);