Skip to content

Commit efa8a5f

Browse files
authored
feat: add compact icons for important, warning, and pass statuses with metadata updates (#470)
1 parent e280af3 commit efa8a5f

6 files changed

Lines changed: 65 additions & 0 deletions

File tree

src/icons/important-compact.svg

Lines changed: 1 addition & 0 deletions
Loading

src/icons/important.svg

Lines changed: 1 addition & 0 deletions
Loading

src/icons/pass-compact.svg

Lines changed: 1 addition & 0 deletions
Loading

src/icons/warning-compact.svg

Lines changed: 1 addition & 0 deletions
Loading

src/template/mapping.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,5 +1785,17 @@
17851785
],
17861786
"60568": [
17871787
"error-compact"
1788+
],
1789+
"60569": [
1790+
"warning-compact"
1791+
],
1792+
"60570": [
1793+
"pass-compact"
1794+
],
1795+
"60571": [
1796+
"important"
1797+
],
1798+
"60572": [
1799+
"important-compact"
17881800
]
17891801
}

src/template/metadata.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2941,6 +2941,31 @@
29412941
"category": "ai",
29422942
"description": "Hubot"
29432943
},
2944+
"important": {
2945+
"tags": [
2946+
"alert",
2947+
"priority",
2948+
"attention",
2949+
"flag",
2950+
"notice",
2951+
"urgent"
2952+
],
2953+
"category": "status",
2954+
"description": "Important or priority indicator"
2955+
},
2956+
"important-compact": {
2957+
"tags": [
2958+
"alert",
2959+
"priority",
2960+
"attention",
2961+
"flag",
2962+
"notice",
2963+
"urgent",
2964+
"compact"
2965+
],
2966+
"category": "status",
2967+
"description": "Important or priority indicator (compact 12x12 variant)"
2968+
},
29442969
"inbox": {
29452970
"tags": [
29462971
"mail",
@@ -4127,6 +4152,18 @@
41274152
"category": "status",
41284153
"description": "Pass or success"
41294154
},
4155+
"pass-compact": {
4156+
"tags": [
4157+
"check",
4158+
"success",
4159+
"complete",
4160+
"done",
4161+
"approved",
4162+
"compact"
4163+
],
4164+
"category": "status",
4165+
"description": "Pass or success (compact 12x12 variant)"
4166+
},
41304167
"pass-filled": {
41314168
"tags": [
41324169
"check",
@@ -6130,6 +6167,18 @@
61306167
"category": "tool",
61316168
"description": "Magic wand"
61326169
},
6170+
"warning-compact": {
6171+
"tags": [
6172+
"alert",
6173+
"caution",
6174+
"problem",
6175+
"triangle",
6176+
"attention",
6177+
"compact"
6178+
],
6179+
"category": "status",
6180+
"description": "Warning indicator (compact 12x12 variant)"
6181+
},
61336182
"watch": {
61346183
"tags": [
61356184
"monitor",

0 commit comments

Comments
 (0)