feat: add badges

This commit is contained in:
Mathias Schopmans
2024-02-15 09:55:34 +01:00
committed by Mathias Schopmans
parent 29afa82553
commit f910c9e1e5
3 changed files with 125 additions and 1 deletions

View File

@@ -54,5 +54,17 @@
"description": "This category is a bit special. Unlike the others, we recommend to stop doing or using something. That does not mean that they are bad and it often might be ok to use them in existing projects. But we move things here if we think we shouldn't do them anymore - because we see better options or alternatives now.",
"color": "#688190"
}
]
],
"flags": {
"new": {
"color": "#f1235a",
"title": "New",
"titleShort": "N"
},
"changed": {
"color": "#40a7d1",
"title": "Changed",
"titleShort": "C"
}
}
}