From 6001d195a6307bf19097deaa461835c1e1373fe3 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Tue, 22 Apr 2025 23:17:10 +0200 Subject: [PATCH 1/2] feat(ci): Specify ID's Signed-off-by: Thomas Camlong Update add_normal_icon.yml Signed-off-by: Thomas Camlong Update add_normal_icon.yml Signed-off-by: Thomas Camlong --- .github/ISSUE_TEMPLATE/add_normal_icon.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/add_normal_icon.yml b/.github/ISSUE_TEMPLATE/add_normal_icon.yml index ded99c1e..af894568 100644 --- a/.github/ISSUE_TEMPLATE/add_normal_icon.yml +++ b/.github/ISSUE_TEMPLATE/add_normal_icon.yml @@ -10,16 +10,19 @@ body: Once you've submitted the issue, sombody from the team will review it, before adding a label which automatically creates a pull request with the other filetypes. If you submit a PNG icon, please note, that the SVG can not be generated from it. - type: input + id: name attributes: label: Icon name description: The name has to be unique and should be kebab-case. placeholder: e.g. "icon-name" - type: textarea + id: icon attributes: label: Paste icon description: | Please paste the icon here. It will automatically upload it to github. - type: dropdown + id: type attributes: label: Icon type options: From 038e4dc73d2400e1d75a24eb48f7d14f74c9a8ba Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Wed, 23 Apr 2025 00:12:09 +0200 Subject: [PATCH 2/2] chore(web): Update Carbon ID --- web/src/components/carbon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/carbon.tsx b/web/src/components/carbon.tsx index 6de1b561..8974959a 100644 --- a/web/src/components/carbon.tsx +++ b/web/src/components/carbon.tsx @@ -7,7 +7,7 @@ export function Carbon() { } useEffect(() => { - const serve = "CW7IP27L" + const serve = "CW7IKKQM" const placement = "dashboardiconscom" ref.current.innerHTML = "" const s = document.createElement("script")