feat(chronik): extract feedFilters.ts with youParticipated in fuer-dich

Extract filterFeed(items, filter) from +page.svelte inline switch to a
pure function, widening the fuer-dich branch to include youParticipated.
Regenerate ActivityFeedItemDTO type to include the new field.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-20 21:41:04 +02:00
committed by marcel
parent 388fc5397c
commit 8b74f4ec25
3 changed files with 122 additions and 0 deletions

View File

@@ -2038,6 +2038,7 @@ export interface components {
/** Format: date-time */
happenedAt: string;
youMentioned: boolean;
youParticipated: boolean;
/** Format: int32 */
count: number;
/** Format: date-time */