Skip to content

Commit 77e9b88

Browse files
authored
feat: add compact rocket icon and unpin icon with metadata updates (#472)
1 parent efa8a5f commit 77e9b88

5 files changed

Lines changed: 31 additions & 1 deletion

File tree

src/icons/rocket-compact.svg

Lines changed: 1 addition & 0 deletions
Loading

src/icons/rocket.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/unpin.svg

Lines changed: 1 addition & 0 deletions
Loading

src/template/mapping.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,5 +1797,11 @@
17971797
],
17981798
"60572": [
17991799
"important-compact"
1800+
],
1801+
"60573": [
1802+
"rocket-compact"
1803+
],
1804+
"60574": [
1805+
"unpin"
18001806
]
18011807
}

src/template/metadata.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4744,6 +4744,17 @@
47444744
"category": "general",
47454745
"description": "Launch or deploy"
47464746
},
4747+
"rocket-compact": {
4748+
"tags": [
4749+
"launch",
4750+
"deploy",
4751+
"fast",
4752+
"start",
4753+
"compact"
4754+
],
4755+
"category": "general",
4756+
"description": "Launch or deploy (compact 12x12 variant)"
4757+
},
47474758
"root-folder": {
47484759
"tags": [
47494760
"directory",
@@ -5992,6 +6003,17 @@
59926003
"category": "device",
59936004
"description": "Unmute sound"
59946005
},
6006+
"unpin": {
6007+
"tags": [
6008+
"pin",
6009+
"unstick",
6010+
"remove",
6011+
"detach",
6012+
"release"
6013+
],
6014+
"category": "action",
6015+
"description": "Unpin or detach"
6016+
},
59956017
"unverified": {
59966018
"tags": [
59976019
"check",

0 commit comments

Comments
 (0)