Skip to content

Commit 79245bb

Browse files
Merge pull request #208 from code0-tech/188-icons
Icons
2 parents 5476a54 + d0e0e7d commit 79245bb

111 files changed

Lines changed: 222 additions & 111 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

definitions/rest/flow_type/rest.proto.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@
6565
"code": "en-US",
6666
"content": "http;rest;route;web;webhook"
6767
}
68-
]
68+
],
69+
"displayIcon": "tabler:world-www"
6970
}

definitions/rest/runtime_definition/rest_control_respond.proto.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@
5050
}
5151
],
5252
"throwsError": false,
53-
"genericKeys": []
53+
"genericKeys": [],
54+
"displayIcon": "tabler:cube-sent"
5455
}

definitions/standard/runtime_definition/array/std_array_at.proto.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@
8787
"content": "Get element at ${index} of ${list}"
8888
}
8989
],
90-
"deprecationMessage": []
90+
"deprecationMessage": [],
91+
"displayIcon": "tabler:list"
9192
}

definitions/standard/runtime_definition/array/std_array_concat.proto.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,6 @@
113113
"content": "Combine ${first} with ${second}"
114114
}
115115
],
116-
"deprecationMessage": []
116+
"deprecationMessage": [],
117+
"displayIcon": "tabler:list"
117118
}

definitions/standard/runtime_definition/array/std_array_filter.proto.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,6 @@
113113
"content": "Filter elements in ${list} matching ${predicate}"
114114
}
115115
],
116-
"deprecationMessage": []
116+
"deprecationMessage": [],
117+
"displayIcon": "tabler:arrow-iteration"
117118
}

definitions/standard/runtime_definition/array/std_array_find.proto.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@
100100
"content": "Find first element in ${list} matching ${predicate}"
101101
}
102102
],
103-
"deprecationMessage": []
103+
"deprecationMessage": [],
104+
"displayIcon": "tabler:arrow-iteration"
104105
}

definitions/standard/runtime_definition/array/std_array_find_index.proto.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@
100100
"content": "Index of Element in ${list} matching ${predicate}"
101101
}
102102
],
103-
"deprecationMessage": []
103+
"deprecationMessage": [],
104+
"displayIcon": "tabler:arrow-iteration"
104105
}

definitions/standard/runtime_definition/array/std_array_find_last.proto.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@
100100
"content": "Last Element of ${list} matching ${predicate}"
101101
}
102102
],
103-
"deprecationMessage": []
103+
"deprecationMessage": [],
104+
"displayIcon": "tabler:arrow-iteration"
104105
}

definitions/standard/runtime_definition/array/std_array_first.proto.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
"content": "Get First Element in ${list}"
6868
}
6969
],
70-
"deprecationMessage": []
70+
"deprecationMessage": [],
71+
"displayIcon": "tabler:list"
7172
}

definitions/standard/runtime_definition/array/std_array_flat.proto.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@
9393
"content": "Flatten ${list}"
9494
}
9595
],
96-
"deprecationMessage": []
96+
"deprecationMessage": [],
97+
"displayIcon": "tabler:list"
9798
}

0 commit comments

Comments
 (0)