refactor(search): extract ChipType to chip-types.ts; audit NL fixtures

Pre-implementation step for #743: ChipType union extracted from
InterpretationChipRow and +page.svelte into shared chip-types.ts;
resolvedTags/tagsApplied neutral defaults added to test fixtures.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-06-06 22:49:54 +02:00
parent 7eee688ce9
commit e94414b81a
5 changed files with 9 additions and 4 deletions

View File

@@ -17,8 +17,10 @@ const makeInterpretation = (
resolvedPersons: [],
ambiguousPersons: [],
keywords: [],
resolvedTags: [],
rawQuery: 'test',
keywordsApplied: true,
tagsApplied: false,
...overrides
});