)Model.Endpoints;
var serializerSettings = new JsonSerializerSettings { ContractResolver = new CamelCasePropertyNamesContractResolver() };
@@ -18,9 +19,11 @@
@await DisplayAsync(Model.Content)
\ No newline at end of file
diff --git a/src/web/modules/Flowsharp.Web.ViewComponents/Views/Activity/Edit.cshtml b/src/web/modules/Flowsharp.Web.ViewComponents/Views/Activity/Edit.cshtml
new file mode 100644
index 000000000..acc4154a4
--- /dev/null
+++ b/src/web/modules/Flowsharp.Web.ViewComponents/Views/Activity/Edit.cshtml
@@ -0,0 +1,5 @@
+@model ActivityEditorViewModel
+
+
+ @await DisplayAsync(Model.ActivityEditorShape.Content)
+
\ No newline at end of file
diff --git a/src/web/modules/Flowsharp.Web.ViewComponents/Views/Shared/Components/WorkflowDesigner/Default.cshtml b/src/web/modules/Flowsharp.Web.ViewComponents/Views/Shared/Components/WorkflowDesigner/Default.cshtml
index a9984ac3a..a016b67a7 100644
--- a/src/web/modules/Flowsharp.Web.ViewComponents/Views/Shared/Components/WorkflowDesigner/Default.cshtml
+++ b/src/web/modules/Flowsharp.Web.ViewComponents/Views/Shared/Components/WorkflowDesigner/Default.cshtml
@@ -16,10 +16,13 @@
×
-
-
+
diff --git a/src/web/modules/Flowsharp.Web.ViewComponents/Views/_ViewStart.cshtml b/src/web/modules/Flowsharp.Web.ViewComponents/Views/_ViewStart.cshtml
new file mode 100644
index 000000000..feb663c68
--- /dev/null
+++ b/src/web/modules/Flowsharp.Web.ViewComponents/Views/_ViewStart.cshtml
@@ -0,0 +1 @@
+@{ Layout = null; }
\ No newline at end of file
diff --git a/src/web/modules/Flowsharp.Web.ViewComponents/assets.json b/src/web/modules/Flowsharp.Web.ViewComponents/assets.json
index ebaa74d15..a091dda9a 100644
--- a/src/web/modules/Flowsharp.Web.ViewComponents/assets.json
+++ b/src/web/modules/Flowsharp.Web.ViewComponents/assets.json
@@ -15,10 +15,9 @@
{
"inputs": [
"assets/node_modules/jsplumb/dist/js/jsplumb.js",
- "assets/scripts/flowsharp/workflow-designer/activity-editor.ts",
- "assets/scripts/flowsharp/workflow-designer/config.ts",
- "assets/scripts/flowsharp/workflow-designer/designer.ts",
- "assets/scripts/flowsharp/workflow-designer/index.ts"
+ "assets/scripts/flowsharp/activity-editor.ts",
+ "assets/scripts/flowsharp/workflow-designer-config.ts",
+ "assets/scripts/flowsharp/workflow-designer.ts"
],
"output": "wwwroot/workflow-designer.js"
},
@@ -30,8 +29,7 @@
},
{
"inputs": [
- "assets/scripts/flowsharp/activity-library/activity-library.ts",
- "assets/scripts/flowsharp/activity-library/index.ts"
+ "assets/scripts/flowsharp/activity-library/activity-library.ts"
],
"output": "wwwroot/activity-library.js"
}
diff --git a/src/web/themes/TheAdminatorTheme/TheAdminatorTheme.csproj b/src/web/themes/TheAdminatorTheme/TheAdminatorTheme.csproj
index e1f827107..cfa6de6b6 100644
--- a/src/web/themes/TheAdminatorTheme/TheAdminatorTheme.csproj
+++ b/src/web/themes/TheAdminatorTheme/TheAdminatorTheme.csproj
@@ -5,9 +5,9 @@
-
-
-
+
+
+