on scene selection OK + keyframe model

This commit is contained in:
STEINNI
2025-10-25 20:23:43 +00:00
parent 6931a777a2
commit 4e1f6886f2
23 changed files with 2107 additions and 64 deletions
@@ -20,7 +20,8 @@
}
],
"models": [
"AgentsModel"
"AgentsModel",
"KeyframesModel"
],
"views": [
{"view":"editors/KeyframeView", "dependencies": ["editors/modules/agentPreview.module", "editors/modules/kfArena.module"]}
+7 -2
View File
@@ -32,17 +32,22 @@
"/thirdparty/beautify/beautify.html.min",
"/thirdparty/beautify/beautify.css.min",
"/thirdparty/highlight/highlight.min",
"/thirdparty/katex/katex.min",
"/helpers/basicDialogs"
],
"assets": {
"styles": [
{ "name":"FileUpload.css", "path":"/app/thirdparty/eicui/plugins/FileUpload/" },
{ "name":"Charts.css", "path":"/app/thirdparty/eicui/plugins/Charts/" },
{ "name":"monokai.min.css", "path":"/app/thirdparty/highlight/styles/" }
{ "name":"monokai.min.css", "path":"/app/thirdparty/highlight/styles/" },
{ "name":"katex.min.css", "path":"/app/thirdparty/katex/" }
],
"json": [
{ "id": "user-roles", "name": "global/user-roles.json" },
{ "id": "user-messages", "name": "system/user-messages.json" }
]
],
"html": [
{ "id":"toto", "name": "toto.html"}
]
}
}