Author filter chips composable with repo/unread filters; 'mine' pinned first

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DgBEW6qAwgn2fcQbA2f4ZQ
This commit is contained in:
Joshua Coles
2026-07-29 09:38:17 +00:00
co-authored by Claude Fable 5
parent 2015d20aa5
commit 5aa6f3367d
5 changed files with 75 additions and 16 deletions
+2
View File
@@ -88,6 +88,8 @@ export interface FailureReport extends FailureReportSummary {
}
export interface StatePayload {
/** The configured GitHub login this dashboard belongs to. */
user: string;
prs: PrSnapshot[];
lastSyncAt: string | null;
lastSyncError: string | null;