mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-06-08 21:59:15 +02:00
feat: basic git stuff rendering
This commit is contained in:
@@ -489,29 +489,29 @@ export const EVENT_KINDS: Record<number | string, EventKind> = {
|
||||
},
|
||||
1630: {
|
||||
kind: 1630,
|
||||
name: "Status",
|
||||
description: "Status",
|
||||
name: "Open Status",
|
||||
description: "Open",
|
||||
nip: "34",
|
||||
icon: Activity,
|
||||
},
|
||||
1631: {
|
||||
kind: 1631,
|
||||
name: "Status",
|
||||
description: "Status",
|
||||
name: "Applied/Merged",
|
||||
description: "Applied / Merged for Patches; Resolved for Issues",
|
||||
nip: "34",
|
||||
icon: Activity,
|
||||
},
|
||||
1632: {
|
||||
kind: 1632,
|
||||
name: "Status",
|
||||
description: "Status",
|
||||
name: "Closed Status",
|
||||
description: "Closed",
|
||||
nip: "34",
|
||||
icon: Activity,
|
||||
},
|
||||
1633: {
|
||||
kind: 1633,
|
||||
name: "Status",
|
||||
description: "Status",
|
||||
name: "Draft Status",
|
||||
description: "Draft",
|
||||
nip: "34",
|
||||
icon: Activity,
|
||||
},
|
||||
@@ -1216,7 +1216,7 @@ export const EVENT_KINDS: Record<number | string, EventKind> = {
|
||||
},
|
||||
30617: {
|
||||
kind: 30617,
|
||||
name: "Repo Announce",
|
||||
name: "Repository",
|
||||
description: "Repository announcements",
|
||||
nip: "34",
|
||||
icon: GitBranch,
|
||||
|
||||
Reference in New Issue
Block a user