feat: Implement initial Simulation Dashboard with block and element editors, including core dependencies and styling.

This commit is contained in:
2025-12-20 17:34:23 +05:30
parent 341c9e7945
commit 786d4d0481
7 changed files with 213 additions and 58 deletions

View File

@@ -357,6 +357,7 @@
.select-type {
display: flex;
gap: 6px;
.type {
flex: 1;
@@ -547,7 +548,6 @@
.type-switch {
display: flex;
padding: 6px 12px;
.type {
flex: 1;
@@ -670,8 +670,8 @@
.icon {
display: flex;
padding: 3px;
border-radius: 2px;
padding: 5px 4px;
border-radius: 6px;
cursor: pointer;
&.active {