feat: standardize canonical wikilink targets

This commit is contained in:
lucaronin
2026-04-10 19:57:21 +02:00
parent a44dd41f95
commit 5ebffc447b
19 changed files with 792 additions and 348 deletions

View File

@@ -566,7 +566,7 @@ describe('useNoteActions hook', () => {
new_title: 'Sprint Retro',
old_title: 'Weekly Review',
}))
expect(setToastMessage).toHaveBeenCalledWith('Renamed — updated 2 wiki links')
expect(setToastMessage).toHaveBeenCalledWith('Updated 2 notes')
})
it('handleRenameNote passes null old_title when entry not found', async () => {