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:
co-authored by
Claude Fable 5
parent
2015d20aa5
commit
5aa6f3367d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user