Compare commits

...

3 Commits

Author SHA1 Message Date
c20d948fcf Merge pull request 'add: navigation buttons between levels' (#46) from nk-branch-4 into main
Reviewed-on: http://192.168.5.191:3000/LCI/MTN6/pulls/46
Reviewed-by: GigiMamaladze <gigi.mamaladze@autStand.com>
2025-04-15 13:11:22 +00:00
2b411baa1e Merge pull request 'MTN6-98' (#47) from GK-branch into main
Reviewed-on: http://192.168.5.191:3000/LCI/MTN6/pulls/47
Reviewed-by: GigiMamaladze <gigi.mamaladze@autStand.com>
2025-04-15 13:07:03 +00:00
bb6e7e3c46 add: navigation buttons between levels 2025-04-15 16:20:03 +04:00
2 changed files with 74 additions and 0 deletions

View File

@ -10,6 +10,18 @@
"root": { "root": {
"children": [ "children": [
{ {
"events": {
"dom": {
"onClick": {
"config": {
"params": {},
"view": "Detailed-Views/MCM02 Fluid Inbound Upper"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": { "meta": {
"name": "Image" "name": "Image"
}, },
@ -11367,6 +11379,37 @@
"path": "Detailed-Views/Good Pull Chord" "path": "Detailed-Views/Good Pull Chord"
}, },
"type": "ia.display.view" "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": { "meta": {

View File

@ -2882,6 +2882,37 @@
} }
}, },
"type": "ia.display.label" "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": { "meta": {