Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/images/badges/mention.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/libs/badge-constructor/badge-constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const SHAPES = {
height: 3,
width: 2,
},
L: {
height: 2,
width: 3,
},
Comment thread
furtivite marked this conversation as resolved.
Outdated
}

const COLORS = {
Expand Down
13 changes: 13 additions & 0 deletions src/libs/badge-constructor/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,18 @@
"alt": "Сочувствующий смайл с новогодней ёлкой и подарком.",
"title": "Трудоголик",
"description": "За контрибьют 1 января 2024 года."
},
"mentioned": {
"id": "mentioned",
"shape": "L",
Comment thread
furtivite marked this conversation as resolved.
Outdated
"angle": "0",
Comment thread
furtivite marked this conversation as resolved.
Outdated
"field": {
"height": 2,
"width": 3
Comment thread
furtivite marked this conversation as resolved.
Outdated
},
"src": "/images/badges/mention.svg",
"alt": "Довольный смайл, поднимающий руку со знаком собачки.",
"title": "Активист",
"description": "За публичное продвижение Доки"
}
}