We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91c7ab commit f28f6fdCopy full SHA for f28f6fd
src/renderer/utils/notifications/handlers/types.ts
@@ -23,10 +23,4 @@ export interface NotificationTypeHandler {
23
24
/** Return an icon component for this notification type. */
25
getIcon(subject: Subject): FC<OcticonProps> | null;
26
-
27
- /** Build a URL for this notification type (subject urls / comments resolved separately upstream). */
28
- buildUrl?(notification: Notification): Promise<Link> | Link;
29
30
- /** Optional color helper if we later move color logic into handlers. */
31
- getIconColor?(subject: Subject): string | undefined;
32
}
0 commit comments