add: navigation buttons between levels #46

Merged
GigiMamaladze merged 1 commits from nk-branch-4 into main 2025-04-15 13:11:22 +00:00
2 changed files with 74 additions and 0 deletions

View File

@ -10,6 +10,18 @@
"root": {
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"params": {},
"view": "Detailed-Views/MCM02 Fluid Inbound Upper"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": {
"name": "Image"
},
@ -11367,6 +11379,37 @@
"path": "Detailed-Views/Good Pull Chord"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"params": {},
"view": "Detailed-Views/MCM02 Fluid Inbound Upper"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": {
"name": "Upper Level Button"
},
"position": {
"height": 46,
"width": 204,
"x": 1137,
"y": 258.5
},
"props": {
"primary": false,
"style": {
"fontSize": 18
},
"text": "Upper Level"
},
"type": "ia.input.button"
}
],
"meta": {

View File

@ -2882,6 +2882,37 @@
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"params": {},
"view": "Detailed-Views/MCM02 Fluid Inbound Merges 5-7"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": {
"name": "Lower Level Button"
},
"position": {
"height": 46,
"width": 204,
"x": 628.1354370117188,
"y": 296.359375
},
"props": {
"primary": false,
"style": {
"fontSize": 18
},
"text": "Lower Level"
},
"type": "ia.input.button"
}
],
"meta": {