@almadar/std 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -327,8 +327,8 @@
|
|
|
327
327
|
"Portfolio",
|
|
328
328
|
{
|
|
329
329
|
"emit": {
|
|
330
|
-
"
|
|
331
|
-
"
|
|
330
|
+
"success": "PortfolioLoaded",
|
|
331
|
+
"failure": "PortfolioLoadFailed"
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
],
|
|
@@ -336,12 +336,30 @@
|
|
|
336
336
|
"render-ui",
|
|
337
337
|
"main",
|
|
338
338
|
{
|
|
339
|
+
"type": "dashboard-layout",
|
|
340
|
+
"navItems": [
|
|
341
|
+
{
|
|
342
|
+
"icon": "layout-list",
|
|
343
|
+
"label": "Portfolio",
|
|
344
|
+
"href": "/portfolio"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"href": "/orders",
|
|
348
|
+
"icon": "clipboard-list",
|
|
349
|
+
"label": "Orders"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"icon": "layout-list",
|
|
353
|
+
"label": "Market",
|
|
354
|
+
"href": "/market"
|
|
355
|
+
}
|
|
356
|
+
],
|
|
339
357
|
"appName": "Trading Dashboard",
|
|
340
358
|
"children": [
|
|
341
359
|
{
|
|
360
|
+
"type": "scaled-diagram",
|
|
342
361
|
"children": [
|
|
343
362
|
{
|
|
344
|
-
"direction": "vertical",
|
|
345
363
|
"children": [
|
|
346
364
|
{
|
|
347
365
|
"type": "breadcrumb",
|
|
@@ -356,12 +374,15 @@
|
|
|
356
374
|
]
|
|
357
375
|
},
|
|
358
376
|
{
|
|
377
|
+
"type": "stack",
|
|
359
378
|
"children": [
|
|
360
379
|
{
|
|
380
|
+
"type": "stack",
|
|
381
|
+
"direction": "horizontal",
|
|
361
382
|
"children": [
|
|
362
383
|
{
|
|
363
|
-
"
|
|
364
|
-
"
|
|
384
|
+
"type": "icon",
|
|
385
|
+
"name": "trending-up"
|
|
365
386
|
},
|
|
366
387
|
{
|
|
367
388
|
"type": "typography",
|
|
@@ -369,22 +390,19 @@
|
|
|
369
390
|
"variant": "h2"
|
|
370
391
|
}
|
|
371
392
|
],
|
|
372
|
-
"
|
|
373
|
-
"gap": "md",
|
|
374
|
-
"type": "stack"
|
|
393
|
+
"gap": "md"
|
|
375
394
|
},
|
|
376
395
|
{
|
|
377
|
-
"
|
|
396
|
+
"variant": "secondary",
|
|
378
397
|
"label": "Refresh",
|
|
379
398
|
"type": "button",
|
|
380
|
-
"
|
|
381
|
-
"
|
|
399
|
+
"icon": "refresh-cw",
|
|
400
|
+
"action": "REFRESH"
|
|
382
401
|
}
|
|
383
402
|
],
|
|
384
|
-
"type": "stack",
|
|
385
403
|
"direction": "horizontal",
|
|
386
|
-
"
|
|
387
|
-
"
|
|
404
|
+
"justify": "between",
|
|
405
|
+
"gap": "md"
|
|
388
406
|
},
|
|
389
407
|
{
|
|
390
408
|
"type": "divider"
|
|
@@ -396,95 +414,95 @@
|
|
|
396
414
|
"cols": 3.0,
|
|
397
415
|
"children": [
|
|
398
416
|
{
|
|
399
|
-
"label": "TotalValue",
|
|
400
417
|
"value": "@entity.totalValue",
|
|
401
|
-
"type": "stat-display"
|
|
418
|
+
"type": "stat-display",
|
|
419
|
+
"label": "TotalValue"
|
|
402
420
|
},
|
|
403
421
|
{
|
|
404
|
-
"
|
|
422
|
+
"type": "stat-display",
|
|
405
423
|
"label": "DailyChange",
|
|
406
|
-
"
|
|
424
|
+
"value": "@entity.dailyChange"
|
|
407
425
|
},
|
|
408
426
|
{
|
|
427
|
+
"label": "Positions",
|
|
409
428
|
"type": "stat-display",
|
|
410
|
-
"value": "@entity.positions"
|
|
411
|
-
"label": "Positions"
|
|
429
|
+
"value": "@entity.positions"
|
|
412
430
|
},
|
|
413
431
|
{
|
|
432
|
+
"type": "stat-display",
|
|
414
433
|
"label": "CashBalance",
|
|
415
|
-
"value": "@entity.cashBalance"
|
|
416
|
-
"type": "stat-display"
|
|
434
|
+
"value": "@entity.cashBalance"
|
|
417
435
|
}
|
|
418
436
|
]
|
|
419
437
|
}
|
|
420
438
|
],
|
|
421
|
-
"
|
|
422
|
-
"
|
|
439
|
+
"padding": "md",
|
|
440
|
+
"type": "box"
|
|
423
441
|
},
|
|
424
442
|
{
|
|
425
443
|
"type": "divider"
|
|
426
444
|
},
|
|
427
445
|
{
|
|
446
|
+
"type": "grid",
|
|
447
|
+
"gap": "md",
|
|
448
|
+
"cols": 2.0,
|
|
428
449
|
"children": [
|
|
429
450
|
{
|
|
430
|
-
"type": "card",
|
|
431
451
|
"children": [
|
|
432
452
|
{
|
|
433
|
-
"type": "typography",
|
|
434
453
|
"variant": "caption",
|
|
454
|
+
"type": "typography",
|
|
435
455
|
"content": "Chart View"
|
|
436
456
|
}
|
|
437
|
-
]
|
|
457
|
+
],
|
|
458
|
+
"type": "card"
|
|
438
459
|
},
|
|
439
460
|
{
|
|
461
|
+
"type": "card",
|
|
440
462
|
"children": [
|
|
441
463
|
{
|
|
442
464
|
"content": "Graph View",
|
|
443
|
-
"
|
|
444
|
-
"
|
|
465
|
+
"type": "typography",
|
|
466
|
+
"variant": "caption"
|
|
445
467
|
}
|
|
446
|
-
]
|
|
447
|
-
"type": "card"
|
|
468
|
+
]
|
|
448
469
|
}
|
|
449
|
-
]
|
|
450
|
-
"gap": "md",
|
|
451
|
-
"cols": 2.0,
|
|
452
|
-
"type": "grid"
|
|
470
|
+
]
|
|
453
471
|
},
|
|
454
472
|
{
|
|
473
|
+
"type": "line-chart",
|
|
455
474
|
"data": [
|
|
456
475
|
{
|
|
457
476
|
"date": "Jan",
|
|
458
477
|
"value": 12.0
|
|
459
478
|
},
|
|
460
479
|
{
|
|
461
|
-
"
|
|
462
|
-
"
|
|
480
|
+
"value": 19.0,
|
|
481
|
+
"date": "Feb"
|
|
463
482
|
},
|
|
464
483
|
{
|
|
465
484
|
"date": "Mar",
|
|
466
485
|
"value": 15.0
|
|
467
486
|
},
|
|
468
487
|
{
|
|
469
|
-
"
|
|
470
|
-
"
|
|
488
|
+
"date": "Apr",
|
|
489
|
+
"value": 25.0
|
|
471
490
|
},
|
|
472
491
|
{
|
|
473
|
-
"
|
|
474
|
-
"
|
|
492
|
+
"date": "May",
|
|
493
|
+
"value": 22.0
|
|
475
494
|
},
|
|
476
495
|
{
|
|
477
|
-
"
|
|
478
|
-
"
|
|
496
|
+
"value": 30.0,
|
|
497
|
+
"date": "Jun"
|
|
479
498
|
}
|
|
480
|
-
]
|
|
481
|
-
"type": "line-chart"
|
|
499
|
+
]
|
|
482
500
|
},
|
|
483
501
|
{
|
|
484
502
|
"items": [
|
|
485
503
|
{
|
|
486
|
-
"
|
|
487
|
-
"
|
|
504
|
+
"label": "Current",
|
|
505
|
+
"color": "primary"
|
|
488
506
|
},
|
|
489
507
|
{
|
|
490
508
|
"label": "Previous",
|
|
@@ -496,58 +514,40 @@
|
|
|
496
514
|
{
|
|
497
515
|
"edges": [
|
|
498
516
|
{
|
|
499
|
-
"
|
|
500
|
-
"
|
|
517
|
+
"target": "b",
|
|
518
|
+
"source": "a"
|
|
501
519
|
},
|
|
502
520
|
{
|
|
503
|
-
"
|
|
504
|
-
"
|
|
521
|
+
"source": "b",
|
|
522
|
+
"target": "c"
|
|
505
523
|
}
|
|
506
524
|
],
|
|
525
|
+
"width": 400.0,
|
|
507
526
|
"height": 200.0,
|
|
527
|
+
"type": "graph-view",
|
|
508
528
|
"nodes": [
|
|
509
529
|
{
|
|
510
|
-
"
|
|
511
|
-
"
|
|
530
|
+
"label": "Start",
|
|
531
|
+
"id": "a"
|
|
512
532
|
},
|
|
513
533
|
{
|
|
514
|
-
"
|
|
515
|
-
"
|
|
534
|
+
"id": "b",
|
|
535
|
+
"label": "Process"
|
|
516
536
|
},
|
|
517
537
|
{
|
|
518
538
|
"label": "End",
|
|
519
539
|
"id": "c"
|
|
520
540
|
}
|
|
521
|
-
]
|
|
522
|
-
"type": "graph-view",
|
|
523
|
-
"width": 400.0
|
|
541
|
+
]
|
|
524
542
|
}
|
|
525
543
|
],
|
|
544
|
+
"direction": "vertical",
|
|
526
545
|
"type": "stack",
|
|
527
546
|
"gap": "lg"
|
|
528
547
|
}
|
|
529
|
-
]
|
|
530
|
-
"type": "scaled-diagram"
|
|
531
|
-
}
|
|
532
|
-
],
|
|
533
|
-
"navItems": [
|
|
534
|
-
{
|
|
535
|
-
"label": "Portfolio",
|
|
536
|
-
"href": "/portfolio",
|
|
537
|
-
"icon": "layout-list"
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"icon": "clipboard-list",
|
|
541
|
-
"href": "/orders",
|
|
542
|
-
"label": "Orders"
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"label": "Market",
|
|
546
|
-
"href": "/market",
|
|
547
|
-
"icon": "layout-list"
|
|
548
|
+
]
|
|
548
549
|
}
|
|
549
|
-
]
|
|
550
|
-
"type": "dashboard-layout"
|
|
550
|
+
]
|
|
551
551
|
}
|
|
552
552
|
]
|
|
553
553
|
]
|
|
@@ -571,33 +571,51 @@
|
|
|
571
571
|
"render-ui",
|
|
572
572
|
"main",
|
|
573
573
|
{
|
|
574
|
+
"navItems": [
|
|
575
|
+
{
|
|
576
|
+
"label": "Portfolio",
|
|
577
|
+
"href": "/portfolio",
|
|
578
|
+
"icon": "layout-list"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"label": "Orders",
|
|
582
|
+
"href": "/orders",
|
|
583
|
+
"icon": "clipboard-list"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"label": "Market",
|
|
587
|
+
"href": "/market",
|
|
588
|
+
"icon": "layout-list"
|
|
589
|
+
}
|
|
590
|
+
],
|
|
591
|
+
"appName": "Trading Dashboard",
|
|
574
592
|
"children": [
|
|
575
593
|
{
|
|
576
594
|
"type": "scaled-diagram",
|
|
577
595
|
"children": [
|
|
578
596
|
{
|
|
579
|
-
"gap": "lg",
|
|
580
597
|
"direction": "vertical",
|
|
581
598
|
"children": [
|
|
582
599
|
{
|
|
600
|
+
"type": "breadcrumb",
|
|
583
601
|
"items": [
|
|
584
602
|
{
|
|
585
|
-
"
|
|
586
|
-
"
|
|
603
|
+
"label": "Home",
|
|
604
|
+
"href": "/"
|
|
587
605
|
},
|
|
588
606
|
{
|
|
589
607
|
"label": "Portfolio"
|
|
590
608
|
}
|
|
591
|
-
]
|
|
592
|
-
"type": "breadcrumb"
|
|
609
|
+
]
|
|
593
610
|
},
|
|
594
611
|
{
|
|
612
|
+
"type": "stack",
|
|
595
613
|
"direction": "horizontal",
|
|
596
|
-
"justify": "between",
|
|
597
614
|
"gap": "md",
|
|
615
|
+
"justify": "between",
|
|
598
616
|
"children": [
|
|
599
617
|
{
|
|
600
|
-
"
|
|
618
|
+
"gap": "md",
|
|
601
619
|
"type": "stack",
|
|
602
620
|
"children": [
|
|
603
621
|
{
|
|
@@ -605,73 +623,69 @@
|
|
|
605
623
|
"type": "icon"
|
|
606
624
|
},
|
|
607
625
|
{
|
|
608
|
-
"variant": "h2",
|
|
609
626
|
"content": "Portfolio",
|
|
610
|
-
"type": "typography"
|
|
627
|
+
"type": "typography",
|
|
628
|
+
"variant": "h2"
|
|
611
629
|
}
|
|
612
630
|
],
|
|
613
|
-
"
|
|
631
|
+
"direction": "horizontal"
|
|
614
632
|
},
|
|
615
633
|
{
|
|
616
|
-
"action": "REFRESH",
|
|
617
634
|
"label": "Refresh",
|
|
618
|
-
"
|
|
635
|
+
"action": "REFRESH",
|
|
636
|
+
"type": "button",
|
|
619
637
|
"variant": "secondary",
|
|
620
|
-
"
|
|
638
|
+
"icon": "refresh-cw"
|
|
621
639
|
}
|
|
622
|
-
]
|
|
623
|
-
"type": "stack"
|
|
640
|
+
]
|
|
624
641
|
},
|
|
625
642
|
{
|
|
626
643
|
"type": "divider"
|
|
627
644
|
},
|
|
628
645
|
{
|
|
646
|
+
"type": "box",
|
|
629
647
|
"padding": "md",
|
|
630
648
|
"children": [
|
|
631
649
|
{
|
|
632
|
-
"type": "simple-grid",
|
|
633
650
|
"cols": 3.0,
|
|
634
651
|
"children": [
|
|
635
652
|
{
|
|
636
|
-
"
|
|
653
|
+
"value": "@entity.totalValue",
|
|
637
654
|
"label": "TotalValue",
|
|
638
|
-
"
|
|
655
|
+
"type": "stat-display"
|
|
639
656
|
},
|
|
640
657
|
{
|
|
641
|
-
"value": "@entity.dailyChange",
|
|
642
658
|
"type": "stat-display",
|
|
643
|
-
"label": "DailyChange"
|
|
659
|
+
"label": "DailyChange",
|
|
660
|
+
"value": "@entity.dailyChange"
|
|
644
661
|
},
|
|
645
662
|
{
|
|
646
|
-
"value": "@entity.positions",
|
|
647
663
|
"label": "Positions",
|
|
664
|
+
"value": "@entity.positions",
|
|
648
665
|
"type": "stat-display"
|
|
649
666
|
},
|
|
650
667
|
{
|
|
651
|
-
"value": "@entity.cashBalance",
|
|
652
668
|
"type": "stat-display",
|
|
669
|
+
"value": "@entity.cashBalance",
|
|
653
670
|
"label": "CashBalance"
|
|
654
671
|
}
|
|
655
|
-
]
|
|
672
|
+
],
|
|
673
|
+
"type": "simple-grid"
|
|
656
674
|
}
|
|
657
|
-
]
|
|
658
|
-
"type": "box"
|
|
675
|
+
]
|
|
659
676
|
},
|
|
660
677
|
{
|
|
661
678
|
"type": "divider"
|
|
662
679
|
},
|
|
663
680
|
{
|
|
664
|
-
"type": "grid",
|
|
665
|
-
"gap": "md",
|
|
666
|
-
"cols": 2.0,
|
|
667
681
|
"children": [
|
|
668
682
|
{
|
|
669
683
|
"type": "card",
|
|
670
684
|
"children": [
|
|
671
685
|
{
|
|
672
|
-
"type": "typography",
|
|
673
686
|
"content": "Chart View",
|
|
674
|
-
"variant": "caption"
|
|
687
|
+
"variant": "caption",
|
|
688
|
+
"type": "typography"
|
|
675
689
|
}
|
|
676
690
|
]
|
|
677
691
|
},
|
|
@@ -679,27 +693,31 @@
|
|
|
679
693
|
"type": "card",
|
|
680
694
|
"children": [
|
|
681
695
|
{
|
|
682
|
-
"variant": "caption",
|
|
683
696
|
"type": "typography",
|
|
684
|
-
"content": "Graph View"
|
|
697
|
+
"content": "Graph View",
|
|
698
|
+
"variant": "caption"
|
|
685
699
|
}
|
|
686
700
|
]
|
|
687
701
|
}
|
|
688
|
-
]
|
|
702
|
+
],
|
|
703
|
+
"gap": "md",
|
|
704
|
+
"type": "grid",
|
|
705
|
+
"cols": 2.0
|
|
689
706
|
},
|
|
690
707
|
{
|
|
708
|
+
"type": "line-chart",
|
|
691
709
|
"data": [
|
|
692
710
|
{
|
|
693
|
-
"
|
|
694
|
-
"
|
|
711
|
+
"value": 12.0,
|
|
712
|
+
"date": "Jan"
|
|
695
713
|
},
|
|
696
714
|
{
|
|
697
|
-
"
|
|
698
|
-
"
|
|
715
|
+
"date": "Feb",
|
|
716
|
+
"value": 19.0
|
|
699
717
|
},
|
|
700
718
|
{
|
|
701
|
-
"
|
|
702
|
-
"
|
|
719
|
+
"value": 15.0,
|
|
720
|
+
"date": "Mar"
|
|
703
721
|
},
|
|
704
722
|
{
|
|
705
723
|
"date": "Apr",
|
|
@@ -710,19 +728,18 @@
|
|
|
710
728
|
"date": "May"
|
|
711
729
|
},
|
|
712
730
|
{
|
|
713
|
-
"
|
|
714
|
-
"
|
|
731
|
+
"date": "Jun",
|
|
732
|
+
"value": 30.0
|
|
715
733
|
}
|
|
716
|
-
]
|
|
717
|
-
"type": "line-chart"
|
|
734
|
+
]
|
|
718
735
|
},
|
|
719
736
|
{
|
|
720
737
|
"type": "chart-legend",
|
|
721
738
|
"items": [
|
|
722
739
|
{
|
|
723
|
-
"
|
|
724
|
-
"
|
|
725
|
-
},
|
|
740
|
+
"color": "primary",
|
|
741
|
+
"label": "Current"
|
|
742
|
+
},
|
|
726
743
|
{
|
|
727
744
|
"color": "muted",
|
|
728
745
|
"label": "Previous"
|
|
@@ -730,6 +747,7 @@
|
|
|
730
747
|
]
|
|
731
748
|
},
|
|
732
749
|
{
|
|
750
|
+
"type": "graph-view",
|
|
733
751
|
"nodes": [
|
|
734
752
|
{
|
|
735
753
|
"label": "Start",
|
|
@@ -740,48 +758,30 @@
|
|
|
740
758
|
"id": "b"
|
|
741
759
|
},
|
|
742
760
|
{
|
|
743
|
-
"
|
|
744
|
-
"
|
|
761
|
+
"id": "c",
|
|
762
|
+
"label": "End"
|
|
745
763
|
}
|
|
746
764
|
],
|
|
747
|
-
"width": 400.0,
|
|
748
765
|
"height": 200.0,
|
|
766
|
+
"width": 400.0,
|
|
749
767
|
"edges": [
|
|
750
768
|
{
|
|
751
|
-
"
|
|
752
|
-
"
|
|
769
|
+
"target": "b",
|
|
770
|
+
"source": "a"
|
|
753
771
|
},
|
|
754
772
|
{
|
|
755
773
|
"source": "b",
|
|
756
774
|
"target": "c"
|
|
757
775
|
}
|
|
758
|
-
]
|
|
759
|
-
"type": "graph-view"
|
|
776
|
+
]
|
|
760
777
|
}
|
|
761
778
|
],
|
|
779
|
+
"gap": "lg",
|
|
762
780
|
"type": "stack"
|
|
763
781
|
}
|
|
764
782
|
]
|
|
765
783
|
}
|
|
766
784
|
],
|
|
767
|
-
"appName": "Trading Dashboard",
|
|
768
|
-
"navItems": [
|
|
769
|
-
{
|
|
770
|
-
"href": "/portfolio",
|
|
771
|
-
"icon": "layout-list",
|
|
772
|
-
"label": "Portfolio"
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"label": "Orders",
|
|
776
|
-
"href": "/orders",
|
|
777
|
-
"icon": "clipboard-list"
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
"href": "/market",
|
|
781
|
-
"icon": "layout-list",
|
|
782
|
-
"label": "Market"
|
|
783
|
-
}
|
|
784
|
-
],
|
|
785
785
|
"type": "dashboard-layout"
|
|
786
786
|
}
|
|
787
787
|
]
|
|
@@ -797,8 +797,8 @@
|
|
|
797
797
|
"Portfolio",
|
|
798
798
|
{
|
|
799
799
|
"emit": {
|
|
800
|
-
"
|
|
801
|
-
"
|
|
800
|
+
"failure": "PortfolioLoadFailed",
|
|
801
|
+
"success": "PortfolioLoaded"
|
|
802
802
|
}
|
|
803
803
|
}
|
|
804
804
|
],
|
|
@@ -806,34 +806,13 @@
|
|
|
806
806
|
"render-ui",
|
|
807
807
|
"main",
|
|
808
808
|
{
|
|
809
|
-
"type": "dashboard-layout",
|
|
810
|
-
"navItems": [
|
|
811
|
-
{
|
|
812
|
-
"label": "Portfolio",
|
|
813
|
-
"icon": "layout-list",
|
|
814
|
-
"href": "/portfolio"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"href": "/orders",
|
|
818
|
-
"label": "Orders",
|
|
819
|
-
"icon": "clipboard-list"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"label": "Market",
|
|
823
|
-
"href": "/market",
|
|
824
|
-
"icon": "layout-list"
|
|
825
|
-
}
|
|
826
|
-
],
|
|
827
|
-
"appName": "Trading Dashboard",
|
|
828
809
|
"children": [
|
|
829
810
|
{
|
|
830
811
|
"type": "scaled-diagram",
|
|
831
812
|
"children": [
|
|
832
813
|
{
|
|
833
|
-
"type": "stack",
|
|
834
814
|
"children": [
|
|
835
815
|
{
|
|
836
|
-
"type": "breadcrumb",
|
|
837
816
|
"items": [
|
|
838
817
|
{
|
|
839
818
|
"href": "/",
|
|
@@ -842,71 +821,72 @@
|
|
|
842
821
|
{
|
|
843
822
|
"label": "Portfolio"
|
|
844
823
|
}
|
|
845
|
-
]
|
|
824
|
+
],
|
|
825
|
+
"type": "breadcrumb"
|
|
846
826
|
},
|
|
847
827
|
{
|
|
848
|
-
"
|
|
828
|
+
"gap": "md",
|
|
849
829
|
"children": [
|
|
850
830
|
{
|
|
851
|
-
"type": "stack",
|
|
852
|
-
"direction": "horizontal",
|
|
853
|
-
"gap": "md",
|
|
854
831
|
"children": [
|
|
855
832
|
{
|
|
856
|
-
"
|
|
857
|
-
"
|
|
833
|
+
"type": "icon",
|
|
834
|
+
"name": "trending-up"
|
|
858
835
|
},
|
|
859
836
|
{
|
|
860
|
-
"variant": "h2",
|
|
861
837
|
"type": "typography",
|
|
862
|
-
"content": "Portfolio"
|
|
838
|
+
"content": "Portfolio",
|
|
839
|
+
"variant": "h2"
|
|
863
840
|
}
|
|
864
|
-
]
|
|
841
|
+
],
|
|
842
|
+
"gap": "md",
|
|
843
|
+
"direction": "horizontal",
|
|
844
|
+
"type": "stack"
|
|
865
845
|
},
|
|
866
846
|
{
|
|
867
|
-
"variant": "secondary",
|
|
868
|
-
"icon": "refresh-cw",
|
|
869
|
-
"type": "button",
|
|
870
847
|
"action": "REFRESH",
|
|
871
|
-
"
|
|
848
|
+
"icon": "refresh-cw",
|
|
849
|
+
"label": "Refresh",
|
|
850
|
+
"variant": "secondary",
|
|
851
|
+
"type": "button"
|
|
872
852
|
}
|
|
873
853
|
],
|
|
874
|
-
"gap": "md",
|
|
875
854
|
"type": "stack",
|
|
876
|
-
"direction": "horizontal"
|
|
855
|
+
"direction": "horizontal",
|
|
856
|
+
"justify": "between"
|
|
877
857
|
},
|
|
878
858
|
{
|
|
879
859
|
"type": "divider"
|
|
880
860
|
},
|
|
881
861
|
{
|
|
882
|
-
"type": "box",
|
|
883
862
|
"padding": "md",
|
|
863
|
+
"type": "box",
|
|
884
864
|
"children": [
|
|
885
865
|
{
|
|
866
|
+
"type": "simple-grid",
|
|
867
|
+
"cols": 3.0,
|
|
886
868
|
"children": [
|
|
887
869
|
{
|
|
888
|
-
"type": "stat-display",
|
|
889
870
|
"value": "@entity.totalValue",
|
|
871
|
+
"type": "stat-display",
|
|
890
872
|
"label": "TotalValue"
|
|
891
873
|
},
|
|
892
874
|
{
|
|
893
|
-
"
|
|
875
|
+
"type": "stat-display",
|
|
894
876
|
"label": "DailyChange",
|
|
895
|
-
"
|
|
877
|
+
"value": "@entity.dailyChange"
|
|
896
878
|
},
|
|
897
879
|
{
|
|
898
880
|
"label": "Positions",
|
|
899
|
-
"
|
|
900
|
-
"
|
|
881
|
+
"value": "@entity.positions",
|
|
882
|
+
"type": "stat-display"
|
|
901
883
|
},
|
|
902
884
|
{
|
|
903
885
|
"type": "stat-display",
|
|
904
|
-
"
|
|
905
|
-
"
|
|
886
|
+
"value": "@entity.cashBalance",
|
|
887
|
+
"label": "CashBalance"
|
|
906
888
|
}
|
|
907
|
-
]
|
|
908
|
-
"cols": 3.0,
|
|
909
|
-
"type": "simple-grid"
|
|
889
|
+
]
|
|
910
890
|
}
|
|
911
891
|
]
|
|
912
892
|
},
|
|
@@ -914,30 +894,30 @@
|
|
|
914
894
|
"type": "divider"
|
|
915
895
|
},
|
|
916
896
|
{
|
|
917
|
-
"gap": "md",
|
|
918
897
|
"children": [
|
|
919
898
|
{
|
|
920
|
-
"type": "card",
|
|
921
899
|
"children": [
|
|
922
900
|
{
|
|
923
|
-
"
|
|
901
|
+
"type": "typography",
|
|
924
902
|
"content": "Chart View",
|
|
925
|
-
"
|
|
903
|
+
"variant": "caption"
|
|
926
904
|
}
|
|
927
|
-
]
|
|
905
|
+
],
|
|
906
|
+
"type": "card"
|
|
928
907
|
},
|
|
929
908
|
{
|
|
930
|
-
"type": "card",
|
|
931
909
|
"children": [
|
|
932
910
|
{
|
|
933
|
-
"variant": "caption",
|
|
934
911
|
"type": "typography",
|
|
912
|
+
"variant": "caption",
|
|
935
913
|
"content": "Graph View"
|
|
936
914
|
}
|
|
937
|
-
]
|
|
915
|
+
],
|
|
916
|
+
"type": "card"
|
|
938
917
|
}
|
|
939
918
|
],
|
|
940
919
|
"type": "grid",
|
|
920
|
+
"gap": "md",
|
|
941
921
|
"cols": 2.0
|
|
942
922
|
},
|
|
943
923
|
{
|
|
@@ -948,12 +928,12 @@
|
|
|
948
928
|
"value": 12.0
|
|
949
929
|
},
|
|
950
930
|
{
|
|
951
|
-
"
|
|
952
|
-
"
|
|
931
|
+
"date": "Feb",
|
|
932
|
+
"value": 19.0
|
|
953
933
|
},
|
|
954
934
|
{
|
|
955
|
-
"
|
|
956
|
-
"
|
|
935
|
+
"date": "Mar",
|
|
936
|
+
"value": 15.0
|
|
957
937
|
},
|
|
958
938
|
{
|
|
959
939
|
"date": "Apr",
|
|
@@ -964,8 +944,8 @@
|
|
|
964
944
|
"value": 22.0
|
|
965
945
|
},
|
|
966
946
|
{
|
|
967
|
-
"
|
|
968
|
-
"
|
|
947
|
+
"date": "Jun",
|
|
948
|
+
"value": 30.0
|
|
969
949
|
}
|
|
970
950
|
]
|
|
971
951
|
},
|
|
@@ -973,51 +953,71 @@
|
|
|
973
953
|
"type": "chart-legend",
|
|
974
954
|
"items": [
|
|
975
955
|
{
|
|
976
|
-
"
|
|
977
|
-
"
|
|
956
|
+
"color": "primary",
|
|
957
|
+
"label": "Current"
|
|
978
958
|
},
|
|
979
959
|
{
|
|
980
|
-
"
|
|
981
|
-
"
|
|
960
|
+
"label": "Previous",
|
|
961
|
+
"color": "muted"
|
|
982
962
|
}
|
|
983
963
|
]
|
|
984
964
|
},
|
|
985
965
|
{
|
|
986
966
|
"type": "graph-view",
|
|
987
|
-
"
|
|
988
|
-
{
|
|
989
|
-
"source": "a",
|
|
990
|
-
"target": "b"
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"source": "b",
|
|
994
|
-
"target": "c"
|
|
995
|
-
}
|
|
996
|
-
],
|
|
997
|
-
"height": 200.0,
|
|
967
|
+
"width": 400.0,
|
|
998
968
|
"nodes": [
|
|
999
969
|
{
|
|
1000
|
-
"
|
|
1001
|
-
"
|
|
970
|
+
"label": "Start",
|
|
971
|
+
"id": "a"
|
|
1002
972
|
},
|
|
1003
973
|
{
|
|
1004
974
|
"label": "Process",
|
|
1005
975
|
"id": "b"
|
|
1006
976
|
},
|
|
1007
977
|
{
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
978
|
+
"label": "End",
|
|
979
|
+
"id": "c"
|
|
980
|
+
}
|
|
981
|
+
],
|
|
982
|
+
"edges": [
|
|
983
|
+
{
|
|
984
|
+
"source": "a",
|
|
985
|
+
"target": "b"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"target": "c",
|
|
989
|
+
"source": "b"
|
|
1010
990
|
}
|
|
1011
991
|
],
|
|
1012
|
-
"
|
|
992
|
+
"height": 200.0
|
|
1013
993
|
}
|
|
1014
994
|
],
|
|
995
|
+
"type": "stack",
|
|
1015
996
|
"gap": "lg",
|
|
1016
997
|
"direction": "vertical"
|
|
1017
998
|
}
|
|
1018
999
|
]
|
|
1019
1000
|
}
|
|
1020
|
-
]
|
|
1001
|
+
],
|
|
1002
|
+
"navItems": [
|
|
1003
|
+
{
|
|
1004
|
+
"label": "Portfolio",
|
|
1005
|
+
"icon": "layout-list",
|
|
1006
|
+
"href": "/portfolio"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"icon": "clipboard-list",
|
|
1010
|
+
"href": "/orders",
|
|
1011
|
+
"label": "Orders"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"icon": "layout-list",
|
|
1015
|
+
"href": "/market",
|
|
1016
|
+
"label": "Market"
|
|
1017
|
+
}
|
|
1018
|
+
],
|
|
1019
|
+
"type": "dashboard-layout",
|
|
1020
|
+
"appName": "Trading Dashboard"
|
|
1021
1021
|
}
|
|
1022
1022
|
]
|
|
1023
1023
|
]
|
|
@@ -1032,8 +1032,8 @@
|
|
|
1032
1032
|
"Portfolio",
|
|
1033
1033
|
{
|
|
1034
1034
|
"emit": {
|
|
1035
|
-
"
|
|
1036
|
-
"
|
|
1035
|
+
"success": "PortfolioLoaded",
|
|
1036
|
+
"failure": "PortfolioLoadFailed"
|
|
1037
1037
|
}
|
|
1038
1038
|
}
|
|
1039
1039
|
],
|
|
@@ -1041,54 +1041,57 @@
|
|
|
1041
1041
|
"render-ui",
|
|
1042
1042
|
"main",
|
|
1043
1043
|
{
|
|
1044
|
-
"appName": "Trading Dashboard",
|
|
1045
1044
|
"navItems": [
|
|
1046
1045
|
{
|
|
1046
|
+
"label": "Portfolio",
|
|
1047
1047
|
"href": "/portfolio",
|
|
1048
|
-
"icon": "layout-list"
|
|
1049
|
-
"label": "Portfolio"
|
|
1048
|
+
"icon": "layout-list"
|
|
1050
1049
|
},
|
|
1051
1050
|
{
|
|
1052
|
-
"href": "/orders",
|
|
1053
1051
|
"icon": "clipboard-list",
|
|
1054
|
-
"label": "Orders"
|
|
1052
|
+
"label": "Orders",
|
|
1053
|
+
"href": "/orders"
|
|
1055
1054
|
},
|
|
1056
1055
|
{
|
|
1056
|
+
"href": "/market",
|
|
1057
1057
|
"icon": "layout-list",
|
|
1058
|
-
"label": "Market"
|
|
1059
|
-
"href": "/market"
|
|
1058
|
+
"label": "Market"
|
|
1060
1059
|
}
|
|
1061
1060
|
],
|
|
1062
|
-
"
|
|
1061
|
+
"appName": "Trading Dashboard",
|
|
1063
1062
|
"children": [
|
|
1064
1063
|
{
|
|
1065
|
-
"type": "scaled-diagram",
|
|
1066
1064
|
"children": [
|
|
1067
1065
|
{
|
|
1066
|
+
"gap": "lg",
|
|
1067
|
+
"direction": "vertical",
|
|
1068
|
+
"type": "stack",
|
|
1068
1069
|
"children": [
|
|
1069
1070
|
{
|
|
1071
|
+
"type": "breadcrumb",
|
|
1070
1072
|
"items": [
|
|
1071
1073
|
{
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1074
|
+
"label": "Home",
|
|
1075
|
+
"href": "/"
|
|
1074
1076
|
},
|
|
1075
1077
|
{
|
|
1076
1078
|
"label": "Portfolio"
|
|
1077
1079
|
}
|
|
1078
|
-
]
|
|
1079
|
-
"type": "breadcrumb"
|
|
1080
|
+
]
|
|
1080
1081
|
},
|
|
1081
1082
|
{
|
|
1082
|
-
"direction": "horizontal",
|
|
1083
1083
|
"type": "stack",
|
|
1084
|
-
"
|
|
1084
|
+
"direction": "horizontal",
|
|
1085
1085
|
"justify": "between",
|
|
1086
|
+
"gap": "md",
|
|
1086
1087
|
"children": [
|
|
1087
1088
|
{
|
|
1089
|
+
"type": "stack",
|
|
1090
|
+
"direction": "horizontal",
|
|
1088
1091
|
"children": [
|
|
1089
1092
|
{
|
|
1090
|
-
"
|
|
1091
|
-
"
|
|
1093
|
+
"name": "trending-up",
|
|
1094
|
+
"type": "icon"
|
|
1092
1095
|
},
|
|
1093
1096
|
{
|
|
1094
1097
|
"variant": "h2",
|
|
@@ -1096,16 +1099,14 @@
|
|
|
1096
1099
|
"type": "typography"
|
|
1097
1100
|
}
|
|
1098
1101
|
],
|
|
1099
|
-
"
|
|
1100
|
-
"gap": "md",
|
|
1101
|
-
"direction": "horizontal"
|
|
1102
|
+
"gap": "md"
|
|
1102
1103
|
},
|
|
1103
1104
|
{
|
|
1104
|
-
"icon": "refresh-cw",
|
|
1105
1105
|
"variant": "secondary",
|
|
1106
|
-
"
|
|
1106
|
+
"icon": "refresh-cw",
|
|
1107
1107
|
"label": "Refresh",
|
|
1108
|
-
"action": "REFRESH"
|
|
1108
|
+
"action": "REFRESH",
|
|
1109
|
+
"type": "button"
|
|
1109
1110
|
}
|
|
1110
1111
|
]
|
|
1111
1112
|
},
|
|
@@ -1113,8 +1114,10 @@
|
|
|
1113
1114
|
"type": "divider"
|
|
1114
1115
|
},
|
|
1115
1116
|
{
|
|
1117
|
+
"padding": "md",
|
|
1116
1118
|
"children": [
|
|
1117
1119
|
{
|
|
1120
|
+
"cols": 3.0,
|
|
1118
1121
|
"children": [
|
|
1119
1122
|
{
|
|
1120
1123
|
"type": "stat-display",
|
|
@@ -1122,39 +1125,37 @@
|
|
|
1122
1125
|
"label": "TotalValue"
|
|
1123
1126
|
},
|
|
1124
1127
|
{
|
|
1128
|
+
"value": "@entity.dailyChange",
|
|
1125
1129
|
"type": "stat-display",
|
|
1126
|
-
"label": "DailyChange"
|
|
1127
|
-
"value": "@entity.dailyChange"
|
|
1130
|
+
"label": "DailyChange"
|
|
1128
1131
|
},
|
|
1129
1132
|
{
|
|
1130
1133
|
"value": "@entity.positions",
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1134
|
+
"label": "Positions",
|
|
1135
|
+
"type": "stat-display"
|
|
1133
1136
|
},
|
|
1134
1137
|
{
|
|
1135
|
-
"type": "stat-display",
|
|
1136
1138
|
"label": "CashBalance",
|
|
1139
|
+
"type": "stat-display",
|
|
1137
1140
|
"value": "@entity.cashBalance"
|
|
1138
1141
|
}
|
|
1139
1142
|
],
|
|
1140
|
-
"cols": 3.0,
|
|
1141
1143
|
"type": "simple-grid"
|
|
1142
1144
|
}
|
|
1143
1145
|
],
|
|
1144
|
-
"padding": "md",
|
|
1145
1146
|
"type": "box"
|
|
1146
1147
|
},
|
|
1147
1148
|
{
|
|
1148
1149
|
"type": "divider"
|
|
1149
1150
|
},
|
|
1150
1151
|
{
|
|
1151
|
-
"
|
|
1152
|
+
"cols": 2.0,
|
|
1152
1153
|
"children": [
|
|
1153
1154
|
{
|
|
1154
1155
|
"children": [
|
|
1155
1156
|
{
|
|
1156
|
-
"type": "typography",
|
|
1157
1157
|
"variant": "caption",
|
|
1158
|
+
"type": "typography",
|
|
1158
1159
|
"content": "Chart View"
|
|
1159
1160
|
}
|
|
1160
1161
|
],
|
|
@@ -1163,39 +1164,39 @@
|
|
|
1163
1164
|
{
|
|
1164
1165
|
"children": [
|
|
1165
1166
|
{
|
|
1166
|
-
"
|
|
1167
|
+
"variant": "caption",
|
|
1167
1168
|
"content": "Graph View",
|
|
1168
|
-
"
|
|
1169
|
+
"type": "typography"
|
|
1169
1170
|
}
|
|
1170
1171
|
],
|
|
1171
1172
|
"type": "card"
|
|
1172
1173
|
}
|
|
1173
1174
|
],
|
|
1174
|
-
"
|
|
1175
|
-
"
|
|
1175
|
+
"type": "grid",
|
|
1176
|
+
"gap": "md"
|
|
1176
1177
|
},
|
|
1177
1178
|
{
|
|
1178
1179
|
"type": "line-chart",
|
|
1179
1180
|
"data": [
|
|
1180
1181
|
{
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1182
|
+
"date": "Jan",
|
|
1183
|
+
"value": 12.0
|
|
1183
1184
|
},
|
|
1184
1185
|
{
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1186
|
+
"date": "Feb",
|
|
1187
|
+
"value": 19.0
|
|
1187
1188
|
},
|
|
1188
1189
|
{
|
|
1189
|
-
"
|
|
1190
|
-
"
|
|
1190
|
+
"date": "Mar",
|
|
1191
|
+
"value": 15.0
|
|
1191
1192
|
},
|
|
1192
1193
|
{
|
|
1193
1194
|
"date": "Apr",
|
|
1194
1195
|
"value": 25.0
|
|
1195
1196
|
},
|
|
1196
1197
|
{
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1198
|
+
"value": 22.0,
|
|
1199
|
+
"date": "May"
|
|
1199
1200
|
},
|
|
1200
1201
|
{
|
|
1201
1202
|
"value": 30.0,
|
|
@@ -1204,7 +1205,6 @@
|
|
|
1204
1205
|
]
|
|
1205
1206
|
},
|
|
1206
1207
|
{
|
|
1207
|
-
"type": "chart-legend",
|
|
1208
1208
|
"items": [
|
|
1209
1209
|
{
|
|
1210
1210
|
"label": "Current",
|
|
@@ -1214,19 +1214,10 @@
|
|
|
1214
1214
|
"label": "Previous",
|
|
1215
1215
|
"color": "muted"
|
|
1216
1216
|
}
|
|
1217
|
-
]
|
|
1217
|
+
],
|
|
1218
|
+
"type": "chart-legend"
|
|
1218
1219
|
},
|
|
1219
1220
|
{
|
|
1220
|
-
"edges": [
|
|
1221
|
-
{
|
|
1222
|
-
"target": "b",
|
|
1223
|
-
"source": "a"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"target": "c",
|
|
1227
|
-
"source": "b"
|
|
1228
|
-
}
|
|
1229
|
-
],
|
|
1230
1221
|
"type": "graph-view",
|
|
1231
1222
|
"nodes": [
|
|
1232
1223
|
{
|
|
@@ -1238,21 +1229,30 @@
|
|
|
1238
1229
|
"id": "b"
|
|
1239
1230
|
},
|
|
1240
1231
|
{
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1232
|
+
"label": "End",
|
|
1233
|
+
"id": "c"
|
|
1243
1234
|
}
|
|
1244
1235
|
],
|
|
1245
|
-
"
|
|
1246
|
-
|
|
1236
|
+
"edges": [
|
|
1237
|
+
{
|
|
1238
|
+
"target": "b",
|
|
1239
|
+
"source": "a"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"source": "b",
|
|
1243
|
+
"target": "c"
|
|
1244
|
+
}
|
|
1245
|
+
],
|
|
1246
|
+
"width": 400.0,
|
|
1247
|
+
"height": 200.0
|
|
1247
1248
|
}
|
|
1248
|
-
]
|
|
1249
|
-
"direction": "vertical",
|
|
1250
|
-
"gap": "lg",
|
|
1251
|
-
"type": "stack"
|
|
1249
|
+
]
|
|
1252
1250
|
}
|
|
1253
|
-
]
|
|
1251
|
+
],
|
|
1252
|
+
"type": "scaled-diagram"
|
|
1254
1253
|
}
|
|
1255
|
-
]
|
|
1254
|
+
],
|
|
1255
|
+
"type": "dashboard-layout"
|
|
1256
1256
|
}
|
|
1257
1257
|
]
|
|
1258
1258
|
]
|
|
@@ -1267,8 +1267,8 @@
|
|
|
1267
1267
|
"Portfolio",
|
|
1268
1268
|
{
|
|
1269
1269
|
"emit": {
|
|
1270
|
-
"
|
|
1271
|
-
"
|
|
1270
|
+
"success": "PortfolioLoaded",
|
|
1271
|
+
"failure": "PortfolioLoadFailed"
|
|
1272
1272
|
}
|
|
1273
1273
|
}
|
|
1274
1274
|
],
|
|
@@ -1276,23 +1276,20 @@
|
|
|
1276
1276
|
"render-ui",
|
|
1277
1277
|
"main",
|
|
1278
1278
|
{
|
|
1279
|
-
"type": "dashboard-layout",
|
|
1280
1279
|
"appName": "Trading Dashboard",
|
|
1281
1280
|
"children": [
|
|
1282
1281
|
{
|
|
1283
|
-
"type": "scaled-diagram",
|
|
1284
1282
|
"children": [
|
|
1285
1283
|
{
|
|
1286
|
-
"direction": "vertical",
|
|
1287
1284
|
"type": "stack",
|
|
1288
|
-
"
|
|
1285
|
+
"direction": "vertical",
|
|
1289
1286
|
"children": [
|
|
1290
1287
|
{
|
|
1291
1288
|
"type": "breadcrumb",
|
|
1292
1289
|
"items": [
|
|
1293
1290
|
{
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1291
|
+
"label": "Home",
|
|
1292
|
+
"href": "/"
|
|
1296
1293
|
},
|
|
1297
1294
|
{
|
|
1298
1295
|
"label": "Portfolio"
|
|
@@ -1300,49 +1297,47 @@
|
|
|
1300
1297
|
]
|
|
1301
1298
|
},
|
|
1302
1299
|
{
|
|
1303
|
-
"justify": "between",
|
|
1304
|
-
"type": "stack",
|
|
1305
|
-
"direction": "horizontal",
|
|
1306
|
-
"gap": "md",
|
|
1307
1300
|
"children": [
|
|
1308
1301
|
{
|
|
1302
|
+
"direction": "horizontal",
|
|
1309
1303
|
"type": "stack",
|
|
1310
|
-
"gap": "md",
|
|
1311
1304
|
"children": [
|
|
1312
1305
|
{
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1306
|
+
"name": "trending-up",
|
|
1307
|
+
"type": "icon"
|
|
1315
1308
|
},
|
|
1316
1309
|
{
|
|
1317
|
-
"
|
|
1310
|
+
"variant": "h2",
|
|
1318
1311
|
"type": "typography",
|
|
1319
|
-
"
|
|
1312
|
+
"content": "Portfolio"
|
|
1320
1313
|
}
|
|
1321
1314
|
],
|
|
1322
|
-
"
|
|
1315
|
+
"gap": "md"
|
|
1323
1316
|
},
|
|
1324
1317
|
{
|
|
1325
|
-
"type": "button",
|
|
1326
1318
|
"action": "REFRESH",
|
|
1327
|
-
"icon": "refresh-cw",
|
|
1328
1319
|
"label": "Refresh",
|
|
1329
|
-
"variant": "secondary"
|
|
1320
|
+
"variant": "secondary",
|
|
1321
|
+
"type": "button",
|
|
1322
|
+
"icon": "refresh-cw"
|
|
1330
1323
|
}
|
|
1331
|
-
]
|
|
1324
|
+
],
|
|
1325
|
+
"direction": "horizontal",
|
|
1326
|
+
"gap": "md",
|
|
1327
|
+
"justify": "between",
|
|
1328
|
+
"type": "stack"
|
|
1332
1329
|
},
|
|
1333
1330
|
{
|
|
1334
1331
|
"type": "divider"
|
|
1335
1332
|
},
|
|
1336
1333
|
{
|
|
1337
|
-
"type": "box",
|
|
1338
|
-
"padding": "md",
|
|
1339
1334
|
"children": [
|
|
1340
1335
|
{
|
|
1341
1336
|
"cols": 3.0,
|
|
1342
1337
|
"children": [
|
|
1343
1338
|
{
|
|
1344
|
-
"type": "stat-display",
|
|
1345
1339
|
"label": "TotalValue",
|
|
1340
|
+
"type": "stat-display",
|
|
1346
1341
|
"value": "@entity.totalValue"
|
|
1347
1342
|
},
|
|
1348
1343
|
{
|
|
@@ -1351,141 +1346,146 @@
|
|
|
1351
1346
|
"value": "@entity.dailyChange"
|
|
1352
1347
|
},
|
|
1353
1348
|
{
|
|
1349
|
+
"value": "@entity.positions",
|
|
1354
1350
|
"type": "stat-display",
|
|
1355
|
-
"label": "Positions"
|
|
1356
|
-
"value": "@entity.positions"
|
|
1351
|
+
"label": "Positions"
|
|
1357
1352
|
},
|
|
1358
1353
|
{
|
|
1359
|
-
"type": "stat-display",
|
|
1360
1354
|
"label": "CashBalance",
|
|
1361
|
-
"value": "@entity.cashBalance"
|
|
1355
|
+
"value": "@entity.cashBalance",
|
|
1356
|
+
"type": "stat-display"
|
|
1362
1357
|
}
|
|
1363
1358
|
],
|
|
1364
1359
|
"type": "simple-grid"
|
|
1365
1360
|
}
|
|
1366
|
-
]
|
|
1361
|
+
],
|
|
1362
|
+
"padding": "md",
|
|
1363
|
+
"type": "box"
|
|
1367
1364
|
},
|
|
1368
1365
|
{
|
|
1369
1366
|
"type": "divider"
|
|
1370
1367
|
},
|
|
1371
1368
|
{
|
|
1372
|
-
"
|
|
1373
|
-
"cols": 2.0,
|
|
1369
|
+
"type": "grid",
|
|
1374
1370
|
"children": [
|
|
1375
1371
|
{
|
|
1376
|
-
"type": "card",
|
|
1377
1372
|
"children": [
|
|
1378
1373
|
{
|
|
1379
1374
|
"content": "Chart View",
|
|
1380
1375
|
"variant": "caption",
|
|
1381
1376
|
"type": "typography"
|
|
1382
1377
|
}
|
|
1383
|
-
]
|
|
1378
|
+
],
|
|
1379
|
+
"type": "card"
|
|
1384
1380
|
},
|
|
1385
1381
|
{
|
|
1386
1382
|
"type": "card",
|
|
1387
1383
|
"children": [
|
|
1388
1384
|
{
|
|
1389
|
-
"content": "Graph View",
|
|
1390
1385
|
"variant": "caption",
|
|
1391
|
-
"type": "typography"
|
|
1386
|
+
"type": "typography",
|
|
1387
|
+
"content": "Graph View"
|
|
1392
1388
|
}
|
|
1393
1389
|
]
|
|
1394
1390
|
}
|
|
1395
1391
|
],
|
|
1396
|
-
"
|
|
1392
|
+
"cols": 2.0,
|
|
1393
|
+
"gap": "md"
|
|
1397
1394
|
},
|
|
1398
1395
|
{
|
|
1399
1396
|
"data": [
|
|
1400
1397
|
{
|
|
1401
|
-
"
|
|
1402
|
-
"
|
|
1398
|
+
"date": "Jan",
|
|
1399
|
+
"value": 12.0
|
|
1403
1400
|
},
|
|
1404
1401
|
{
|
|
1405
|
-
"
|
|
1406
|
-
"
|
|
1402
|
+
"date": "Feb",
|
|
1403
|
+
"value": 19.0
|
|
1407
1404
|
},
|
|
1408
1405
|
{
|
|
1409
1406
|
"date": "Mar",
|
|
1410
1407
|
"value": 15.0
|
|
1411
1408
|
},
|
|
1412
1409
|
{
|
|
1413
|
-
"
|
|
1414
|
-
"
|
|
1410
|
+
"date": "Apr",
|
|
1411
|
+
"value": 25.0
|
|
1415
1412
|
},
|
|
1416
1413
|
{
|
|
1417
1414
|
"date": "May",
|
|
1418
1415
|
"value": 22.0
|
|
1419
1416
|
},
|
|
1420
1417
|
{
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1418
|
+
"date": "Jun",
|
|
1419
|
+
"value": 30.0
|
|
1423
1420
|
}
|
|
1424
1421
|
],
|
|
1425
1422
|
"type": "line-chart"
|
|
1426
1423
|
},
|
|
1427
1424
|
{
|
|
1425
|
+
"type": "chart-legend",
|
|
1428
1426
|
"items": [
|
|
1429
1427
|
{
|
|
1430
1428
|
"label": "Current",
|
|
1431
1429
|
"color": "primary"
|
|
1432
1430
|
},
|
|
1433
1431
|
{
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1432
|
+
"label": "Previous",
|
|
1433
|
+
"color": "muted"
|
|
1436
1434
|
}
|
|
1437
|
-
]
|
|
1438
|
-
"type": "chart-legend"
|
|
1435
|
+
]
|
|
1439
1436
|
},
|
|
1440
1437
|
{
|
|
1441
|
-
"
|
|
1438
|
+
"nodes": [
|
|
1442
1439
|
{
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1440
|
+
"id": "a",
|
|
1441
|
+
"label": "Start"
|
|
1445
1442
|
},
|
|
1446
1443
|
{
|
|
1447
|
-
"
|
|
1448
|
-
"
|
|
1444
|
+
"label": "Process",
|
|
1445
|
+
"id": "b"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"label": "End",
|
|
1449
|
+
"id": "c"
|
|
1449
1450
|
}
|
|
1450
1451
|
],
|
|
1451
1452
|
"height": 200.0,
|
|
1453
|
+
"width": 400.0,
|
|
1452
1454
|
"type": "graph-view",
|
|
1453
|
-
"
|
|
1454
|
-
{
|
|
1455
|
-
"label": "Start",
|
|
1456
|
-
"id": "a"
|
|
1457
|
-
},
|
|
1455
|
+
"edges": [
|
|
1458
1456
|
{
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1457
|
+
"target": "b",
|
|
1458
|
+
"source": "a"
|
|
1461
1459
|
},
|
|
1462
1460
|
{
|
|
1463
|
-
"
|
|
1464
|
-
"
|
|
1461
|
+
"target": "c",
|
|
1462
|
+
"source": "b"
|
|
1465
1463
|
}
|
|
1466
|
-
]
|
|
1467
|
-
"width": 400.0
|
|
1464
|
+
]
|
|
1468
1465
|
}
|
|
1469
|
-
]
|
|
1466
|
+
],
|
|
1467
|
+
"gap": "lg"
|
|
1470
1468
|
}
|
|
1471
|
-
]
|
|
1469
|
+
],
|
|
1470
|
+
"type": "scaled-diagram"
|
|
1472
1471
|
}
|
|
1473
1472
|
],
|
|
1473
|
+
"type": "dashboard-layout",
|
|
1474
1474
|
"navItems": [
|
|
1475
1475
|
{
|
|
1476
|
-
"label": "Portfolio",
|
|
1477
1476
|
"href": "/portfolio",
|
|
1478
|
-
"icon": "layout-list"
|
|
1477
|
+
"icon": "layout-list",
|
|
1478
|
+
"label": "Portfolio"
|
|
1479
1479
|
},
|
|
1480
1480
|
{
|
|
1481
|
-
"
|
|
1481
|
+
"href": "/orders",
|
|
1482
1482
|
"label": "Orders",
|
|
1483
|
-
"
|
|
1483
|
+
"icon": "clipboard-list"
|
|
1484
1484
|
},
|
|
1485
1485
|
{
|
|
1486
1486
|
"icon": "layout-list",
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1487
|
+
"label": "Market",
|
|
1488
|
+
"href": "/market"
|
|
1489
1489
|
}
|
|
1490
1490
|
]
|
|
1491
1491
|
}
|
|
@@ -1654,8 +1654,8 @@
|
|
|
1654
1654
|
"TradeOrder",
|
|
1655
1655
|
{
|
|
1656
1656
|
"emit": {
|
|
1657
|
-
"
|
|
1658
|
-
"
|
|
1657
|
+
"success": "TradeOrderLoaded",
|
|
1658
|
+
"failure": "TradeOrderLoadFailed"
|
|
1659
1659
|
}
|
|
1660
1660
|
}
|
|
1661
1661
|
],
|
|
@@ -1664,21 +1664,21 @@
|
|
|
1664
1664
|
"main",
|
|
1665
1665
|
{
|
|
1666
1666
|
"type": "stack",
|
|
1667
|
+
"direction": "vertical",
|
|
1668
|
+
"className": "py-12",
|
|
1669
|
+
"gap": "md",
|
|
1667
1670
|
"children": [
|
|
1668
1671
|
{
|
|
1669
1672
|
"type": "spinner"
|
|
1670
1673
|
},
|
|
1671
1674
|
{
|
|
1672
|
-
"type": "typography",
|
|
1673
1675
|
"variant": "caption",
|
|
1676
|
+
"content": "Loading orders…",
|
|
1674
1677
|
"color": "muted",
|
|
1675
|
-
"
|
|
1678
|
+
"type": "typography"
|
|
1676
1679
|
}
|
|
1677
1680
|
],
|
|
1678
|
-
"
|
|
1679
|
-
"className": "py-12",
|
|
1680
|
-
"align": "center",
|
|
1681
|
-
"direction": "vertical"
|
|
1681
|
+
"align": "center"
|
|
1682
1682
|
}
|
|
1683
1683
|
]
|
|
1684
1684
|
]
|
|
@@ -1692,99 +1692,60 @@
|
|
|
1692
1692
|
"render-ui",
|
|
1693
1693
|
"main",
|
|
1694
1694
|
{
|
|
1695
|
-
"appName": "Trading Dashboard",
|
|
1696
|
-
"type": "dashboard-layout",
|
|
1697
|
-
"navItems": [
|
|
1698
|
-
{
|
|
1699
|
-
"label": "Portfolio",
|
|
1700
|
-
"href": "/portfolio",
|
|
1701
|
-
"icon": "layout-list"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"href": "/orders",
|
|
1705
|
-
"icon": "clipboard-list",
|
|
1706
|
-
"label": "Orders"
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"icon": "layout-list",
|
|
1710
|
-
"label": "Market",
|
|
1711
|
-
"href": "/market"
|
|
1712
|
-
}
|
|
1713
|
-
],
|
|
1714
1695
|
"children": [
|
|
1715
1696
|
{
|
|
1716
|
-
"direction": "vertical",
|
|
1717
|
-
"type": "stack",
|
|
1718
1697
|
"gap": "lg",
|
|
1698
|
+
"type": "stack",
|
|
1719
1699
|
"children": [
|
|
1720
1700
|
{
|
|
1721
1701
|
"direction": "horizontal",
|
|
1702
|
+
"justify": "between",
|
|
1703
|
+
"align": "center",
|
|
1704
|
+
"gap": "md",
|
|
1722
1705
|
"children": [
|
|
1723
1706
|
{
|
|
1724
|
-
"
|
|
1707
|
+
"direction": "horizontal",
|
|
1725
1708
|
"children": [
|
|
1726
1709
|
{
|
|
1727
|
-
"
|
|
1728
|
-
"
|
|
1710
|
+
"name": "shopping-cart",
|
|
1711
|
+
"type": "icon"
|
|
1729
1712
|
},
|
|
1730
1713
|
{
|
|
1714
|
+
"content": "Trade Orders",
|
|
1731
1715
|
"type": "typography",
|
|
1732
|
-
"variant": "h2"
|
|
1733
|
-
"content": "Trade Orders"
|
|
1716
|
+
"variant": "h2"
|
|
1734
1717
|
}
|
|
1735
1718
|
],
|
|
1719
|
+
"type": "stack",
|
|
1736
1720
|
"gap": "sm",
|
|
1737
|
-
"align": "center"
|
|
1738
|
-
"direction": "horizontal"
|
|
1721
|
+
"align": "center"
|
|
1739
1722
|
},
|
|
1740
1723
|
{
|
|
1741
|
-
"
|
|
1724
|
+
"type": "stack",
|
|
1725
|
+
"direction": "horizontal",
|
|
1742
1726
|
"children": [
|
|
1743
1727
|
{
|
|
1744
|
-
"label": "Create TradeOrder",
|
|
1745
1728
|
"type": "button",
|
|
1746
1729
|
"icon": "plus",
|
|
1747
|
-
"
|
|
1748
|
-
"variant": "primary"
|
|
1730
|
+
"label": "Create TradeOrder",
|
|
1731
|
+
"variant": "primary",
|
|
1732
|
+
"action": "CREATE"
|
|
1749
1733
|
}
|
|
1750
1734
|
],
|
|
1751
|
-
"
|
|
1752
|
-
"type": "stack"
|
|
1735
|
+
"gap": "sm"
|
|
1753
1736
|
}
|
|
1754
1737
|
],
|
|
1755
|
-
"type": "stack"
|
|
1756
|
-
"justify": "between",
|
|
1757
|
-
"align": "center",
|
|
1758
|
-
"gap": "md"
|
|
1738
|
+
"type": "stack"
|
|
1759
1739
|
},
|
|
1760
1740
|
{
|
|
1761
1741
|
"type": "divider"
|
|
1762
1742
|
},
|
|
1763
1743
|
{
|
|
1764
1744
|
"entity": "@payload.data",
|
|
1765
|
-
"itemActions": [
|
|
1766
|
-
{
|
|
1767
|
-
"event": "VIEW",
|
|
1768
|
-
"label": "View",
|
|
1769
|
-
"variant": "ghost"
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"label": "Edit",
|
|
1773
|
-
"variant": "ghost",
|
|
1774
|
-
"event": "EDIT"
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"label": "Delete",
|
|
1778
|
-
"event": "DELETE",
|
|
1779
|
-
"variant": "danger"
|
|
1780
|
-
}
|
|
1781
|
-
],
|
|
1782
|
-
"variant": "card",
|
|
1783
|
-
"gap": "sm",
|
|
1784
1745
|
"columns": [
|
|
1785
1746
|
{
|
|
1786
|
-
"name": "symbol",
|
|
1787
1747
|
"variant": "h3",
|
|
1748
|
+
"name": "symbol",
|
|
1788
1749
|
"icon": "trending-up"
|
|
1789
1750
|
},
|
|
1790
1751
|
{
|
|
@@ -1793,21 +1754,60 @@
|
|
|
1793
1754
|
},
|
|
1794
1755
|
{
|
|
1795
1756
|
"name": "quantity",
|
|
1796
|
-
"
|
|
1797
|
-
"
|
|
1757
|
+
"variant": "body",
|
|
1758
|
+
"format": "number"
|
|
1798
1759
|
},
|
|
1799
1760
|
{
|
|
1800
1761
|
"name": "price",
|
|
1801
|
-
"
|
|
1802
|
-
"
|
|
1762
|
+
"format": "currency",
|
|
1763
|
+
"variant": "h4"
|
|
1803
1764
|
}
|
|
1804
1765
|
],
|
|
1805
1766
|
"type": "data-list",
|
|
1767
|
+
"itemActions": [
|
|
1768
|
+
{
|
|
1769
|
+
"event": "VIEW",
|
|
1770
|
+
"variant": "ghost",
|
|
1771
|
+
"label": "View"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"label": "Edit",
|
|
1775
|
+
"variant": "ghost",
|
|
1776
|
+
"event": "EDIT"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"event": "DELETE",
|
|
1780
|
+
"label": "Delete",
|
|
1781
|
+
"variant": "danger"
|
|
1782
|
+
}
|
|
1783
|
+
],
|
|
1784
|
+
"variant": "card",
|
|
1785
|
+
"gap": "sm",
|
|
1806
1786
|
"fields": []
|
|
1807
1787
|
}
|
|
1808
1788
|
],
|
|
1789
|
+
"direction": "vertical",
|
|
1809
1790
|
"className": "max-w-5xl mx-auto w-full"
|
|
1810
1791
|
}
|
|
1792
|
+
],
|
|
1793
|
+
"type": "dashboard-layout",
|
|
1794
|
+
"appName": "Trading Dashboard",
|
|
1795
|
+
"navItems": [
|
|
1796
|
+
{
|
|
1797
|
+
"icon": "layout-list",
|
|
1798
|
+
"label": "Portfolio",
|
|
1799
|
+
"href": "/portfolio"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"label": "Orders",
|
|
1803
|
+
"href": "/orders",
|
|
1804
|
+
"icon": "clipboard-list"
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"href": "/market",
|
|
1808
|
+
"label": "Market",
|
|
1809
|
+
"icon": "layout-list"
|
|
1810
|
+
}
|
|
1811
1811
|
]
|
|
1812
1812
|
}
|
|
1813
1813
|
]
|
|
@@ -1822,34 +1822,34 @@
|
|
|
1822
1822
|
"render-ui",
|
|
1823
1823
|
"main",
|
|
1824
1824
|
{
|
|
1825
|
-
"type": "stack",
|
|
1826
|
-
"align": "center",
|
|
1827
1825
|
"direction": "vertical",
|
|
1828
1826
|
"children": [
|
|
1829
1827
|
{
|
|
1830
1828
|
"name": "alert-triangle",
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1829
|
+
"color": "destructive",
|
|
1830
|
+
"type": "icon"
|
|
1833
1831
|
},
|
|
1834
1832
|
{
|
|
1835
1833
|
"variant": "h3",
|
|
1836
|
-
"
|
|
1837
|
-
"
|
|
1834
|
+
"content": "Failed to load orders",
|
|
1835
|
+
"type": "typography"
|
|
1838
1836
|
},
|
|
1839
1837
|
{
|
|
1840
|
-
"color": "muted",
|
|
1841
|
-
"type": "typography",
|
|
1842
1838
|
"variant": "body",
|
|
1839
|
+
"type": "typography",
|
|
1840
|
+
"color": "muted",
|
|
1843
1841
|
"content": "@payload.error"
|
|
1844
1842
|
},
|
|
1845
1843
|
{
|
|
1844
|
+
"label": "Retry",
|
|
1845
|
+
"type": "button",
|
|
1846
1846
|
"variant": "primary",
|
|
1847
1847
|
"icon": "rotate-ccw",
|
|
1848
|
-
"action": "INIT"
|
|
1849
|
-
"type": "button",
|
|
1850
|
-
"label": "Retry"
|
|
1848
|
+
"action": "INIT"
|
|
1851
1849
|
}
|
|
1852
1850
|
],
|
|
1851
|
+
"type": "stack",
|
|
1852
|
+
"align": "center",
|
|
1853
1853
|
"className": "py-12",
|
|
1854
1854
|
"gap": "md"
|
|
1855
1855
|
}
|
|
@@ -2027,8 +2027,8 @@
|
|
|
2027
2027
|
"TradeOrder",
|
|
2028
2028
|
{
|
|
2029
2029
|
"emit": {
|
|
2030
|
-
"
|
|
2031
|
-
"
|
|
2030
|
+
"success": "TradeOrderLoaded",
|
|
2031
|
+
"failure": "TradeOrderLoadFailed"
|
|
2032
2032
|
}
|
|
2033
2033
|
}
|
|
2034
2034
|
],
|
|
@@ -2036,42 +2036,42 @@
|
|
|
2036
2036
|
"render-ui",
|
|
2037
2037
|
"modal",
|
|
2038
2038
|
{
|
|
2039
|
-
"gap": "md",
|
|
2040
|
-
"direction": "vertical",
|
|
2041
2039
|
"type": "stack",
|
|
2040
|
+
"gap": "md",
|
|
2042
2041
|
"children": [
|
|
2043
2042
|
{
|
|
2044
|
-
"direction": "horizontal",
|
|
2045
2043
|
"children": [
|
|
2046
2044
|
{
|
|
2047
|
-
"
|
|
2048
|
-
"
|
|
2045
|
+
"type": "icon",
|
|
2046
|
+
"name": "plus-circle"
|
|
2049
2047
|
},
|
|
2050
2048
|
{
|
|
2051
|
-
"content": "Create TradeOrder",
|
|
2052
2049
|
"variant": "h3",
|
|
2053
|
-
"type": "typography"
|
|
2050
|
+
"type": "typography",
|
|
2051
|
+
"content": "Create TradeOrder"
|
|
2054
2052
|
}
|
|
2055
2053
|
],
|
|
2056
2054
|
"type": "stack",
|
|
2055
|
+
"direction": "horizontal",
|
|
2057
2056
|
"gap": "sm"
|
|
2058
2057
|
},
|
|
2059
2058
|
{
|
|
2060
2059
|
"type": "divider"
|
|
2061
2060
|
},
|
|
2062
2061
|
{
|
|
2062
|
+
"cancelEvent": "CLOSE",
|
|
2063
|
+
"mode": "create",
|
|
2064
|
+
"submitEvent": "SAVE",
|
|
2065
|
+
"type": "form-section",
|
|
2063
2066
|
"fields": [
|
|
2064
2067
|
"symbol",
|
|
2065
2068
|
"side",
|
|
2066
2069
|
"quantity",
|
|
2067
2070
|
"price"
|
|
2068
|
-
]
|
|
2069
|
-
"cancelEvent": "CLOSE",
|
|
2070
|
-
"type": "form-section",
|
|
2071
|
-
"mode": "create",
|
|
2072
|
-
"submitEvent": "SAVE"
|
|
2071
|
+
]
|
|
2073
2072
|
}
|
|
2074
|
-
]
|
|
2073
|
+
],
|
|
2074
|
+
"direction": "vertical"
|
|
2075
2075
|
}
|
|
2076
2076
|
]
|
|
2077
2077
|
]
|
|
@@ -2326,22 +2326,22 @@
|
|
|
2326
2326
|
"render-ui",
|
|
2327
2327
|
"modal",
|
|
2328
2328
|
{
|
|
2329
|
-
"type": "stack",
|
|
2330
2329
|
"gap": "md",
|
|
2330
|
+
"direction": "vertical",
|
|
2331
2331
|
"children": [
|
|
2332
2332
|
{
|
|
2333
|
+
"direction": "horizontal",
|
|
2333
2334
|
"gap": "sm",
|
|
2334
2335
|
"type": "stack",
|
|
2335
|
-
"direction": "horizontal",
|
|
2336
2336
|
"children": [
|
|
2337
2337
|
{
|
|
2338
|
-
"
|
|
2339
|
-
"
|
|
2338
|
+
"type": "icon",
|
|
2339
|
+
"name": "edit"
|
|
2340
2340
|
},
|
|
2341
2341
|
{
|
|
2342
|
-
"
|
|
2342
|
+
"type": "typography",
|
|
2343
2343
|
"content": "Edit TradeOrder",
|
|
2344
|
-
"
|
|
2344
|
+
"variant": "h3"
|
|
2345
2345
|
}
|
|
2346
2346
|
]
|
|
2347
2347
|
},
|
|
@@ -2349,20 +2349,20 @@
|
|
|
2349
2349
|
"type": "divider"
|
|
2350
2350
|
},
|
|
2351
2351
|
{
|
|
2352
|
-
"entity": "@payload.row",
|
|
2353
|
-
"cancelEvent": "CLOSE",
|
|
2354
|
-
"mode": "edit",
|
|
2355
|
-
"type": "form-section",
|
|
2356
|
-
"submitEvent": "SAVE",
|
|
2357
2352
|
"fields": [
|
|
2358
2353
|
"symbol",
|
|
2359
2354
|
"side",
|
|
2360
2355
|
"quantity",
|
|
2361
2356
|
"price"
|
|
2362
|
-
]
|
|
2357
|
+
],
|
|
2358
|
+
"mode": "edit",
|
|
2359
|
+
"cancelEvent": "CLOSE",
|
|
2360
|
+
"type": "form-section",
|
|
2361
|
+
"submitEvent": "SAVE",
|
|
2362
|
+
"entity": "@payload.row"
|
|
2363
2363
|
}
|
|
2364
2364
|
],
|
|
2365
|
-
"
|
|
2365
|
+
"type": "stack"
|
|
2366
2366
|
}
|
|
2367
2367
|
]
|
|
2368
2368
|
]
|
|
@@ -2403,8 +2403,8 @@
|
|
|
2403
2403
|
"@payload.data",
|
|
2404
2404
|
{
|
|
2405
2405
|
"emit": {
|
|
2406
|
-
"
|
|
2407
|
-
"
|
|
2406
|
+
"failure": "TradeOrderUpdateFailed",
|
|
2407
|
+
"success": "TradeOrderUpdated"
|
|
2408
2408
|
}
|
|
2409
2409
|
}
|
|
2410
2410
|
],
|
|
@@ -2552,123 +2552,123 @@
|
|
|
2552
2552
|
"render-ui",
|
|
2553
2553
|
"modal",
|
|
2554
2554
|
{
|
|
2555
|
+
"direction": "vertical",
|
|
2556
|
+
"type": "stack",
|
|
2555
2557
|
"children": [
|
|
2556
2558
|
{
|
|
2557
|
-
"type": "stack",
|
|
2558
|
-
"direction": "horizontal",
|
|
2559
|
-
"gap": "sm",
|
|
2560
2559
|
"children": [
|
|
2561
2560
|
{
|
|
2562
2561
|
"type": "icon",
|
|
2563
2562
|
"name": "eye"
|
|
2564
2563
|
},
|
|
2565
2564
|
{
|
|
2566
|
-
"
|
|
2565
|
+
"variant": "h3",
|
|
2567
2566
|
"type": "typography",
|
|
2568
|
-
"
|
|
2567
|
+
"content": "@entity.symbol"
|
|
2569
2568
|
}
|
|
2570
2569
|
],
|
|
2570
|
+
"type": "stack",
|
|
2571
|
+
"gap": "sm",
|
|
2572
|
+
"direction": "horizontal",
|
|
2571
2573
|
"align": "center"
|
|
2572
2574
|
},
|
|
2573
2575
|
{
|
|
2574
2576
|
"type": "divider"
|
|
2575
2577
|
},
|
|
2576
2578
|
{
|
|
2577
|
-
"type": "stack",
|
|
2578
2579
|
"children": [
|
|
2579
2580
|
{
|
|
2581
|
+
"content": "Symbol",
|
|
2580
2582
|
"type": "typography",
|
|
2581
|
-
"variant": "caption"
|
|
2582
|
-
"content": "Symbol"
|
|
2583
|
+
"variant": "caption"
|
|
2583
2584
|
},
|
|
2584
2585
|
{
|
|
2585
|
-
"variant": "body",
|
|
2586
2586
|
"content": "@entity.symbol",
|
|
2587
|
-
"type": "typography"
|
|
2587
|
+
"type": "typography",
|
|
2588
|
+
"variant": "body"
|
|
2588
2589
|
}
|
|
2589
2590
|
],
|
|
2591
|
+
"gap": "md",
|
|
2590
2592
|
"direction": "horizontal",
|
|
2591
|
-
"
|
|
2593
|
+
"type": "stack"
|
|
2592
2594
|
},
|
|
2593
2595
|
{
|
|
2596
|
+
"direction": "horizontal",
|
|
2597
|
+
"type": "stack",
|
|
2598
|
+
"gap": "md",
|
|
2594
2599
|
"children": [
|
|
2595
2600
|
{
|
|
2596
|
-
"type": "typography",
|
|
2597
2601
|
"variant": "caption",
|
|
2602
|
+
"type": "typography",
|
|
2598
2603
|
"content": "Side"
|
|
2599
2604
|
},
|
|
2600
2605
|
{
|
|
2601
|
-
"
|
|
2606
|
+
"variant": "body",
|
|
2602
2607
|
"content": "@entity.side",
|
|
2603
|
-
"
|
|
2608
|
+
"type": "typography"
|
|
2604
2609
|
}
|
|
2605
|
-
]
|
|
2606
|
-
"direction": "horizontal",
|
|
2607
|
-
"gap": "md",
|
|
2608
|
-
"type": "stack"
|
|
2610
|
+
]
|
|
2609
2611
|
},
|
|
2610
2612
|
{
|
|
2611
|
-
"type": "stack",
|
|
2612
|
-
"gap": "md",
|
|
2613
2613
|
"direction": "horizontal",
|
|
2614
|
+
"gap": "md",
|
|
2614
2615
|
"children": [
|
|
2615
2616
|
{
|
|
2617
|
+
"type": "typography",
|
|
2616
2618
|
"variant": "caption",
|
|
2617
|
-
"content": "Quantity"
|
|
2618
|
-
"type": "typography"
|
|
2619
|
+
"content": "Quantity"
|
|
2619
2620
|
},
|
|
2620
2621
|
{
|
|
2621
|
-
"type": "typography",
|
|
2622
2622
|
"content": "@entity.quantity",
|
|
2623
|
+
"type": "typography",
|
|
2623
2624
|
"variant": "body"
|
|
2624
2625
|
}
|
|
2625
|
-
]
|
|
2626
|
+
],
|
|
2627
|
+
"type": "stack"
|
|
2626
2628
|
},
|
|
2627
2629
|
{
|
|
2630
|
+
"type": "stack",
|
|
2631
|
+
"gap": "md",
|
|
2632
|
+
"direction": "horizontal",
|
|
2628
2633
|
"children": [
|
|
2629
2634
|
{
|
|
2630
|
-
"type": "typography",
|
|
2631
2635
|
"variant": "caption",
|
|
2632
|
-
"content": "Price"
|
|
2636
|
+
"content": "Price",
|
|
2637
|
+
"type": "typography"
|
|
2633
2638
|
},
|
|
2634
2639
|
{
|
|
2640
|
+
"variant": "body",
|
|
2635
2641
|
"content": "@entity.price",
|
|
2636
|
-
"type": "typography"
|
|
2637
|
-
"variant": "body"
|
|
2642
|
+
"type": "typography"
|
|
2638
2643
|
}
|
|
2639
|
-
]
|
|
2640
|
-
"type": "stack",
|
|
2641
|
-
"gap": "md",
|
|
2642
|
-
"direction": "horizontal"
|
|
2644
|
+
]
|
|
2643
2645
|
},
|
|
2644
2646
|
{
|
|
2645
2647
|
"type": "divider"
|
|
2646
2648
|
},
|
|
2647
2649
|
{
|
|
2648
|
-
"direction": "horizontal",
|
|
2649
|
-
"justify": "end",
|
|
2650
2650
|
"gap": "sm",
|
|
2651
|
-
"type": "stack",
|
|
2652
2651
|
"children": [
|
|
2653
2652
|
{
|
|
2654
|
-
"
|
|
2653
|
+
"variant": "primary",
|
|
2655
2654
|
"type": "button",
|
|
2655
|
+
"label": "Edit",
|
|
2656
2656
|
"action": "EDIT",
|
|
2657
|
-
"icon": "edit"
|
|
2658
|
-
"variant": "primary"
|
|
2657
|
+
"icon": "edit"
|
|
2659
2658
|
},
|
|
2660
2659
|
{
|
|
2661
|
-
"type": "button",
|
|
2662
|
-
"label": "Close",
|
|
2663
2660
|
"action": "CLOSE",
|
|
2664
|
-
"variant": "ghost"
|
|
2661
|
+
"variant": "ghost",
|
|
2662
|
+
"label": "Close",
|
|
2663
|
+
"type": "button"
|
|
2665
2664
|
}
|
|
2666
|
-
]
|
|
2665
|
+
],
|
|
2666
|
+
"type": "stack",
|
|
2667
|
+
"direction": "horizontal",
|
|
2668
|
+
"justify": "end"
|
|
2667
2669
|
}
|
|
2668
2670
|
],
|
|
2669
|
-
"
|
|
2670
|
-
"gap": "md",
|
|
2671
|
-
"type": "stack"
|
|
2671
|
+
"gap": "md"
|
|
2672
2672
|
}
|
|
2673
2673
|
]
|
|
2674
2674
|
]
|
|
@@ -2897,8 +2897,8 @@
|
|
|
2897
2897
|
{
|
|
2898
2898
|
"id": "@payload.id",
|
|
2899
2899
|
"emit": {
|
|
2900
|
-
"
|
|
2901
|
-
"
|
|
2900
|
+
"failure": "TradeOrderLoadFailed",
|
|
2901
|
+
"success": "TradeOrderLoaded"
|
|
2902
2902
|
}
|
|
2903
2903
|
}
|
|
2904
2904
|
],
|
|
@@ -2908,20 +2908,20 @@
|
|
|
2908
2908
|
{
|
|
2909
2909
|
"children": [
|
|
2910
2910
|
{
|
|
2911
|
-
"
|
|
2912
|
-
"type": "stack",
|
|
2911
|
+
"gap": "sm",
|
|
2913
2912
|
"children": [
|
|
2914
2913
|
{
|
|
2915
|
-
"
|
|
2916
|
-
"
|
|
2914
|
+
"type": "icon",
|
|
2915
|
+
"name": "alert-triangle"
|
|
2917
2916
|
},
|
|
2918
2917
|
{
|
|
2919
2918
|
"variant": "h3",
|
|
2920
|
-
"
|
|
2921
|
-
"
|
|
2919
|
+
"content": "Delete TradeOrder",
|
|
2920
|
+
"type": "typography"
|
|
2922
2921
|
}
|
|
2923
2922
|
],
|
|
2924
|
-
"
|
|
2923
|
+
"direction": "horizontal",
|
|
2924
|
+
"type": "stack",
|
|
2925
2925
|
"align": "center"
|
|
2926
2926
|
},
|
|
2927
2927
|
{
|
|
@@ -2929,34 +2929,34 @@
|
|
|
2929
2929
|
},
|
|
2930
2930
|
{
|
|
2931
2931
|
"message": "This action cannot be undone.",
|
|
2932
|
-
"
|
|
2933
|
-
"
|
|
2932
|
+
"type": "alert",
|
|
2933
|
+
"variant": "error"
|
|
2934
2934
|
},
|
|
2935
2935
|
{
|
|
2936
|
-
"type": "stack",
|
|
2937
|
-
"direction": "horizontal",
|
|
2938
|
-
"justify": "end",
|
|
2939
2936
|
"children": [
|
|
2940
2937
|
{
|
|
2941
|
-
"label": "Cancel",
|
|
2942
|
-
"variant": "ghost",
|
|
2943
2938
|
"type": "button",
|
|
2944
|
-
"action": "CANCEL"
|
|
2939
|
+
"action": "CANCEL",
|
|
2940
|
+
"variant": "ghost",
|
|
2941
|
+
"label": "Cancel"
|
|
2945
2942
|
},
|
|
2946
2943
|
{
|
|
2947
|
-
"
|
|
2944
|
+
"label": "Delete",
|
|
2948
2945
|
"action": "CONFIRM_DELETE",
|
|
2949
2946
|
"variant": "danger",
|
|
2950
|
-
"
|
|
2951
|
-
"
|
|
2947
|
+
"type": "button",
|
|
2948
|
+
"icon": "check"
|
|
2952
2949
|
}
|
|
2953
2950
|
],
|
|
2951
|
+
"direction": "horizontal",
|
|
2952
|
+
"type": "stack",
|
|
2953
|
+
"justify": "end",
|
|
2954
2954
|
"gap": "sm"
|
|
2955
2955
|
}
|
|
2956
2956
|
],
|
|
2957
|
+
"gap": "md",
|
|
2957
2958
|
"type": "stack",
|
|
2958
|
-
"direction": "vertical"
|
|
2959
|
-
"gap": "md"
|
|
2959
|
+
"direction": "vertical"
|
|
2960
2960
|
}
|
|
2961
2961
|
]
|
|
2962
2962
|
]
|
|
@@ -2973,8 +2973,8 @@
|
|
|
2973
2973
|
"@entity.pendingId",
|
|
2974
2974
|
{
|
|
2975
2975
|
"emit": {
|
|
2976
|
-
"
|
|
2977
|
-
"
|
|
2976
|
+
"success": "TradeOrderDeleted",
|
|
2977
|
+
"failure": "TradeOrderDeleteFailed"
|
|
2978
2978
|
}
|
|
2979
2979
|
}
|
|
2980
2980
|
],
|
|
@@ -3280,14 +3280,35 @@
|
|
|
3280
3280
|
"main",
|
|
3281
3281
|
{
|
|
3282
3282
|
"appName": "Trading Dashboard",
|
|
3283
|
+
"navItems": [
|
|
3284
|
+
{
|
|
3285
|
+
"href": "/portfolio",
|
|
3286
|
+
"label": "Portfolio",
|
|
3287
|
+
"icon": "layout-list"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"href": "/orders",
|
|
3291
|
+
"label": "Orders",
|
|
3292
|
+
"icon": "clipboard-list"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"href": "/market",
|
|
3296
|
+
"label": "Market",
|
|
3297
|
+
"icon": "layout-list"
|
|
3298
|
+
}
|
|
3299
|
+
],
|
|
3300
|
+
"type": "dashboard-layout",
|
|
3283
3301
|
"children": [
|
|
3284
3302
|
{
|
|
3303
|
+
"align": "center",
|
|
3285
3304
|
"children": [
|
|
3286
3305
|
{
|
|
3306
|
+
"direction": "horizontal",
|
|
3307
|
+
"gap": "md",
|
|
3287
3308
|
"children": [
|
|
3288
3309
|
{
|
|
3289
|
-
"
|
|
3290
|
-
"
|
|
3310
|
+
"type": "icon",
|
|
3311
|
+
"name": "activity"
|
|
3291
3312
|
},
|
|
3292
3313
|
{
|
|
3293
3314
|
"type": "typography",
|
|
@@ -3295,50 +3316,29 @@
|
|
|
3295
3316
|
"variant": "h2"
|
|
3296
3317
|
}
|
|
3297
3318
|
],
|
|
3298
|
-
"
|
|
3299
|
-
"type": "stack"
|
|
3300
|
-
"gap": "md",
|
|
3301
|
-
"align": "center"
|
|
3319
|
+
"align": "center",
|
|
3320
|
+
"type": "stack"
|
|
3302
3321
|
},
|
|
3303
3322
|
{
|
|
3304
3323
|
"type": "divider"
|
|
3305
3324
|
},
|
|
3306
3325
|
{
|
|
3307
3326
|
"content": "Ready to start marketfeed operation.",
|
|
3308
|
-
"color": "muted",
|
|
3309
3327
|
"type": "typography",
|
|
3328
|
+
"color": "muted",
|
|
3310
3329
|
"variant": "body"
|
|
3311
3330
|
},
|
|
3312
3331
|
{
|
|
3313
|
-
"icon": "play",
|
|
3314
|
-
"label": "Start",
|
|
3315
3332
|
"type": "button",
|
|
3316
3333
|
"action": "START",
|
|
3334
|
+
"icon": "play",
|
|
3335
|
+
"label": "Start",
|
|
3317
3336
|
"variant": "primary"
|
|
3318
3337
|
}
|
|
3319
3338
|
],
|
|
3320
|
-
"direction": "vertical",
|
|
3321
|
-
"gap": "lg",
|
|
3322
3339
|
"type": "stack",
|
|
3323
|
-
"
|
|
3324
|
-
|
|
3325
|
-
],
|
|
3326
|
-
"type": "dashboard-layout",
|
|
3327
|
-
"navItems": [
|
|
3328
|
-
{
|
|
3329
|
-
"href": "/portfolio",
|
|
3330
|
-
"icon": "layout-list",
|
|
3331
|
-
"label": "Portfolio"
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"label": "Orders",
|
|
3335
|
-
"icon": "clipboard-list",
|
|
3336
|
-
"href": "/orders"
|
|
3337
|
-
},
|
|
3338
|
-
{
|
|
3339
|
-
"icon": "layout-list",
|
|
3340
|
-
"href": "/market",
|
|
3341
|
-
"label": "Market"
|
|
3340
|
+
"gap": "lg",
|
|
3341
|
+
"direction": "vertical"
|
|
3342
3342
|
}
|
|
3343
3343
|
]
|
|
3344
3344
|
}
|
|
@@ -3355,6 +3355,26 @@
|
|
|
3355
3355
|
"main",
|
|
3356
3356
|
{
|
|
3357
3357
|
"type": "dashboard-layout",
|
|
3358
|
+
"appName": "Trading Dashboard",
|
|
3359
|
+
"children": [
|
|
3360
|
+
{
|
|
3361
|
+
"align": "center",
|
|
3362
|
+
"direction": "vertical",
|
|
3363
|
+
"children": [
|
|
3364
|
+
{
|
|
3365
|
+
"type": "loading-state",
|
|
3366
|
+
"message": "Processing marketfeed...",
|
|
3367
|
+
"title": "Connecting to market feed..."
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"type": "skeleton",
|
|
3371
|
+
"variant": "text"
|
|
3372
|
+
}
|
|
3373
|
+
],
|
|
3374
|
+
"type": "stack",
|
|
3375
|
+
"gap": "lg"
|
|
3376
|
+
}
|
|
3377
|
+
],
|
|
3358
3378
|
"navItems": [
|
|
3359
3379
|
{
|
|
3360
3380
|
"label": "Portfolio",
|
|
@@ -3362,36 +3382,16 @@
|
|
|
3362
3382
|
"href": "/portfolio"
|
|
3363
3383
|
},
|
|
3364
3384
|
{
|
|
3365
|
-
"icon": "clipboard-list",
|
|
3366
3385
|
"label": "Orders",
|
|
3386
|
+
"icon": "clipboard-list",
|
|
3367
3387
|
"href": "/orders"
|
|
3368
3388
|
},
|
|
3369
3389
|
{
|
|
3370
|
-
"
|
|
3390
|
+
"icon": "layout-list",
|
|
3371
3391
|
"href": "/market",
|
|
3372
|
-
"
|
|
3373
|
-
}
|
|
3374
|
-
],
|
|
3375
|
-
"children": [
|
|
3376
|
-
{
|
|
3377
|
-
"direction": "vertical",
|
|
3378
|
-
"type": "stack",
|
|
3379
|
-
"children": [
|
|
3380
|
-
{
|
|
3381
|
-
"type": "loading-state",
|
|
3382
|
-
"title": "Connecting to market feed...",
|
|
3383
|
-
"message": "Processing marketfeed..."
|
|
3384
|
-
},
|
|
3385
|
-
{
|
|
3386
|
-
"variant": "text",
|
|
3387
|
-
"type": "skeleton"
|
|
3388
|
-
}
|
|
3389
|
-
],
|
|
3390
|
-
"gap": "lg",
|
|
3391
|
-
"align": "center"
|
|
3392
|
+
"label": "Market"
|
|
3392
3393
|
}
|
|
3393
|
-
]
|
|
3394
|
-
"appName": "Trading Dashboard"
|
|
3394
|
+
]
|
|
3395
3395
|
}
|
|
3396
3396
|
]
|
|
3397
3397
|
]
|
|
@@ -3417,57 +3417,57 @@
|
|
|
3417
3417
|
"render-ui",
|
|
3418
3418
|
"main",
|
|
3419
3419
|
{
|
|
3420
|
-
"type": "dashboard-layout",
|
|
3421
3420
|
"appName": "Trading Dashboard",
|
|
3422
|
-
"navItems": [
|
|
3423
|
-
{
|
|
3424
|
-
"href": "/portfolio",
|
|
3425
|
-
"icon": "layout-list",
|
|
3426
|
-
"label": "Portfolio"
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"href": "/orders",
|
|
3430
|
-
"icon": "clipboard-list",
|
|
3431
|
-
"label": "Orders"
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"href": "/market",
|
|
3435
|
-
"icon": "layout-list",
|
|
3436
|
-
"label": "Market"
|
|
3437
|
-
}
|
|
3438
|
-
],
|
|
3439
3421
|
"children": [
|
|
3440
3422
|
{
|
|
3441
|
-
"
|
|
3423
|
+
"direction": "vertical",
|
|
3424
|
+
"type": "stack",
|
|
3442
3425
|
"children": [
|
|
3443
3426
|
{
|
|
3444
3427
|
"name": "check-circle",
|
|
3445
3428
|
"type": "icon"
|
|
3446
3429
|
},
|
|
3447
3430
|
{
|
|
3448
|
-
"message": "Market feed connected.",
|
|
3449
3431
|
"variant": "success",
|
|
3432
|
+
"message": "Market feed connected.",
|
|
3450
3433
|
"type": "alert"
|
|
3451
3434
|
},
|
|
3452
3435
|
{
|
|
3453
|
-
"gap": "sm",
|
|
3454
3436
|
"direction": "horizontal",
|
|
3437
|
+
"gap": "sm",
|
|
3455
3438
|
"justify": "center",
|
|
3456
|
-
"type": "stack",
|
|
3457
3439
|
"children": [
|
|
3458
3440
|
{
|
|
3441
|
+
"label": "Reset",
|
|
3459
3442
|
"action": "RESET",
|
|
3460
3443
|
"type": "button",
|
|
3461
3444
|
"icon": "rotate-ccw",
|
|
3462
|
-
"variant": "ghost"
|
|
3463
|
-
"label": "Reset"
|
|
3445
|
+
"variant": "ghost"
|
|
3464
3446
|
}
|
|
3465
|
-
]
|
|
3447
|
+
],
|
|
3448
|
+
"type": "stack"
|
|
3466
3449
|
}
|
|
3467
3450
|
],
|
|
3468
|
-
"direction": "vertical",
|
|
3469
3451
|
"gap": "lg",
|
|
3470
|
-
"
|
|
3452
|
+
"align": "center"
|
|
3453
|
+
}
|
|
3454
|
+
],
|
|
3455
|
+
"type": "dashboard-layout",
|
|
3456
|
+
"navItems": [
|
|
3457
|
+
{
|
|
3458
|
+
"icon": "layout-list",
|
|
3459
|
+
"href": "/portfolio",
|
|
3460
|
+
"label": "Portfolio"
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"href": "/orders",
|
|
3464
|
+
"icon": "clipboard-list",
|
|
3465
|
+
"label": "Orders"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"icon": "layout-list",
|
|
3469
|
+
"href": "/market",
|
|
3470
|
+
"label": "Market"
|
|
3471
3471
|
}
|
|
3472
3472
|
]
|
|
3473
3473
|
}
|
|
@@ -3483,17 +3483,16 @@
|
|
|
3483
3483
|
"render-ui",
|
|
3484
3484
|
"main",
|
|
3485
3485
|
{
|
|
3486
|
-
"type": "dashboard-layout",
|
|
3487
3486
|
"navItems": [
|
|
3488
3487
|
{
|
|
3489
|
-
"label": "Portfolio",
|
|
3490
3488
|
"href": "/portfolio",
|
|
3491
|
-
"icon": "layout-list"
|
|
3489
|
+
"icon": "layout-list",
|
|
3490
|
+
"label": "Portfolio"
|
|
3492
3491
|
},
|
|
3493
3492
|
{
|
|
3494
|
-
"
|
|
3493
|
+
"icon": "clipboard-list",
|
|
3495
3494
|
"href": "/orders",
|
|
3496
|
-
"
|
|
3495
|
+
"label": "Orders"
|
|
3497
3496
|
},
|
|
3498
3497
|
{
|
|
3499
3498
|
"label": "Market",
|
|
@@ -3501,45 +3500,46 @@
|
|
|
3501
3500
|
"icon": "layout-list"
|
|
3502
3501
|
}
|
|
3503
3502
|
],
|
|
3503
|
+
"type": "dashboard-layout",
|
|
3504
|
+
"appName": "Trading Dashboard",
|
|
3504
3505
|
"children": [
|
|
3505
3506
|
{
|
|
3506
3507
|
"direction": "vertical",
|
|
3507
3508
|
"gap": "lg",
|
|
3508
3509
|
"children": [
|
|
3509
3510
|
{
|
|
3510
|
-
"message": "Market feed disconnected.",
|
|
3511
|
-
"type": "error-state",
|
|
3512
3511
|
"title": "Operation Failed",
|
|
3512
|
+
"type": "error-state",
|
|
3513
|
+
"message": "Market feed disconnected.",
|
|
3513
3514
|
"onRetry": "RETRY"
|
|
3514
3515
|
},
|
|
3515
3516
|
{
|
|
3516
|
-
"
|
|
3517
|
+
"justify": "center",
|
|
3517
3518
|
"gap": "sm",
|
|
3518
|
-
"
|
|
3519
|
+
"direction": "horizontal",
|
|
3519
3520
|
"children": [
|
|
3520
3521
|
{
|
|
3521
|
-
"variant": "primary",
|
|
3522
|
-
"action": "RETRY",
|
|
3523
3522
|
"type": "button",
|
|
3524
3523
|
"icon": "refresh-cw",
|
|
3525
|
-
"
|
|
3524
|
+
"action": "RETRY",
|
|
3525
|
+
"label": "Retry",
|
|
3526
|
+
"variant": "primary"
|
|
3526
3527
|
},
|
|
3527
3528
|
{
|
|
3528
3529
|
"type": "button",
|
|
3529
|
-
"variant": "ghost",
|
|
3530
|
-
"action": "RESET",
|
|
3531
3530
|
"icon": "rotate-ccw",
|
|
3532
|
-
"
|
|
3531
|
+
"action": "RESET",
|
|
3532
|
+
"label": "Reset",
|
|
3533
|
+
"variant": "ghost"
|
|
3533
3534
|
}
|
|
3534
3535
|
],
|
|
3535
|
-
"
|
|
3536
|
+
"type": "stack"
|
|
3536
3537
|
}
|
|
3537
3538
|
],
|
|
3538
|
-
"
|
|
3539
|
-
"
|
|
3539
|
+
"type": "stack",
|
|
3540
|
+
"align": "center"
|
|
3540
3541
|
}
|
|
3541
|
-
]
|
|
3542
|
-
"appName": "Trading Dashboard"
|
|
3542
|
+
]
|
|
3543
3543
|
}
|
|
3544
3544
|
]
|
|
3545
3545
|
]
|
|
@@ -3555,65 +3555,65 @@
|
|
|
3555
3555
|
{
|
|
3556
3556
|
"type": "dashboard-layout",
|
|
3557
3557
|
"appName": "Trading Dashboard",
|
|
3558
|
+
"navItems": [
|
|
3559
|
+
{
|
|
3560
|
+
"label": "Portfolio",
|
|
3561
|
+
"href": "/portfolio",
|
|
3562
|
+
"icon": "layout-list"
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"icon": "clipboard-list",
|
|
3566
|
+
"label": "Orders",
|
|
3567
|
+
"href": "/orders"
|
|
3568
|
+
},
|
|
3569
|
+
{
|
|
3570
|
+
"icon": "layout-list",
|
|
3571
|
+
"label": "Market",
|
|
3572
|
+
"href": "/market"
|
|
3573
|
+
}
|
|
3574
|
+
],
|
|
3558
3575
|
"children": [
|
|
3559
3576
|
{
|
|
3560
3577
|
"direction": "vertical",
|
|
3561
3578
|
"gap": "lg",
|
|
3562
|
-
"type": "stack",
|
|
3563
3579
|
"align": "center",
|
|
3580
|
+
"type": "stack",
|
|
3564
3581
|
"children": [
|
|
3565
3582
|
{
|
|
3583
|
+
"type": "stack",
|
|
3584
|
+
"direction": "horizontal",
|
|
3585
|
+
"align": "center",
|
|
3586
|
+
"gap": "md",
|
|
3566
3587
|
"children": [
|
|
3567
3588
|
{
|
|
3568
|
-
"
|
|
3569
|
-
"
|
|
3589
|
+
"name": "activity",
|
|
3590
|
+
"type": "icon"
|
|
3570
3591
|
},
|
|
3571
3592
|
{
|
|
3572
|
-
"content": "MarketFeed",
|
|
3573
3593
|
"type": "typography",
|
|
3574
|
-
"variant": "h2"
|
|
3594
|
+
"variant": "h2",
|
|
3595
|
+
"content": "MarketFeed"
|
|
3575
3596
|
}
|
|
3576
|
-
]
|
|
3577
|
-
"gap": "md",
|
|
3578
|
-
"direction": "horizontal",
|
|
3579
|
-
"type": "stack",
|
|
3580
|
-
"align": "center"
|
|
3597
|
+
]
|
|
3581
3598
|
},
|
|
3582
3599
|
{
|
|
3583
3600
|
"type": "divider"
|
|
3584
3601
|
},
|
|
3585
3602
|
{
|
|
3586
|
-
"
|
|
3587
|
-
"content": "Ready to start marketfeed operation.",
|
|
3603
|
+
"variant": "body",
|
|
3588
3604
|
"type": "typography",
|
|
3589
|
-
"
|
|
3605
|
+
"content": "Ready to start marketfeed operation.",
|
|
3606
|
+
"color": "muted"
|
|
3590
3607
|
},
|
|
3591
3608
|
{
|
|
3592
|
-
"
|
|
3609
|
+
"variant": "primary",
|
|
3593
3610
|
"action": "START",
|
|
3611
|
+
"label": "Start",
|
|
3594
3612
|
"type": "button",
|
|
3595
|
-
"
|
|
3596
|
-
"label": "Start"
|
|
3613
|
+
"icon": "play"
|
|
3597
3614
|
}
|
|
3598
3615
|
]
|
|
3599
3616
|
}
|
|
3600
|
-
],
|
|
3601
|
-
"navItems": [
|
|
3602
|
-
{
|
|
3603
|
-
"href": "/portfolio",
|
|
3604
|
-
"label": "Portfolio",
|
|
3605
|
-
"icon": "layout-list"
|
|
3606
|
-
},
|
|
3607
|
-
{
|
|
3608
|
-
"icon": "clipboard-list",
|
|
3609
|
-
"href": "/orders",
|
|
3610
|
-
"label": "Orders"
|
|
3611
|
-
},
|
|
3612
|
-
{
|
|
3613
|
-
"icon": "layout-list",
|
|
3614
|
-
"label": "Market",
|
|
3615
|
-
"href": "/market"
|
|
3616
|
-
}
|
|
3617
3617
|
]
|
|
3618
3618
|
}
|
|
3619
3619
|
]
|
|
@@ -3628,67 +3628,67 @@
|
|
|
3628
3628
|
"render-ui",
|
|
3629
3629
|
"main",
|
|
3630
3630
|
{
|
|
3631
|
-
"
|
|
3631
|
+
"navItems": [
|
|
3632
|
+
{
|
|
3633
|
+
"label": "Portfolio",
|
|
3634
|
+
"href": "/portfolio",
|
|
3635
|
+
"icon": "layout-list"
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"label": "Orders",
|
|
3639
|
+
"href": "/orders",
|
|
3640
|
+
"icon": "clipboard-list"
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"icon": "layout-list",
|
|
3644
|
+
"href": "/market",
|
|
3645
|
+
"label": "Market"
|
|
3646
|
+
}
|
|
3647
|
+
],
|
|
3632
3648
|
"appName": "Trading Dashboard",
|
|
3649
|
+
"type": "dashboard-layout",
|
|
3633
3650
|
"children": [
|
|
3634
3651
|
{
|
|
3635
|
-
"direction": "vertical",
|
|
3636
|
-
"gap": "lg",
|
|
3637
3652
|
"type": "stack",
|
|
3653
|
+
"direction": "vertical",
|
|
3638
3654
|
"align": "center",
|
|
3655
|
+
"gap": "lg",
|
|
3639
3656
|
"children": [
|
|
3640
3657
|
{
|
|
3658
|
+
"gap": "md",
|
|
3641
3659
|
"type": "stack",
|
|
3642
|
-
"align": "center",
|
|
3643
3660
|
"children": [
|
|
3644
3661
|
{
|
|
3645
|
-
"
|
|
3646
|
-
"
|
|
3662
|
+
"type": "icon",
|
|
3663
|
+
"name": "activity"
|
|
3647
3664
|
},
|
|
3648
3665
|
{
|
|
3649
|
-
"variant": "h2",
|
|
3650
3666
|
"type": "typography",
|
|
3667
|
+
"variant": "h2",
|
|
3651
3668
|
"content": "MarketFeed"
|
|
3652
3669
|
}
|
|
3653
3670
|
],
|
|
3654
3671
|
"direction": "horizontal",
|
|
3655
|
-
"
|
|
3672
|
+
"align": "center"
|
|
3656
3673
|
},
|
|
3657
3674
|
{
|
|
3658
3675
|
"type": "divider"
|
|
3659
3676
|
},
|
|
3660
3677
|
{
|
|
3661
|
-
"variant": "body",
|
|
3662
3678
|
"color": "muted",
|
|
3663
3679
|
"content": "Ready to start marketfeed operation.",
|
|
3664
|
-
"type": "typography"
|
|
3680
|
+
"type": "typography",
|
|
3681
|
+
"variant": "body"
|
|
3665
3682
|
},
|
|
3666
3683
|
{
|
|
3667
|
-
"
|
|
3684
|
+
"action": "START",
|
|
3668
3685
|
"icon": "play",
|
|
3669
|
-
"variant": "primary",
|
|
3670
3686
|
"label": "Start",
|
|
3671
|
-
"
|
|
3687
|
+
"type": "button",
|
|
3688
|
+
"variant": "primary"
|
|
3672
3689
|
}
|
|
3673
3690
|
]
|
|
3674
3691
|
}
|
|
3675
|
-
],
|
|
3676
|
-
"navItems": [
|
|
3677
|
-
{
|
|
3678
|
-
"icon": "layout-list",
|
|
3679
|
-
"href": "/portfolio",
|
|
3680
|
-
"label": "Portfolio"
|
|
3681
|
-
},
|
|
3682
|
-
{
|
|
3683
|
-
"label": "Orders",
|
|
3684
|
-
"href": "/orders",
|
|
3685
|
-
"icon": "clipboard-list"
|
|
3686
|
-
},
|
|
3687
|
-
{
|
|
3688
|
-
"label": "Market",
|
|
3689
|
-
"icon": "layout-list",
|
|
3690
|
-
"href": "/market"
|
|
3691
|
-
}
|
|
3692
3692
|
]
|
|
3693
3693
|
}
|
|
3694
3694
|
]
|
|
@@ -3704,43 +3704,43 @@
|
|
|
3704
3704
|
"main",
|
|
3705
3705
|
{
|
|
3706
3706
|
"type": "dashboard-layout",
|
|
3707
|
-
"navItems": [
|
|
3708
|
-
{
|
|
3709
|
-
"icon": "layout-list",
|
|
3710
|
-
"label": "Portfolio",
|
|
3711
|
-
"href": "/portfolio"
|
|
3712
|
-
},
|
|
3713
|
-
{
|
|
3714
|
-
"label": "Orders",
|
|
3715
|
-
"href": "/orders",
|
|
3716
|
-
"icon": "clipboard-list"
|
|
3717
|
-
},
|
|
3718
|
-
{
|
|
3719
|
-
"label": "Market",
|
|
3720
|
-
"href": "/market",
|
|
3721
|
-
"icon": "layout-list"
|
|
3722
|
-
}
|
|
3723
|
-
],
|
|
3724
|
-
"appName": "Trading Dashboard",
|
|
3725
3707
|
"children": [
|
|
3726
3708
|
{
|
|
3727
3709
|
"align": "center",
|
|
3728
|
-
"type": "stack",
|
|
3729
3710
|
"gap": "lg",
|
|
3711
|
+
"direction": "vertical",
|
|
3730
3712
|
"children": [
|
|
3731
3713
|
{
|
|
3732
3714
|
"message": "Processing marketfeed...",
|
|
3733
|
-
"
|
|
3734
|
-
"
|
|
3715
|
+
"type": "loading-state",
|
|
3716
|
+
"title": "Connecting to market feed..."
|
|
3735
3717
|
},
|
|
3736
3718
|
{
|
|
3737
3719
|
"type": "skeleton",
|
|
3738
3720
|
"variant": "text"
|
|
3739
3721
|
}
|
|
3740
3722
|
],
|
|
3741
|
-
"
|
|
3723
|
+
"type": "stack"
|
|
3742
3724
|
}
|
|
3743
|
-
]
|
|
3725
|
+
],
|
|
3726
|
+
"navItems": [
|
|
3727
|
+
{
|
|
3728
|
+
"icon": "layout-list",
|
|
3729
|
+
"href": "/portfolio",
|
|
3730
|
+
"label": "Portfolio"
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"label": "Orders",
|
|
3734
|
+
"href": "/orders",
|
|
3735
|
+
"icon": "clipboard-list"
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"href": "/market",
|
|
3739
|
+
"icon": "layout-list",
|
|
3740
|
+
"label": "Market"
|
|
3741
|
+
}
|
|
3742
|
+
],
|
|
3743
|
+
"appName": "Trading Dashboard"
|
|
3744
3744
|
}
|
|
3745
3745
|
]
|
|
3746
3746
|
]
|
|
@@ -3763,4 +3763,4 @@
|
|
|
3763
3763
|
]
|
|
3764
3764
|
}
|
|
3765
3765
|
]
|
|
3766
|
-
}
|
|
3766
|
+
}
|