Upload of projects and themes

This commit is contained in:
2026-02-17 18:14:44 +00:00
parent 00ee2e1ee1
commit c7730b9da4
302 changed files with 24019 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "997c63afcc3cf2300ec49f78708bca89ed511fcaf9dee7540049e45bd15e4a93",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-12T16:57:17Z"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -0,0 +1,48 @@
{
"custom": {},
"params": {},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "TabContainer"
},
"position": {
"basis": "300px"
},
"props": {
"currentTabIndex": 4,
"menuStyle": {
"backgroundColor": "var(--container-root)"
},
"menuType": "modern",
"tabStyle": {
"active": {
"borderStyle": "none",
"color": "var(--call-to-action)"
},
"inactive": {
"color": "gray"
}
},
"tabs": [
"Status",
"Control",
"Config",
"Trends",
"Meta"
]
},
"type": "ia.container.tab"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}