@almadar/std 10.0.0 → 11.0.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -333,8 +333,8 @@
|
|
|
333
333
|
"ChatMessage",
|
|
334
334
|
{
|
|
335
335
|
"emit": {
|
|
336
|
-
"
|
|
337
|
-
"
|
|
336
|
+
"success": "ChatMessageLoaded",
|
|
337
|
+
"failure": "ChatMessageLoadFailed"
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
],
|
|
@@ -342,22 +342,22 @@
|
|
|
342
342
|
"render-ui",
|
|
343
343
|
"main",
|
|
344
344
|
{
|
|
345
|
+
"gap": "md",
|
|
346
|
+
"align": "center",
|
|
347
|
+
"type": "stack",
|
|
345
348
|
"className": "py-12",
|
|
346
|
-
"direction": "vertical",
|
|
347
349
|
"children": [
|
|
348
350
|
{
|
|
349
351
|
"type": "spinner"
|
|
350
352
|
},
|
|
351
353
|
{
|
|
352
|
-
"color": "muted",
|
|
353
354
|
"type": "typography",
|
|
354
355
|
"variant": "caption",
|
|
356
|
+
"color": "muted",
|
|
355
357
|
"content": "Loading…"
|
|
356
358
|
}
|
|
357
359
|
],
|
|
358
|
-
"
|
|
359
|
-
"align": "center",
|
|
360
|
-
"type": "stack"
|
|
360
|
+
"direction": "vertical"
|
|
361
361
|
}
|
|
362
362
|
]
|
|
363
363
|
]
|
|
@@ -371,65 +371,48 @@
|
|
|
371
371
|
"render-ui",
|
|
372
372
|
"main",
|
|
373
373
|
{
|
|
374
|
-
"appName": "Realtime Chat",
|
|
375
374
|
"type": "dashboard-layout",
|
|
376
|
-
"navItems": [
|
|
377
|
-
{
|
|
378
|
-
"icon": "layout-list",
|
|
379
|
-
"label": "Chat",
|
|
380
|
-
"href": "/chat"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"href": "/channels",
|
|
384
|
-
"label": "Channels",
|
|
385
|
-
"icon": "hash"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"href": "/online",
|
|
389
|
-
"icon": "layout-list",
|
|
390
|
-
"label": "Online"
|
|
391
|
-
}
|
|
392
|
-
],
|
|
393
375
|
"children": [
|
|
394
376
|
{
|
|
377
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
395
378
|
"children": [
|
|
396
379
|
{
|
|
380
|
+
"direction": "horizontal",
|
|
381
|
+
"gap": "md",
|
|
397
382
|
"type": "stack",
|
|
398
383
|
"justify": "between",
|
|
399
|
-
"gap": "md",
|
|
400
|
-
"direction": "horizontal",
|
|
401
384
|
"align": "center",
|
|
402
385
|
"children": [
|
|
403
386
|
{
|
|
404
|
-
"direction": "horizontal",
|
|
405
387
|
"children": [
|
|
406
388
|
{
|
|
407
389
|
"type": "icon",
|
|
408
390
|
"name": "message-circle"
|
|
409
391
|
},
|
|
410
392
|
{
|
|
411
|
-
"
|
|
393
|
+
"variant": "h2",
|
|
412
394
|
"type": "typography",
|
|
413
|
-
"
|
|
395
|
+
"content": "Chat"
|
|
414
396
|
}
|
|
415
397
|
],
|
|
416
|
-
"gap": "sm",
|
|
417
398
|
"type": "stack",
|
|
399
|
+
"direction": "horizontal",
|
|
400
|
+
"gap": "sm",
|
|
418
401
|
"align": "center"
|
|
419
402
|
},
|
|
420
403
|
{
|
|
421
404
|
"direction": "horizontal",
|
|
405
|
+
"gap": "sm",
|
|
406
|
+
"type": "stack",
|
|
422
407
|
"children": [
|
|
423
408
|
{
|
|
424
|
-
"label": "Compose",
|
|
425
409
|
"action": "COMPOSE",
|
|
410
|
+
"icon": "edit",
|
|
411
|
+
"label": "Compose",
|
|
426
412
|
"variant": "primary",
|
|
427
|
-
"type": "button"
|
|
428
|
-
"icon": "edit"
|
|
413
|
+
"type": "button"
|
|
429
414
|
}
|
|
430
|
-
]
|
|
431
|
-
"type": "stack",
|
|
432
|
-
"gap": "sm"
|
|
415
|
+
]
|
|
433
416
|
}
|
|
434
417
|
]
|
|
435
418
|
},
|
|
@@ -437,40 +420,57 @@
|
|
|
437
420
|
"type": "divider"
|
|
438
421
|
},
|
|
439
422
|
{
|
|
440
|
-
"
|
|
441
|
-
"type": "data-list",
|
|
442
|
-
"variant": "message",
|
|
423
|
+
"gap": "sm",
|
|
443
424
|
"columns": [
|
|
444
425
|
{
|
|
445
|
-
"
|
|
446
|
-
"
|
|
426
|
+
"variant": "h4",
|
|
427
|
+
"name": "sender"
|
|
447
428
|
},
|
|
448
429
|
{
|
|
449
430
|
"variant": "body",
|
|
450
431
|
"name": "content"
|
|
451
432
|
},
|
|
452
433
|
{
|
|
434
|
+
"format": "date",
|
|
453
435
|
"name": "timestamp",
|
|
454
|
-
"variant": "caption"
|
|
455
|
-
"format": "date"
|
|
436
|
+
"variant": "caption"
|
|
456
437
|
}
|
|
457
438
|
],
|
|
439
|
+
"senderField": "sender",
|
|
440
|
+
"type": "data-list",
|
|
441
|
+
"fields": [],
|
|
458
442
|
"itemActions": [
|
|
459
443
|
{
|
|
444
|
+
"label": "View",
|
|
460
445
|
"event": "VIEW",
|
|
461
|
-
"variant": "ghost"
|
|
462
|
-
"label": "View"
|
|
446
|
+
"variant": "ghost"
|
|
463
447
|
}
|
|
464
448
|
],
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"entity": "@payload.data"
|
|
449
|
+
"entity": "@payload.data",
|
|
450
|
+
"variant": "message"
|
|
468
451
|
}
|
|
469
452
|
],
|
|
470
453
|
"type": "stack",
|
|
471
|
-
"
|
|
472
|
-
"gap": "lg"
|
|
473
|
-
|
|
454
|
+
"direction": "vertical",
|
|
455
|
+
"gap": "lg"
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"appName": "Realtime Chat",
|
|
459
|
+
"navItems": [
|
|
460
|
+
{
|
|
461
|
+
"label": "Chat",
|
|
462
|
+
"href": "/chat",
|
|
463
|
+
"icon": "layout-list"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"href": "/channels",
|
|
467
|
+
"label": "Channels",
|
|
468
|
+
"icon": "hash"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"icon": "layout-list",
|
|
472
|
+
"label": "Online",
|
|
473
|
+
"href": "/online"
|
|
474
474
|
}
|
|
475
475
|
]
|
|
476
476
|
}
|
|
@@ -486,8 +486,6 @@
|
|
|
486
486
|
"render-ui",
|
|
487
487
|
"main",
|
|
488
488
|
{
|
|
489
|
-
"gap": "md",
|
|
490
|
-
"className": "py-12",
|
|
491
489
|
"children": [
|
|
492
490
|
{
|
|
493
491
|
"type": "icon",
|
|
@@ -500,22 +498,24 @@
|
|
|
500
498
|
"variant": "h3"
|
|
501
499
|
},
|
|
502
500
|
{
|
|
503
|
-
"
|
|
504
|
-
"color": "muted",
|
|
501
|
+
"type": "typography",
|
|
505
502
|
"content": "@payload.error",
|
|
506
|
-
"
|
|
503
|
+
"variant": "body",
|
|
504
|
+
"color": "muted"
|
|
507
505
|
},
|
|
508
506
|
{
|
|
509
|
-
"type": "button",
|
|
510
507
|
"label": "Retry",
|
|
511
|
-
"
|
|
508
|
+
"type": "button",
|
|
509
|
+
"variant": "primary",
|
|
512
510
|
"icon": "rotate-ccw",
|
|
513
|
-
"
|
|
511
|
+
"action": "INIT"
|
|
514
512
|
}
|
|
515
513
|
],
|
|
516
514
|
"type": "stack",
|
|
517
515
|
"direction": "vertical",
|
|
518
|
-
"
|
|
516
|
+
"gap": "md",
|
|
517
|
+
"align": "center",
|
|
518
|
+
"className": "py-12"
|
|
519
519
|
}
|
|
520
520
|
]
|
|
521
521
|
]
|
|
@@ -673,8 +673,14 @@
|
|
|
673
673
|
"event": "INIT",
|
|
674
674
|
"effects": [
|
|
675
675
|
[
|
|
676
|
-
"
|
|
677
|
-
"ChatMessage"
|
|
676
|
+
"fetch",
|
|
677
|
+
"ChatMessage",
|
|
678
|
+
{
|
|
679
|
+
"emit": {
|
|
680
|
+
"failure": "ChatMessageLoadFailed",
|
|
681
|
+
"success": "ChatMessageLoaded"
|
|
682
|
+
}
|
|
683
|
+
}
|
|
678
684
|
]
|
|
679
685
|
]
|
|
680
686
|
},
|
|
@@ -690,9 +696,6 @@
|
|
|
690
696
|
"direction": "vertical",
|
|
691
697
|
"children": [
|
|
692
698
|
{
|
|
693
|
-
"direction": "horizontal",
|
|
694
|
-
"gap": "sm",
|
|
695
|
-
"type": "stack",
|
|
696
699
|
"children": [
|
|
697
700
|
{
|
|
698
701
|
"name": "edit",
|
|
@@ -700,24 +703,27 @@
|
|
|
700
703
|
},
|
|
701
704
|
{
|
|
702
705
|
"type": "typography",
|
|
703
|
-
"
|
|
704
|
-
"
|
|
706
|
+
"content": "New ChatMessage",
|
|
707
|
+
"variant": "h3"
|
|
705
708
|
}
|
|
706
|
-
]
|
|
709
|
+
],
|
|
710
|
+
"direction": "horizontal",
|
|
711
|
+
"gap": "sm",
|
|
712
|
+
"type": "stack"
|
|
707
713
|
},
|
|
708
714
|
{
|
|
709
715
|
"type": "divider"
|
|
710
716
|
},
|
|
711
717
|
{
|
|
712
|
-
"submitEvent": "SEND",
|
|
713
|
-
"type": "form-section",
|
|
714
|
-
"mode": "create",
|
|
715
718
|
"fields": [
|
|
716
719
|
"sender",
|
|
717
720
|
"content",
|
|
718
721
|
"channel",
|
|
719
722
|
"timestamp"
|
|
720
723
|
],
|
|
724
|
+
"type": "form-section",
|
|
725
|
+
"mode": "create",
|
|
726
|
+
"submitEvent": "SEND",
|
|
721
727
|
"cancelEvent": "CLOSE"
|
|
722
728
|
}
|
|
723
729
|
],
|
|
@@ -891,8 +897,14 @@
|
|
|
891
897
|
"event": "INIT",
|
|
892
898
|
"effects": [
|
|
893
899
|
[
|
|
894
|
-
"
|
|
895
|
-
"ChatMessage"
|
|
900
|
+
"fetch",
|
|
901
|
+
"ChatMessage",
|
|
902
|
+
{
|
|
903
|
+
"emit": {
|
|
904
|
+
"success": "ChatMessageLoaded",
|
|
905
|
+
"failure": "ChatMessageLoadFailed"
|
|
906
|
+
}
|
|
907
|
+
}
|
|
896
908
|
]
|
|
897
909
|
]
|
|
898
910
|
},
|
|
@@ -905,35 +917,33 @@
|
|
|
905
917
|
"fetch",
|
|
906
918
|
"ChatMessage",
|
|
907
919
|
{
|
|
908
|
-
"id": "@payload.id",
|
|
909
920
|
"emit": {
|
|
910
921
|
"success": "ChatMessageLoaded",
|
|
911
922
|
"failure": "ChatMessageLoadFailed"
|
|
912
|
-
}
|
|
923
|
+
},
|
|
924
|
+
"id": "@payload.id"
|
|
913
925
|
}
|
|
914
926
|
],
|
|
915
927
|
[
|
|
916
928
|
"render-ui",
|
|
917
929
|
"modal",
|
|
918
930
|
{
|
|
919
|
-
"direction": "vertical",
|
|
920
|
-
"type": "stack",
|
|
921
931
|
"gap": "md",
|
|
922
932
|
"children": [
|
|
923
933
|
{
|
|
924
|
-
"align": "center",
|
|
925
|
-
"direction": "horizontal",
|
|
926
934
|
"gap": "sm",
|
|
935
|
+
"direction": "horizontal",
|
|
936
|
+
"align": "center",
|
|
927
937
|
"type": "stack",
|
|
928
938
|
"children": [
|
|
929
939
|
{
|
|
930
|
-
"
|
|
931
|
-
"
|
|
940
|
+
"type": "icon",
|
|
941
|
+
"name": "eye"
|
|
932
942
|
},
|
|
933
943
|
{
|
|
934
|
-
"content": "@entity.sender",
|
|
935
944
|
"type": "typography",
|
|
936
|
-
"variant": "h3"
|
|
945
|
+
"variant": "h3",
|
|
946
|
+
"content": "@entity.sender"
|
|
937
947
|
}
|
|
938
948
|
]
|
|
939
949
|
},
|
|
@@ -941,41 +951,40 @@
|
|
|
941
951
|
"type": "divider"
|
|
942
952
|
},
|
|
943
953
|
{
|
|
944
|
-
"type": "stack",
|
|
945
|
-
"gap": "md",
|
|
946
954
|
"children": [
|
|
947
955
|
{
|
|
948
|
-
"
|
|
956
|
+
"type": "typography",
|
|
949
957
|
"variant": "caption",
|
|
950
|
-
"
|
|
958
|
+
"content": "Sender"
|
|
951
959
|
},
|
|
952
960
|
{
|
|
953
961
|
"variant": "body",
|
|
954
|
-
"
|
|
955
|
-
"
|
|
962
|
+
"type": "typography",
|
|
963
|
+
"content": "@entity.sender"
|
|
956
964
|
}
|
|
957
965
|
],
|
|
958
|
-
"
|
|
966
|
+
"type": "stack",
|
|
967
|
+
"direction": "horizontal",
|
|
968
|
+
"gap": "md"
|
|
959
969
|
},
|
|
960
970
|
{
|
|
971
|
+
"type": "stack",
|
|
961
972
|
"children": [
|
|
962
973
|
{
|
|
963
|
-
"type": "typography",
|
|
964
974
|
"content": "Content",
|
|
975
|
+
"type": "typography",
|
|
965
976
|
"variant": "caption"
|
|
966
977
|
},
|
|
967
978
|
{
|
|
968
|
-
"content": "@entity.content",
|
|
969
979
|
"type": "typography",
|
|
970
|
-
"variant": "body"
|
|
980
|
+
"variant": "body",
|
|
981
|
+
"content": "@entity.content"
|
|
971
982
|
}
|
|
972
983
|
],
|
|
973
|
-
"gap": "md",
|
|
974
984
|
"direction": "horizontal",
|
|
975
|
-
"
|
|
985
|
+
"gap": "md"
|
|
976
986
|
},
|
|
977
987
|
{
|
|
978
|
-
"direction": "horizontal",
|
|
979
988
|
"gap": "md",
|
|
980
989
|
"type": "stack",
|
|
981
990
|
"children": [
|
|
@@ -989,43 +998,46 @@
|
|
|
989
998
|
"content": "@entity.channel",
|
|
990
999
|
"type": "typography"
|
|
991
1000
|
}
|
|
992
|
-
]
|
|
1001
|
+
],
|
|
1002
|
+
"direction": "horizontal"
|
|
993
1003
|
},
|
|
994
1004
|
{
|
|
995
|
-
"
|
|
996
|
-
"type": "stack",
|
|
1005
|
+
"direction": "horizontal",
|
|
997
1006
|
"children": [
|
|
998
1007
|
{
|
|
999
1008
|
"variant": "caption",
|
|
1000
|
-
"
|
|
1001
|
-
"
|
|
1009
|
+
"type": "typography",
|
|
1010
|
+
"content": "Timestamp"
|
|
1002
1011
|
},
|
|
1003
1012
|
{
|
|
1013
|
+
"type": "typography",
|
|
1004
1014
|
"variant": "body",
|
|
1005
|
-
"content": "@entity.timestamp"
|
|
1006
|
-
"type": "typography"
|
|
1015
|
+
"content": "@entity.timestamp"
|
|
1007
1016
|
}
|
|
1008
1017
|
],
|
|
1009
|
-
"
|
|
1018
|
+
"type": "stack",
|
|
1019
|
+
"gap": "md"
|
|
1010
1020
|
},
|
|
1011
1021
|
{
|
|
1012
1022
|
"type": "divider"
|
|
1013
1023
|
},
|
|
1014
1024
|
{
|
|
1025
|
+
"gap": "sm",
|
|
1015
1026
|
"type": "stack",
|
|
1027
|
+
"justify": "end",
|
|
1028
|
+
"direction": "horizontal",
|
|
1016
1029
|
"children": [
|
|
1017
1030
|
{
|
|
1018
|
-
"
|
|
1031
|
+
"action": "CLOSE",
|
|
1019
1032
|
"label": "Close",
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1033
|
+
"type": "button",
|
|
1034
|
+
"variant": "ghost"
|
|
1022
1035
|
}
|
|
1023
|
-
]
|
|
1024
|
-
"gap": "sm",
|
|
1025
|
-
"direction": "horizontal",
|
|
1026
|
-
"justify": "end"
|
|
1036
|
+
]
|
|
1027
1037
|
}
|
|
1028
|
-
]
|
|
1038
|
+
],
|
|
1039
|
+
"direction": "vertical",
|
|
1040
|
+
"type": "stack"
|
|
1029
1041
|
}
|
|
1030
1042
|
]
|
|
1031
1043
|
]
|
|
@@ -1239,8 +1251,8 @@
|
|
|
1239
1251
|
"Channel",
|
|
1240
1252
|
{
|
|
1241
1253
|
"emit": {
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1254
|
+
"failure": "ChannelLoadFailed",
|
|
1255
|
+
"success": "ChannelLoaded"
|
|
1244
1256
|
}
|
|
1245
1257
|
}
|
|
1246
1258
|
],
|
|
@@ -1249,6 +1261,7 @@
|
|
|
1249
1261
|
"main",
|
|
1250
1262
|
{
|
|
1251
1263
|
"gap": "md",
|
|
1264
|
+
"direction": "vertical",
|
|
1252
1265
|
"type": "stack",
|
|
1253
1266
|
"className": "py-12",
|
|
1254
1267
|
"children": [
|
|
@@ -1262,8 +1275,7 @@
|
|
|
1262
1275
|
"content": "Loading…"
|
|
1263
1276
|
}
|
|
1264
1277
|
],
|
|
1265
|
-
"align": "center"
|
|
1266
|
-
"direction": "vertical"
|
|
1278
|
+
"align": "center"
|
|
1267
1279
|
}
|
|
1268
1280
|
]
|
|
1269
1281
|
]
|
|
@@ -1277,18 +1289,38 @@
|
|
|
1277
1289
|
"render-ui",
|
|
1278
1290
|
"main",
|
|
1279
1291
|
{
|
|
1292
|
+
"navItems": [
|
|
1293
|
+
{
|
|
1294
|
+
"label": "Chat",
|
|
1295
|
+
"icon": "layout-list",
|
|
1296
|
+
"href": "/chat"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"href": "/channels",
|
|
1300
|
+
"icon": "hash",
|
|
1301
|
+
"label": "Channels"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"label": "Online",
|
|
1305
|
+
"href": "/online",
|
|
1306
|
+
"icon": "layout-list"
|
|
1307
|
+
}
|
|
1308
|
+
],
|
|
1309
|
+
"appName": "Realtime Chat",
|
|
1280
1310
|
"type": "dashboard-layout",
|
|
1281
1311
|
"children": [
|
|
1282
1312
|
{
|
|
1313
|
+
"type": "stack",
|
|
1283
1314
|
"direction": "vertical",
|
|
1284
|
-
"
|
|
1315
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1285
1316
|
"children": [
|
|
1286
1317
|
{
|
|
1287
|
-
"justify": "between",
|
|
1288
|
-
"align": "center",
|
|
1289
1318
|
"type": "stack",
|
|
1319
|
+
"direction": "horizontal",
|
|
1320
|
+
"gap": "md",
|
|
1290
1321
|
"children": [
|
|
1291
1322
|
{
|
|
1323
|
+
"type": "stack",
|
|
1292
1324
|
"children": [
|
|
1293
1325
|
{
|
|
1294
1326
|
"type": "icon",
|
|
@@ -1296,49 +1328,47 @@
|
|
|
1296
1328
|
},
|
|
1297
1329
|
{
|
|
1298
1330
|
"variant": "h2",
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1331
|
+
"type": "typography",
|
|
1332
|
+
"content": "Channels"
|
|
1301
1333
|
}
|
|
1302
1334
|
],
|
|
1303
1335
|
"gap": "sm",
|
|
1304
|
-
"type": "stack",
|
|
1305
1336
|
"align": "center",
|
|
1306
1337
|
"direction": "horizontal"
|
|
1307
1338
|
},
|
|
1308
1339
|
{
|
|
1340
|
+
"gap": "sm",
|
|
1341
|
+
"direction": "horizontal",
|
|
1342
|
+
"type": "stack",
|
|
1309
1343
|
"children": [
|
|
1310
1344
|
{
|
|
1311
|
-
"
|
|
1345
|
+
"variant": "primary",
|
|
1312
1346
|
"action": "CREATE",
|
|
1313
1347
|
"type": "button",
|
|
1314
1348
|
"label": "Create Channel",
|
|
1315
|
-
"
|
|
1349
|
+
"icon": "plus"
|
|
1316
1350
|
}
|
|
1317
|
-
]
|
|
1318
|
-
"gap": "sm",
|
|
1319
|
-
"type": "stack",
|
|
1320
|
-
"direction": "horizontal"
|
|
1351
|
+
]
|
|
1321
1352
|
}
|
|
1322
1353
|
],
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1354
|
+
"align": "center",
|
|
1355
|
+
"justify": "between"
|
|
1325
1356
|
},
|
|
1326
1357
|
{
|
|
1327
1358
|
"type": "divider"
|
|
1328
1359
|
},
|
|
1329
1360
|
{
|
|
1330
|
-
"
|
|
1331
|
-
"type": "data-list",
|
|
1361
|
+
"variant": "card",
|
|
1332
1362
|
"itemActions": [
|
|
1333
1363
|
{
|
|
1334
|
-
"
|
|
1364
|
+
"variant": "ghost",
|
|
1335
1365
|
"event": "VIEW",
|
|
1336
|
-
"
|
|
1366
|
+
"label": "View"
|
|
1337
1367
|
},
|
|
1338
1368
|
{
|
|
1339
1369
|
"label": "Edit",
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1370
|
+
"event": "EDIT",
|
|
1371
|
+
"variant": "ghost"
|
|
1342
1372
|
},
|
|
1343
1373
|
{
|
|
1344
1374
|
"variant": "danger",
|
|
@@ -1346,8 +1376,10 @@
|
|
|
1346
1376
|
"label": "Delete"
|
|
1347
1377
|
}
|
|
1348
1378
|
],
|
|
1349
|
-
"
|
|
1379
|
+
"fields": [],
|
|
1380
|
+
"entity": "@payload.data",
|
|
1350
1381
|
"gap": "sm",
|
|
1382
|
+
"type": "data-list",
|
|
1351
1383
|
"columns": [
|
|
1352
1384
|
{
|
|
1353
1385
|
"name": "name",
|
|
@@ -1355,47 +1387,27 @@
|
|
|
1355
1387
|
"variant": "h3"
|
|
1356
1388
|
},
|
|
1357
1389
|
{
|
|
1358
|
-
"
|
|
1390
|
+
"format": "number",
|
|
1359
1391
|
"name": "memberCount",
|
|
1360
|
-
"
|
|
1361
|
-
"
|
|
1392
|
+
"label": "Members",
|
|
1393
|
+
"variant": "badge"
|
|
1362
1394
|
},
|
|
1363
1395
|
{
|
|
1364
|
-
"
|
|
1365
|
-
"
|
|
1396
|
+
"variant": "body",
|
|
1397
|
+
"name": "description"
|
|
1366
1398
|
},
|
|
1367
1399
|
{
|
|
1368
|
-
"label": "Private",
|
|
1369
1400
|
"format": "boolean",
|
|
1370
|
-
"
|
|
1371
|
-
"name": "isPrivate"
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1401
|
+
"label": "Private",
|
|
1402
|
+
"name": "isPrivate",
|
|
1403
|
+
"variant": "body"
|
|
1404
|
+
}
|
|
1405
|
+
]
|
|
1375
1406
|
}
|
|
1376
1407
|
],
|
|
1377
|
-
"
|
|
1378
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
1379
|
-
}
|
|
1380
|
-
],
|
|
1381
|
-
"navItems": [
|
|
1382
|
-
{
|
|
1383
|
-
"href": "/chat",
|
|
1384
|
-
"label": "Chat",
|
|
1385
|
-
"icon": "layout-list"
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"icon": "hash",
|
|
1389
|
-
"label": "Channels",
|
|
1390
|
-
"href": "/channels"
|
|
1391
|
-
},
|
|
1392
|
-
{
|
|
1393
|
-
"icon": "layout-list",
|
|
1394
|
-
"href": "/online",
|
|
1395
|
-
"label": "Online"
|
|
1408
|
+
"gap": "lg"
|
|
1396
1409
|
}
|
|
1397
|
-
]
|
|
1398
|
-
"appName": "Realtime Chat"
|
|
1410
|
+
]
|
|
1399
1411
|
}
|
|
1400
1412
|
]
|
|
1401
1413
|
]
|
|
@@ -1409,34 +1421,34 @@
|
|
|
1409
1421
|
"render-ui",
|
|
1410
1422
|
"main",
|
|
1411
1423
|
{
|
|
1412
|
-
"gap": "md",
|
|
1413
|
-
"align": "center",
|
|
1414
1424
|
"type": "stack",
|
|
1425
|
+
"align": "center",
|
|
1426
|
+
"gap": "md",
|
|
1415
1427
|
"className": "py-12",
|
|
1416
1428
|
"direction": "vertical",
|
|
1417
1429
|
"children": [
|
|
1418
1430
|
{
|
|
1419
|
-
"
|
|
1431
|
+
"color": "destructive",
|
|
1420
1432
|
"type": "icon",
|
|
1421
|
-
"
|
|
1433
|
+
"name": "alert-triangle"
|
|
1422
1434
|
},
|
|
1423
1435
|
{
|
|
1424
|
-
"type": "typography",
|
|
1425
1436
|
"variant": "h3",
|
|
1426
|
-
"content": "Failed to load channel"
|
|
1437
|
+
"content": "Failed to load channel",
|
|
1438
|
+
"type": "typography"
|
|
1427
1439
|
},
|
|
1428
1440
|
{
|
|
1429
|
-
"
|
|
1430
|
-
"content": "@payload.error",
|
|
1441
|
+
"type": "typography",
|
|
1431
1442
|
"color": "muted",
|
|
1432
|
-
"
|
|
1443
|
+
"content": "@payload.error",
|
|
1444
|
+
"variant": "body"
|
|
1433
1445
|
},
|
|
1434
1446
|
{
|
|
1447
|
+
"type": "button",
|
|
1448
|
+
"action": "INIT",
|
|
1435
1449
|
"icon": "rotate-ccw",
|
|
1436
1450
|
"label": "Retry",
|
|
1437
|
-
"
|
|
1438
|
-
"variant": "primary",
|
|
1439
|
-
"type": "button"
|
|
1451
|
+
"variant": "primary"
|
|
1440
1452
|
}
|
|
1441
1453
|
]
|
|
1442
1454
|
}
|
|
@@ -1599,8 +1611,14 @@
|
|
|
1599
1611
|
"event": "INIT",
|
|
1600
1612
|
"effects": [
|
|
1601
1613
|
[
|
|
1602
|
-
"
|
|
1603
|
-
"Channel"
|
|
1614
|
+
"fetch",
|
|
1615
|
+
"Channel",
|
|
1616
|
+
{
|
|
1617
|
+
"emit": {
|
|
1618
|
+
"success": "ChannelLoaded",
|
|
1619
|
+
"failure": "ChannelLoadFailed"
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1604
1622
|
]
|
|
1605
1623
|
]
|
|
1606
1624
|
},
|
|
@@ -1614,8 +1632,8 @@
|
|
|
1614
1632
|
"Channel",
|
|
1615
1633
|
{
|
|
1616
1634
|
"emit": {
|
|
1617
|
-
"
|
|
1618
|
-
"
|
|
1635
|
+
"success": "ChannelLoaded",
|
|
1636
|
+
"failure": "ChannelLoadFailed"
|
|
1619
1637
|
}
|
|
1620
1638
|
}
|
|
1621
1639
|
],
|
|
@@ -1623,11 +1641,12 @@
|
|
|
1623
1641
|
"render-ui",
|
|
1624
1642
|
"modal",
|
|
1625
1643
|
{
|
|
1626
|
-
"gap": "md",
|
|
1627
|
-
"direction": "vertical",
|
|
1628
1644
|
"type": "stack",
|
|
1645
|
+
"direction": "vertical",
|
|
1629
1646
|
"children": [
|
|
1630
1647
|
{
|
|
1648
|
+
"direction": "horizontal",
|
|
1649
|
+
"type": "stack",
|
|
1631
1650
|
"children": [
|
|
1632
1651
|
{
|
|
1633
1652
|
"type": "icon",
|
|
@@ -1639,26 +1658,25 @@
|
|
|
1639
1658
|
"type": "typography"
|
|
1640
1659
|
}
|
|
1641
1660
|
],
|
|
1642
|
-
"
|
|
1643
|
-
"gap": "sm",
|
|
1644
|
-
"type": "stack"
|
|
1661
|
+
"gap": "sm"
|
|
1645
1662
|
},
|
|
1646
1663
|
{
|
|
1647
1664
|
"type": "divider"
|
|
1648
1665
|
},
|
|
1649
1666
|
{
|
|
1650
1667
|
"type": "form-section",
|
|
1651
|
-
"
|
|
1652
|
-
"submitEvent": "SAVE",
|
|
1668
|
+
"cancelEvent": "CLOSE",
|
|
1653
1669
|
"fields": [
|
|
1654
1670
|
"name",
|
|
1655
1671
|
"description",
|
|
1656
1672
|
"memberCount",
|
|
1657
1673
|
"isPrivate"
|
|
1658
1674
|
],
|
|
1659
|
-
"
|
|
1675
|
+
"submitEvent": "SAVE",
|
|
1676
|
+
"mode": "create"
|
|
1660
1677
|
}
|
|
1661
|
-
]
|
|
1678
|
+
],
|
|
1679
|
+
"gap": "md"
|
|
1662
1680
|
}
|
|
1663
1681
|
]
|
|
1664
1682
|
]
|
|
@@ -1699,8 +1717,8 @@
|
|
|
1699
1717
|
"@payload.data",
|
|
1700
1718
|
{
|
|
1701
1719
|
"emit": {
|
|
1702
|
-
"
|
|
1703
|
-
"
|
|
1720
|
+
"failure": "ChannelSaveFailed",
|
|
1721
|
+
"success": "ChannelSaved"
|
|
1704
1722
|
}
|
|
1705
1723
|
}
|
|
1706
1724
|
],
|
|
@@ -1888,8 +1906,14 @@
|
|
|
1888
1906
|
"event": "INIT",
|
|
1889
1907
|
"effects": [
|
|
1890
1908
|
[
|
|
1891
|
-
"
|
|
1892
|
-
"Channel"
|
|
1909
|
+
"fetch",
|
|
1910
|
+
"Channel",
|
|
1911
|
+
{
|
|
1912
|
+
"emit": {
|
|
1913
|
+
"success": "ChannelLoaded",
|
|
1914
|
+
"failure": "ChannelLoadFailed"
|
|
1915
|
+
}
|
|
1916
|
+
}
|
|
1893
1917
|
]
|
|
1894
1918
|
]
|
|
1895
1919
|
},
|
|
@@ -1913,17 +1937,15 @@
|
|
|
1913
1937
|
"render-ui",
|
|
1914
1938
|
"modal",
|
|
1915
1939
|
{
|
|
1916
|
-
"direction": "vertical",
|
|
1917
1940
|
"gap": "md",
|
|
1918
|
-
"
|
|
1941
|
+
"direction": "vertical",
|
|
1919
1942
|
"children": [
|
|
1920
1943
|
{
|
|
1921
|
-
"type": "stack",
|
|
1922
1944
|
"gap": "sm",
|
|
1923
1945
|
"children": [
|
|
1924
1946
|
{
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1947
|
+
"type": "icon",
|
|
1948
|
+
"name": "edit"
|
|
1927
1949
|
},
|
|
1928
1950
|
{
|
|
1929
1951
|
"variant": "h3",
|
|
@@ -1931,12 +1953,14 @@
|
|
|
1931
1953
|
"type": "typography"
|
|
1932
1954
|
}
|
|
1933
1955
|
],
|
|
1934
|
-
"direction": "horizontal"
|
|
1956
|
+
"direction": "horizontal",
|
|
1957
|
+
"type": "stack"
|
|
1935
1958
|
},
|
|
1936
1959
|
{
|
|
1937
1960
|
"type": "divider"
|
|
1938
1961
|
},
|
|
1939
1962
|
{
|
|
1963
|
+
"entity": "@payload.row",
|
|
1940
1964
|
"type": "form-section",
|
|
1941
1965
|
"mode": "edit",
|
|
1942
1966
|
"submitEvent": "SAVE",
|
|
@@ -1946,10 +1970,10 @@
|
|
|
1946
1970
|
"description",
|
|
1947
1971
|
"memberCount",
|
|
1948
1972
|
"isPrivate"
|
|
1949
|
-
]
|
|
1950
|
-
"entity": "@payload.row"
|
|
1973
|
+
]
|
|
1951
1974
|
}
|
|
1952
|
-
]
|
|
1975
|
+
],
|
|
1976
|
+
"type": "stack"
|
|
1953
1977
|
}
|
|
1954
1978
|
]
|
|
1955
1979
|
]
|
|
@@ -2114,8 +2138,14 @@
|
|
|
2114
2138
|
"event": "INIT",
|
|
2115
2139
|
"effects": [
|
|
2116
2140
|
[
|
|
2117
|
-
"
|
|
2118
|
-
"Channel"
|
|
2141
|
+
"fetch",
|
|
2142
|
+
"Channel",
|
|
2143
|
+
{
|
|
2144
|
+
"emit": {
|
|
2145
|
+
"success": "ChannelLoaded",
|
|
2146
|
+
"failure": "ChannelLoadFailed"
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
2119
2149
|
]
|
|
2120
2150
|
]
|
|
2121
2151
|
},
|
|
@@ -2139,86 +2169,88 @@
|
|
|
2139
2169
|
"render-ui",
|
|
2140
2170
|
"modal",
|
|
2141
2171
|
{
|
|
2142
|
-
"
|
|
2172
|
+
"direction": "vertical",
|
|
2143
2173
|
"gap": "md",
|
|
2174
|
+
"type": "stack",
|
|
2144
2175
|
"children": [
|
|
2145
2176
|
{
|
|
2146
|
-
"align": "center",
|
|
2147
|
-
"gap": "sm",
|
|
2148
2177
|
"type": "stack",
|
|
2178
|
+
"gap": "sm",
|
|
2179
|
+
"direction": "horizontal",
|
|
2149
2180
|
"children": [
|
|
2150
2181
|
{
|
|
2151
|
-
"
|
|
2152
|
-
"
|
|
2182
|
+
"name": "eye",
|
|
2183
|
+
"type": "icon"
|
|
2153
2184
|
},
|
|
2154
2185
|
{
|
|
2186
|
+
"type": "typography",
|
|
2155
2187
|
"variant": "h3",
|
|
2156
|
-
"content": "@entity.name"
|
|
2157
|
-
"type": "typography"
|
|
2188
|
+
"content": "@entity.name"
|
|
2158
2189
|
}
|
|
2159
2190
|
],
|
|
2160
|
-
"
|
|
2191
|
+
"align": "center"
|
|
2161
2192
|
},
|
|
2162
2193
|
{
|
|
2163
2194
|
"type": "divider"
|
|
2164
2195
|
},
|
|
2165
2196
|
{
|
|
2166
|
-
"gap": "md",
|
|
2167
2197
|
"children": [
|
|
2168
2198
|
{
|
|
2169
|
-
"
|
|
2199
|
+
"type": "typography",
|
|
2170
2200
|
"content": "Name",
|
|
2171
|
-
"
|
|
2201
|
+
"variant": "caption"
|
|
2172
2202
|
},
|
|
2173
2203
|
{
|
|
2204
|
+
"variant": "body",
|
|
2174
2205
|
"type": "typography",
|
|
2175
|
-
"content": "@entity.name"
|
|
2176
|
-
"variant": "body"
|
|
2206
|
+
"content": "@entity.name"
|
|
2177
2207
|
}
|
|
2178
2208
|
],
|
|
2179
2209
|
"type": "stack",
|
|
2210
|
+
"gap": "md",
|
|
2180
2211
|
"direction": "horizontal"
|
|
2181
2212
|
},
|
|
2182
2213
|
{
|
|
2183
|
-
"direction": "horizontal",
|
|
2184
|
-
"type": "stack",
|
|
2185
2214
|
"gap": "md",
|
|
2186
2215
|
"children": [
|
|
2187
2216
|
{
|
|
2217
|
+
"variant": "caption",
|
|
2188
2218
|
"content": "Description",
|
|
2189
|
-
"type": "typography"
|
|
2190
|
-
"variant": "caption"
|
|
2219
|
+
"type": "typography"
|
|
2191
2220
|
},
|
|
2192
2221
|
{
|
|
2193
2222
|
"content": "@entity.description",
|
|
2194
2223
|
"type": "typography",
|
|
2195
2224
|
"variant": "body"
|
|
2196
2225
|
}
|
|
2197
|
-
]
|
|
2226
|
+
],
|
|
2227
|
+
"direction": "horizontal",
|
|
2228
|
+
"type": "stack"
|
|
2198
2229
|
},
|
|
2199
2230
|
{
|
|
2200
2231
|
"gap": "md",
|
|
2201
2232
|
"direction": "horizontal",
|
|
2202
|
-
"type": "stack",
|
|
2203
2233
|
"children": [
|
|
2204
2234
|
{
|
|
2205
|
-
"
|
|
2235
|
+
"variant": "caption",
|
|
2206
2236
|
"type": "typography",
|
|
2207
|
-
"
|
|
2237
|
+
"content": "Member Count"
|
|
2208
2238
|
},
|
|
2209
2239
|
{
|
|
2210
|
-
"type": "typography",
|
|
2211
2240
|
"variant": "body",
|
|
2212
|
-
"content": "@entity.memberCount"
|
|
2241
|
+
"content": "@entity.memberCount",
|
|
2242
|
+
"type": "typography"
|
|
2213
2243
|
}
|
|
2214
|
-
]
|
|
2244
|
+
],
|
|
2245
|
+
"type": "stack"
|
|
2215
2246
|
},
|
|
2216
2247
|
{
|
|
2248
|
+
"gap": "md",
|
|
2217
2249
|
"children": [
|
|
2218
2250
|
{
|
|
2219
|
-
"
|
|
2251
|
+
"content": "Is Private",
|
|
2220
2252
|
"type": "typography",
|
|
2221
|
-
"
|
|
2253
|
+
"variant": "caption"
|
|
2222
2254
|
},
|
|
2223
2255
|
{
|
|
2224
2256
|
"variant": "body",
|
|
@@ -2226,36 +2258,34 @@
|
|
|
2226
2258
|
"content": "@entity.isPrivate"
|
|
2227
2259
|
}
|
|
2228
2260
|
],
|
|
2229
|
-
"
|
|
2230
|
-
"type": "stack"
|
|
2231
|
-
"direction": "horizontal"
|
|
2261
|
+
"direction": "horizontal",
|
|
2262
|
+
"type": "stack"
|
|
2232
2263
|
},
|
|
2233
2264
|
{
|
|
2234
2265
|
"type": "divider"
|
|
2235
2266
|
},
|
|
2236
2267
|
{
|
|
2237
|
-
"type": "stack",
|
|
2238
|
-
"direction": "horizontal",
|
|
2239
|
-
"gap": "sm",
|
|
2240
|
-
"justify": "end",
|
|
2241
2268
|
"children": [
|
|
2242
2269
|
{
|
|
2243
2270
|
"type": "button",
|
|
2244
|
-
"action": "EDIT",
|
|
2245
2271
|
"label": "Edit",
|
|
2272
|
+
"action": "EDIT",
|
|
2246
2273
|
"variant": "primary",
|
|
2247
2274
|
"icon": "edit"
|
|
2248
2275
|
},
|
|
2249
2276
|
{
|
|
2250
|
-
"type": "button",
|
|
2251
2277
|
"label": "Close",
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2278
|
+
"variant": "ghost",
|
|
2279
|
+
"type": "button",
|
|
2280
|
+
"action": "CLOSE"
|
|
2254
2281
|
}
|
|
2255
|
-
]
|
|
2282
|
+
],
|
|
2283
|
+
"gap": "sm",
|
|
2284
|
+
"direction": "horizontal",
|
|
2285
|
+
"type": "stack",
|
|
2286
|
+
"justify": "end"
|
|
2256
2287
|
}
|
|
2257
|
-
]
|
|
2258
|
-
"direction": "vertical"
|
|
2288
|
+
]
|
|
2259
2289
|
}
|
|
2260
2290
|
]
|
|
2261
2291
|
]
|
|
@@ -2463,8 +2493,14 @@
|
|
|
2463
2493
|
"event": "INIT",
|
|
2464
2494
|
"effects": [
|
|
2465
2495
|
[
|
|
2466
|
-
"
|
|
2467
|
-
"Channel"
|
|
2496
|
+
"fetch",
|
|
2497
|
+
"Channel",
|
|
2498
|
+
{
|
|
2499
|
+
"emit": {
|
|
2500
|
+
"success": "ChannelLoaded",
|
|
2501
|
+
"failure": "ChannelLoadFailed"
|
|
2502
|
+
}
|
|
2503
|
+
}
|
|
2468
2504
|
]
|
|
2469
2505
|
]
|
|
2470
2506
|
},
|
|
@@ -2482,11 +2518,11 @@
|
|
|
2482
2518
|
"fetch",
|
|
2483
2519
|
"Channel",
|
|
2484
2520
|
{
|
|
2521
|
+
"id": "@payload.id",
|
|
2485
2522
|
"emit": {
|
|
2486
2523
|
"success": "ChannelLoaded",
|
|
2487
2524
|
"failure": "ChannelLoadFailed"
|
|
2488
|
-
}
|
|
2489
|
-
"id": "@payload.id"
|
|
2525
|
+
}
|
|
2490
2526
|
}
|
|
2491
2527
|
],
|
|
2492
2528
|
[
|
|
@@ -2494,8 +2530,11 @@
|
|
|
2494
2530
|
"modal",
|
|
2495
2531
|
{
|
|
2496
2532
|
"direction": "vertical",
|
|
2533
|
+
"type": "stack",
|
|
2497
2534
|
"children": [
|
|
2498
2535
|
{
|
|
2536
|
+
"direction": "horizontal",
|
|
2537
|
+
"gap": "sm",
|
|
2499
2538
|
"type": "stack",
|
|
2500
2539
|
"align": "center",
|
|
2501
2540
|
"children": [
|
|
@@ -2508,41 +2547,38 @@
|
|
|
2508
2547
|
"type": "typography",
|
|
2509
2548
|
"variant": "h3"
|
|
2510
2549
|
}
|
|
2511
|
-
]
|
|
2512
|
-
"gap": "sm",
|
|
2513
|
-
"direction": "horizontal"
|
|
2550
|
+
]
|
|
2514
2551
|
},
|
|
2515
2552
|
{
|
|
2516
2553
|
"type": "divider"
|
|
2517
2554
|
},
|
|
2518
2555
|
{
|
|
2519
|
-
"type": "alert",
|
|
2520
2556
|
"variant": "error",
|
|
2557
|
+
"type": "alert",
|
|
2521
2558
|
"message": "This action cannot be undone."
|
|
2522
2559
|
},
|
|
2523
2560
|
{
|
|
2524
|
-
"
|
|
2561
|
+
"gap": "sm",
|
|
2525
2562
|
"children": [
|
|
2526
2563
|
{
|
|
2527
|
-
"type": "button",
|
|
2528
|
-
"variant": "ghost",
|
|
2529
2564
|
"action": "CANCEL",
|
|
2530
|
-
"
|
|
2565
|
+
"type": "button",
|
|
2566
|
+
"label": "Cancel",
|
|
2567
|
+
"variant": "ghost"
|
|
2531
2568
|
},
|
|
2532
2569
|
{
|
|
2533
|
-
"type": "button",
|
|
2534
|
-
"variant": "danger",
|
|
2535
2570
|
"icon": "check",
|
|
2536
|
-
"
|
|
2537
|
-
"label": "Delete"
|
|
2571
|
+
"variant": "danger",
|
|
2572
|
+
"label": "Delete",
|
|
2573
|
+
"type": "button",
|
|
2574
|
+
"action": "CONFIRM_DELETE"
|
|
2538
2575
|
}
|
|
2539
2576
|
],
|
|
2577
|
+
"justify": "end",
|
|
2540
2578
|
"type": "stack",
|
|
2541
|
-
"
|
|
2542
|
-
"justify": "end"
|
|
2579
|
+
"direction": "horizontal"
|
|
2543
2580
|
}
|
|
2544
2581
|
],
|
|
2545
|
-
"type": "stack",
|
|
2546
2582
|
"gap": "md"
|
|
2547
2583
|
}
|
|
2548
2584
|
]
|
|
@@ -2560,8 +2596,8 @@
|
|
|
2560
2596
|
"@entity.pendingId",
|
|
2561
2597
|
{
|
|
2562
2598
|
"emit": {
|
|
2563
|
-
"
|
|
2564
|
-
"
|
|
2599
|
+
"success": "ChannelDeleted",
|
|
2600
|
+
"failure": "ChannelDeleteFailed"
|
|
2565
2601
|
}
|
|
2566
2602
|
}
|
|
2567
2603
|
],
|
|
@@ -2578,8 +2614,14 @@
|
|
|
2578
2614
|
}
|
|
2579
2615
|
],
|
|
2580
2616
|
[
|
|
2581
|
-
"
|
|
2582
|
-
"Channel"
|
|
2617
|
+
"fetch",
|
|
2618
|
+
"Channel",
|
|
2619
|
+
{
|
|
2620
|
+
"emit": {
|
|
2621
|
+
"failure": "ChannelLoadFailed",
|
|
2622
|
+
"success": "ChannelLoaded"
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2583
2625
|
],
|
|
2584
2626
|
[
|
|
2585
2627
|
"emit",
|
|
@@ -2605,8 +2647,14 @@
|
|
|
2605
2647
|
}
|
|
2606
2648
|
],
|
|
2607
2649
|
[
|
|
2608
|
-
"
|
|
2609
|
-
"Channel"
|
|
2650
|
+
"fetch",
|
|
2651
|
+
"Channel",
|
|
2652
|
+
{
|
|
2653
|
+
"emit": {
|
|
2654
|
+
"success": "ChannelLoaded",
|
|
2655
|
+
"failure": "ChannelLoadFailed"
|
|
2656
|
+
}
|
|
2657
|
+
}
|
|
2610
2658
|
]
|
|
2611
2659
|
]
|
|
2612
2660
|
},
|
|
@@ -2628,8 +2676,14 @@
|
|
|
2628
2676
|
}
|
|
2629
2677
|
],
|
|
2630
2678
|
[
|
|
2631
|
-
"
|
|
2632
|
-
"Channel"
|
|
2679
|
+
"fetch",
|
|
2680
|
+
"Channel",
|
|
2681
|
+
{
|
|
2682
|
+
"emit": {
|
|
2683
|
+
"success": "ChannelLoaded",
|
|
2684
|
+
"failure": "ChannelLoadFailed"
|
|
2685
|
+
}
|
|
2686
|
+
}
|
|
2633
2687
|
]
|
|
2634
2688
|
]
|
|
2635
2689
|
}
|
|
@@ -2800,12 +2854,11 @@
|
|
|
2800
2854
|
"render-ui",
|
|
2801
2855
|
"main",
|
|
2802
2856
|
{
|
|
2803
|
-
"type": "dashboard-layout",
|
|
2804
2857
|
"navItems": [
|
|
2805
2858
|
{
|
|
2806
|
-
"label": "Chat",
|
|
2807
2859
|
"href": "/chat",
|
|
2808
|
-
"icon": "layout-list"
|
|
2860
|
+
"icon": "layout-list",
|
|
2861
|
+
"label": "Chat"
|
|
2809
2862
|
},
|
|
2810
2863
|
{
|
|
2811
2864
|
"label": "Channels",
|
|
@@ -2818,63 +2871,64 @@
|
|
|
2818
2871
|
"icon": "layout-list"
|
|
2819
2872
|
}
|
|
2820
2873
|
],
|
|
2874
|
+
"type": "dashboard-layout",
|
|
2821
2875
|
"appName": "Realtime Chat",
|
|
2822
2876
|
"children": [
|
|
2823
2877
|
{
|
|
2824
2878
|
"type": "scaled-diagram",
|
|
2825
2879
|
"children": [
|
|
2826
2880
|
{
|
|
2827
|
-
"
|
|
2881
|
+
"direction": "vertical",
|
|
2882
|
+
"gap": "lg",
|
|
2828
2883
|
"children": [
|
|
2829
2884
|
{
|
|
2830
|
-
"type": "breadcrumb",
|
|
2831
2885
|
"items": [
|
|
2832
2886
|
{
|
|
2833
|
-
"
|
|
2834
|
-
"
|
|
2887
|
+
"href": "/",
|
|
2888
|
+
"label": "Home"
|
|
2835
2889
|
},
|
|
2836
2890
|
{
|
|
2837
2891
|
"label": "Online Users"
|
|
2838
2892
|
}
|
|
2839
|
-
]
|
|
2893
|
+
],
|
|
2894
|
+
"type": "breadcrumb"
|
|
2840
2895
|
},
|
|
2841
2896
|
{
|
|
2897
|
+
"type": "stack",
|
|
2898
|
+
"justify": "between",
|
|
2842
2899
|
"children": [
|
|
2843
2900
|
{
|
|
2844
|
-
"gap": "md",
|
|
2845
2901
|
"children": [
|
|
2846
2902
|
{
|
|
2847
2903
|
"type": "icon",
|
|
2848
2904
|
"name": "users"
|
|
2849
2905
|
},
|
|
2850
2906
|
{
|
|
2851
|
-
"type": "typography",
|
|
2852
2907
|
"variant": "h2",
|
|
2908
|
+
"type": "typography",
|
|
2853
2909
|
"content": "Online Users"
|
|
2854
2910
|
}
|
|
2855
2911
|
],
|
|
2856
2912
|
"type": "stack",
|
|
2913
|
+
"gap": "md",
|
|
2857
2914
|
"direction": "horizontal"
|
|
2858
2915
|
},
|
|
2859
2916
|
{
|
|
2860
2917
|
"type": "button",
|
|
2918
|
+
"variant": "secondary",
|
|
2861
2919
|
"icon": "refresh-cw",
|
|
2862
2920
|
"action": "REFRESH",
|
|
2863
|
-
"label": "Refresh"
|
|
2864
|
-
"variant": "secondary"
|
|
2921
|
+
"label": "Refresh"
|
|
2865
2922
|
}
|
|
2866
2923
|
],
|
|
2867
|
-
"
|
|
2868
|
-
"
|
|
2869
|
-
"type": "stack",
|
|
2870
|
-
"direction": "horizontal"
|
|
2924
|
+
"direction": "horizontal",
|
|
2925
|
+
"gap": "md"
|
|
2871
2926
|
},
|
|
2872
2927
|
{
|
|
2873
2928
|
"type": "divider"
|
|
2874
2929
|
},
|
|
2875
2930
|
{
|
|
2876
2931
|
"type": "box",
|
|
2877
|
-
"padding": "md",
|
|
2878
2932
|
"children": [
|
|
2879
2933
|
{
|
|
2880
2934
|
"cols": 3.0,
|
|
@@ -2883,20 +2937,20 @@
|
|
|
2883
2937
|
"type": "card",
|
|
2884
2938
|
"children": [
|
|
2885
2939
|
{
|
|
2940
|
+
"gap": "sm",
|
|
2886
2941
|
"direction": "vertical",
|
|
2887
2942
|
"children": [
|
|
2888
2943
|
{
|
|
2889
2944
|
"variant": "caption",
|
|
2890
|
-
"
|
|
2891
|
-
"
|
|
2945
|
+
"type": "typography",
|
|
2946
|
+
"content": "Username"
|
|
2892
2947
|
},
|
|
2893
2948
|
{
|
|
2894
|
-
"type": "typography",
|
|
2895
2949
|
"variant": "h3",
|
|
2950
|
+
"type": "typography",
|
|
2896
2951
|
"content": "@entity.username"
|
|
2897
2952
|
}
|
|
2898
2953
|
],
|
|
2899
|
-
"gap": "sm",
|
|
2900
2954
|
"type": "stack"
|
|
2901
2955
|
}
|
|
2902
2956
|
]
|
|
@@ -2908,14 +2962,14 @@
|
|
|
2908
2962
|
"type": "stack",
|
|
2909
2963
|
"children": [
|
|
2910
2964
|
{
|
|
2965
|
+
"content": "Status",
|
|
2911
2966
|
"variant": "caption",
|
|
2912
|
-
"type": "typography"
|
|
2913
|
-
"content": "Status"
|
|
2967
|
+
"type": "typography"
|
|
2914
2968
|
},
|
|
2915
2969
|
{
|
|
2916
|
-
"variant": "h3",
|
|
2917
2970
|
"content": "@entity.status",
|
|
2918
|
-
"type": "typography"
|
|
2971
|
+
"type": "typography",
|
|
2972
|
+
"variant": "h3"
|
|
2919
2973
|
}
|
|
2920
2974
|
],
|
|
2921
2975
|
"gap": "sm",
|
|
@@ -2924,44 +2978,44 @@
|
|
|
2924
2978
|
]
|
|
2925
2979
|
},
|
|
2926
2980
|
{
|
|
2981
|
+
"type": "card",
|
|
2927
2982
|
"children": [
|
|
2928
2983
|
{
|
|
2929
2984
|
"type": "stack",
|
|
2930
2985
|
"gap": "sm",
|
|
2986
|
+
"direction": "vertical",
|
|
2931
2987
|
"children": [
|
|
2932
2988
|
{
|
|
2989
|
+
"type": "typography",
|
|
2933
2990
|
"variant": "caption",
|
|
2934
|
-
"content": "LastActive"
|
|
2935
|
-
"type": "typography"
|
|
2991
|
+
"content": "LastActive"
|
|
2936
2992
|
},
|
|
2937
2993
|
{
|
|
2938
|
-
"content": "@entity.lastActive",
|
|
2939
2994
|
"type": "typography",
|
|
2940
|
-
"variant": "h3"
|
|
2995
|
+
"variant": "h3",
|
|
2996
|
+
"content": "@entity.lastActive"
|
|
2941
2997
|
}
|
|
2942
|
-
]
|
|
2943
|
-
"direction": "vertical"
|
|
2998
|
+
]
|
|
2944
2999
|
}
|
|
2945
|
-
]
|
|
2946
|
-
"type": "card"
|
|
3000
|
+
]
|
|
2947
3001
|
},
|
|
2948
3002
|
{
|
|
2949
3003
|
"children": [
|
|
2950
3004
|
{
|
|
2951
3005
|
"type": "stack",
|
|
2952
|
-
"direction": "vertical",
|
|
2953
3006
|
"children": [
|
|
2954
3007
|
{
|
|
2955
3008
|
"content": "Avatar",
|
|
2956
|
-
"
|
|
2957
|
-
"
|
|
3009
|
+
"variant": "caption",
|
|
3010
|
+
"type": "typography"
|
|
2958
3011
|
},
|
|
2959
3012
|
{
|
|
3013
|
+
"type": "typography",
|
|
2960
3014
|
"variant": "h3",
|
|
2961
|
-
"content": "@entity.avatar"
|
|
2962
|
-
"type": "typography"
|
|
3015
|
+
"content": "@entity.avatar"
|
|
2963
3016
|
}
|
|
2964
3017
|
],
|
|
3018
|
+
"direction": "vertical",
|
|
2965
3019
|
"gap": "sm"
|
|
2966
3020
|
}
|
|
2967
3021
|
],
|
|
@@ -2970,39 +3024,41 @@
|
|
|
2970
3024
|
],
|
|
2971
3025
|
"type": "simple-grid"
|
|
2972
3026
|
}
|
|
2973
|
-
]
|
|
3027
|
+
],
|
|
3028
|
+
"padding": "md"
|
|
2974
3029
|
},
|
|
2975
3030
|
{
|
|
2976
3031
|
"type": "divider"
|
|
2977
3032
|
},
|
|
2978
3033
|
{
|
|
2979
3034
|
"gap": "md",
|
|
3035
|
+
"type": "grid",
|
|
2980
3036
|
"children": [
|
|
2981
3037
|
{
|
|
2982
|
-
"type": "card",
|
|
2983
3038
|
"children": [
|
|
2984
3039
|
{
|
|
2985
|
-
"type": "typography",
|
|
2986
3040
|
"content": "Chart View",
|
|
3041
|
+
"type": "typography",
|
|
2987
3042
|
"variant": "caption"
|
|
2988
3043
|
}
|
|
2989
|
-
]
|
|
3044
|
+
],
|
|
3045
|
+
"type": "card"
|
|
2990
3046
|
},
|
|
2991
3047
|
{
|
|
2992
3048
|
"type": "card",
|
|
2993
3049
|
"children": [
|
|
2994
3050
|
{
|
|
2995
|
-
"content": "Graph View",
|
|
2996
3051
|
"type": "typography",
|
|
3052
|
+
"content": "Graph View",
|
|
2997
3053
|
"variant": "caption"
|
|
2998
3054
|
}
|
|
2999
3055
|
]
|
|
3000
3056
|
}
|
|
3001
3057
|
],
|
|
3002
|
-
"type": "grid",
|
|
3003
3058
|
"cols": 2.0
|
|
3004
3059
|
},
|
|
3005
3060
|
{
|
|
3061
|
+
"type": "line-chart",
|
|
3006
3062
|
"data": [
|
|
3007
3063
|
{
|
|
3008
3064
|
"date": "Jan",
|
|
@@ -3013,23 +3069,22 @@
|
|
|
3013
3069
|
"value": 19.0
|
|
3014
3070
|
},
|
|
3015
3071
|
{
|
|
3016
|
-
"
|
|
3017
|
-
"
|
|
3072
|
+
"value": 15.0,
|
|
3073
|
+
"date": "Mar"
|
|
3018
3074
|
},
|
|
3019
3075
|
{
|
|
3020
3076
|
"value": 25.0,
|
|
3021
3077
|
"date": "Apr"
|
|
3022
3078
|
},
|
|
3023
3079
|
{
|
|
3024
|
-
"
|
|
3025
|
-
"
|
|
3080
|
+
"date": "May",
|
|
3081
|
+
"value": 22.0
|
|
3026
3082
|
},
|
|
3027
3083
|
{
|
|
3028
3084
|
"date": "Jun",
|
|
3029
3085
|
"value": 30.0
|
|
3030
3086
|
}
|
|
3031
|
-
]
|
|
3032
|
-
"type": "line-chart"
|
|
3087
|
+
]
|
|
3033
3088
|
},
|
|
3034
3089
|
{
|
|
3035
3090
|
"type": "chart-legend",
|
|
@@ -3039,13 +3094,12 @@
|
|
|
3039
3094
|
"color": "primary"
|
|
3040
3095
|
},
|
|
3041
3096
|
{
|
|
3042
|
-
"
|
|
3043
|
-
"
|
|
3097
|
+
"color": "muted",
|
|
3098
|
+
"label": "Previous"
|
|
3044
3099
|
}
|
|
3045
3100
|
]
|
|
3046
3101
|
},
|
|
3047
3102
|
{
|
|
3048
|
-
"height": 200.0,
|
|
3049
3103
|
"nodes": [
|
|
3050
3104
|
{
|
|
3051
3105
|
"label": "Start",
|
|
@@ -3056,8 +3110,8 @@
|
|
|
3056
3110
|
"label": "Process"
|
|
3057
3111
|
},
|
|
3058
3112
|
{
|
|
3059
|
-
"
|
|
3060
|
-
"
|
|
3113
|
+
"id": "c",
|
|
3114
|
+
"label": "End"
|
|
3061
3115
|
}
|
|
3062
3116
|
],
|
|
3063
3117
|
"edges": [
|
|
@@ -3070,12 +3124,12 @@
|
|
|
3070
3124
|
"source": "b"
|
|
3071
3125
|
}
|
|
3072
3126
|
],
|
|
3127
|
+
"height": 200.0,
|
|
3073
3128
|
"type": "graph-view",
|
|
3074
3129
|
"width": 400.0
|
|
3075
3130
|
}
|
|
3076
3131
|
],
|
|
3077
|
-
"
|
|
3078
|
-
"direction": "vertical"
|
|
3132
|
+
"type": "stack"
|
|
3079
3133
|
}
|
|
3080
3134
|
]
|
|
3081
3135
|
}
|
|
@@ -3094,8 +3148,8 @@
|
|
|
3094
3148
|
"OnlineUser",
|
|
3095
3149
|
{
|
|
3096
3150
|
"emit": {
|
|
3097
|
-
"
|
|
3098
|
-
"
|
|
3151
|
+
"failure": "OnlineUserLoadFailed",
|
|
3152
|
+
"success": "OnlineUserLoaded"
|
|
3099
3153
|
}
|
|
3100
3154
|
}
|
|
3101
3155
|
],
|
|
@@ -3105,32 +3159,30 @@
|
|
|
3105
3159
|
{
|
|
3106
3160
|
"navItems": [
|
|
3107
3161
|
{
|
|
3162
|
+
"label": "Chat",
|
|
3108
3163
|
"href": "/chat",
|
|
3109
|
-
"icon": "layout-list"
|
|
3110
|
-
"label": "Chat"
|
|
3164
|
+
"icon": "layout-list"
|
|
3111
3165
|
},
|
|
3112
3166
|
{
|
|
3113
|
-
"label": "Channels",
|
|
3114
3167
|
"href": "/channels",
|
|
3115
|
-
"icon": "hash"
|
|
3168
|
+
"icon": "hash",
|
|
3169
|
+
"label": "Channels"
|
|
3116
3170
|
},
|
|
3117
3171
|
{
|
|
3172
|
+
"href": "/online",
|
|
3118
3173
|
"label": "Online",
|
|
3119
|
-
"icon": "layout-list"
|
|
3120
|
-
"href": "/online"
|
|
3174
|
+
"icon": "layout-list"
|
|
3121
3175
|
}
|
|
3122
3176
|
],
|
|
3123
3177
|
"appName": "Realtime Chat",
|
|
3124
|
-
"type": "dashboard-layout",
|
|
3125
3178
|
"children": [
|
|
3126
3179
|
{
|
|
3127
3180
|
"type": "scaled-diagram",
|
|
3128
3181
|
"children": [
|
|
3129
3182
|
{
|
|
3130
|
-
"type": "stack",
|
|
3131
|
-
"gap": "lg",
|
|
3132
3183
|
"children": [
|
|
3133
3184
|
{
|
|
3185
|
+
"type": "breadcrumb",
|
|
3134
3186
|
"items": [
|
|
3135
3187
|
{
|
|
3136
3188
|
"label": "Home",
|
|
@@ -3139,16 +3191,15 @@
|
|
|
3139
3191
|
{
|
|
3140
3192
|
"label": "Online Users"
|
|
3141
3193
|
}
|
|
3142
|
-
]
|
|
3143
|
-
"type": "breadcrumb"
|
|
3194
|
+
]
|
|
3144
3195
|
},
|
|
3145
3196
|
{
|
|
3146
|
-
"direction": "horizontal",
|
|
3147
3197
|
"type": "stack",
|
|
3148
3198
|
"gap": "md",
|
|
3149
|
-
"justify": "between",
|
|
3150
3199
|
"children": [
|
|
3151
3200
|
{
|
|
3201
|
+
"direction": "horizontal",
|
|
3202
|
+
"type": "stack",
|
|
3152
3203
|
"children": [
|
|
3153
3204
|
{
|
|
3154
3205
|
"type": "icon",
|
|
@@ -3156,22 +3207,22 @@
|
|
|
3156
3207
|
},
|
|
3157
3208
|
{
|
|
3158
3209
|
"type": "typography",
|
|
3159
|
-
"
|
|
3160
|
-
"
|
|
3210
|
+
"content": "Online Users",
|
|
3211
|
+
"variant": "h2"
|
|
3161
3212
|
}
|
|
3162
3213
|
],
|
|
3163
|
-
"gap": "md"
|
|
3164
|
-
"direction": "horizontal",
|
|
3165
|
-
"type": "stack"
|
|
3214
|
+
"gap": "md"
|
|
3166
3215
|
},
|
|
3167
3216
|
{
|
|
3168
|
-
"
|
|
3217
|
+
"icon": "refresh-cw",
|
|
3169
3218
|
"action": "REFRESH",
|
|
3170
|
-
"variant": "secondary",
|
|
3171
3219
|
"type": "button",
|
|
3172
|
-
"
|
|
3220
|
+
"variant": "secondary",
|
|
3221
|
+
"label": "Refresh"
|
|
3173
3222
|
}
|
|
3174
|
-
]
|
|
3223
|
+
],
|
|
3224
|
+
"direction": "horizontal",
|
|
3225
|
+
"justify": "between"
|
|
3175
3226
|
},
|
|
3176
3227
|
{
|
|
3177
3228
|
"type": "divider"
|
|
@@ -3181,6 +3232,7 @@
|
|
|
3181
3232
|
"padding": "md",
|
|
3182
3233
|
"children": [
|
|
3183
3234
|
{
|
|
3235
|
+
"type": "simple-grid",
|
|
3184
3236
|
"children": [
|
|
3185
3237
|
{
|
|
3186
3238
|
"type": "card",
|
|
@@ -3188,19 +3240,19 @@
|
|
|
3188
3240
|
{
|
|
3189
3241
|
"direction": "vertical",
|
|
3190
3242
|
"type": "stack",
|
|
3191
|
-
"gap": "sm",
|
|
3192
3243
|
"children": [
|
|
3193
3244
|
{
|
|
3245
|
+
"content": "Username",
|
|
3194
3246
|
"type": "typography",
|
|
3195
|
-
"variant": "caption"
|
|
3196
|
-
"content": "Username"
|
|
3247
|
+
"variant": "caption"
|
|
3197
3248
|
},
|
|
3198
3249
|
{
|
|
3199
|
-
"type": "typography",
|
|
3200
3250
|
"variant": "h3",
|
|
3251
|
+
"type": "typography",
|
|
3201
3252
|
"content": "@entity.username"
|
|
3202
3253
|
}
|
|
3203
|
-
]
|
|
3254
|
+
],
|
|
3255
|
+
"gap": "sm"
|
|
3204
3256
|
}
|
|
3205
3257
|
]
|
|
3206
3258
|
},
|
|
@@ -3208,33 +3260,34 @@
|
|
|
3208
3260
|
"type": "card",
|
|
3209
3261
|
"children": [
|
|
3210
3262
|
{
|
|
3211
|
-
"direction": "vertical",
|
|
3212
3263
|
"type": "stack",
|
|
3213
|
-
"gap": "sm",
|
|
3214
3264
|
"children": [
|
|
3215
3265
|
{
|
|
3216
|
-
"variant": "caption",
|
|
3217
3266
|
"content": "Status",
|
|
3218
|
-
"type": "typography"
|
|
3267
|
+
"type": "typography",
|
|
3268
|
+
"variant": "caption"
|
|
3219
3269
|
},
|
|
3220
3270
|
{
|
|
3221
|
-
"
|
|
3271
|
+
"type": "typography",
|
|
3222
3272
|
"variant": "h3",
|
|
3223
|
-
"
|
|
3273
|
+
"content": "@entity.status"
|
|
3224
3274
|
}
|
|
3225
|
-
]
|
|
3275
|
+
],
|
|
3276
|
+
"gap": "sm",
|
|
3277
|
+
"direction": "vertical"
|
|
3226
3278
|
}
|
|
3227
3279
|
]
|
|
3228
3280
|
},
|
|
3229
3281
|
{
|
|
3282
|
+
"type": "card",
|
|
3230
3283
|
"children": [
|
|
3231
3284
|
{
|
|
3232
|
-
"
|
|
3285
|
+
"direction": "vertical",
|
|
3233
3286
|
"children": [
|
|
3234
3287
|
{
|
|
3288
|
+
"type": "typography",
|
|
3235
3289
|
"variant": "caption",
|
|
3236
|
-
"content": "LastActive"
|
|
3237
|
-
"type": "typography"
|
|
3290
|
+
"content": "LastActive"
|
|
3238
3291
|
},
|
|
3239
3292
|
{
|
|
3240
3293
|
"variant": "h3",
|
|
@@ -3242,24 +3295,23 @@
|
|
|
3242
3295
|
"type": "typography"
|
|
3243
3296
|
}
|
|
3244
3297
|
],
|
|
3245
|
-
"
|
|
3246
|
-
"
|
|
3298
|
+
"type": "stack",
|
|
3299
|
+
"gap": "sm"
|
|
3247
3300
|
}
|
|
3248
|
-
]
|
|
3249
|
-
"type": "card"
|
|
3301
|
+
]
|
|
3250
3302
|
},
|
|
3251
3303
|
{
|
|
3252
3304
|
"type": "card",
|
|
3253
3305
|
"children": [
|
|
3254
3306
|
{
|
|
3307
|
+
"gap": "sm",
|
|
3255
3308
|
"type": "stack",
|
|
3256
3309
|
"direction": "vertical",
|
|
3257
|
-
"gap": "sm",
|
|
3258
3310
|
"children": [
|
|
3259
3311
|
{
|
|
3312
|
+
"type": "typography",
|
|
3260
3313
|
"variant": "caption",
|
|
3261
|
-
"content": "Avatar"
|
|
3262
|
-
"type": "typography"
|
|
3314
|
+
"content": "Avatar"
|
|
3263
3315
|
},
|
|
3264
3316
|
{
|
|
3265
3317
|
"type": "typography",
|
|
@@ -3271,8 +3323,7 @@
|
|
|
3271
3323
|
]
|
|
3272
3324
|
}
|
|
3273
3325
|
],
|
|
3274
|
-
"cols": 3.0
|
|
3275
|
-
"type": "simple-grid"
|
|
3326
|
+
"cols": 3.0
|
|
3276
3327
|
}
|
|
3277
3328
|
]
|
|
3278
3329
|
},
|
|
@@ -3280,60 +3331,60 @@
|
|
|
3280
3331
|
"type": "divider"
|
|
3281
3332
|
},
|
|
3282
3333
|
{
|
|
3334
|
+
"type": "grid",
|
|
3283
3335
|
"children": [
|
|
3284
3336
|
{
|
|
3337
|
+
"type": "card",
|
|
3285
3338
|
"children": [
|
|
3286
3339
|
{
|
|
3340
|
+
"type": "typography",
|
|
3287
3341
|
"content": "Chart View",
|
|
3288
|
-
"variant": "caption"
|
|
3289
|
-
"type": "typography"
|
|
3342
|
+
"variant": "caption"
|
|
3290
3343
|
}
|
|
3291
|
-
]
|
|
3292
|
-
"type": "card"
|
|
3344
|
+
]
|
|
3293
3345
|
},
|
|
3294
3346
|
{
|
|
3295
|
-
"type": "card",
|
|
3296
3347
|
"children": [
|
|
3297
3348
|
{
|
|
3298
3349
|
"content": "Graph View",
|
|
3299
3350
|
"type": "typography",
|
|
3300
3351
|
"variant": "caption"
|
|
3301
3352
|
}
|
|
3302
|
-
]
|
|
3353
|
+
],
|
|
3354
|
+
"type": "card"
|
|
3303
3355
|
}
|
|
3304
3356
|
],
|
|
3305
3357
|
"gap": "md",
|
|
3306
|
-
"cols": 2.0
|
|
3307
|
-
"type": "grid"
|
|
3358
|
+
"cols": 2.0
|
|
3308
3359
|
},
|
|
3309
3360
|
{
|
|
3361
|
+
"type": "line-chart",
|
|
3310
3362
|
"data": [
|
|
3311
3363
|
{
|
|
3312
|
-
"
|
|
3313
|
-
"
|
|
3364
|
+
"date": "Jan",
|
|
3365
|
+
"value": 12.0
|
|
3314
3366
|
},
|
|
3315
3367
|
{
|
|
3316
3368
|
"value": 19.0,
|
|
3317
3369
|
"date": "Feb"
|
|
3318
3370
|
},
|
|
3319
3371
|
{
|
|
3320
|
-
"
|
|
3321
|
-
"
|
|
3372
|
+
"date": "Mar",
|
|
3373
|
+
"value": 15.0
|
|
3322
3374
|
},
|
|
3323
3375
|
{
|
|
3324
3376
|
"value": 25.0,
|
|
3325
3377
|
"date": "Apr"
|
|
3326
3378
|
},
|
|
3327
3379
|
{
|
|
3328
|
-
"
|
|
3329
|
-
"
|
|
3380
|
+
"date": "May",
|
|
3381
|
+
"value": 22.0
|
|
3330
3382
|
},
|
|
3331
3383
|
{
|
|
3332
3384
|
"value": 30.0,
|
|
3333
3385
|
"date": "Jun"
|
|
3334
3386
|
}
|
|
3335
|
-
]
|
|
3336
|
-
"type": "line-chart"
|
|
3387
|
+
]
|
|
3337
3388
|
},
|
|
3338
3389
|
{
|
|
3339
3390
|
"type": "chart-legend",
|
|
@@ -3349,40 +3400,43 @@
|
|
|
3349
3400
|
]
|
|
3350
3401
|
},
|
|
3351
3402
|
{
|
|
3352
|
-
"
|
|
3353
|
-
|
|
3354
|
-
"id": "a",
|
|
3355
|
-
"label": "Start"
|
|
3356
|
-
},
|
|
3403
|
+
"width": 400.0,
|
|
3404
|
+
"edges": [
|
|
3357
3405
|
{
|
|
3358
|
-
"
|
|
3359
|
-
"
|
|
3406
|
+
"target": "b",
|
|
3407
|
+
"source": "a"
|
|
3360
3408
|
},
|
|
3361
3409
|
{
|
|
3362
|
-
"
|
|
3363
|
-
"
|
|
3410
|
+
"target": "c",
|
|
3411
|
+
"source": "b"
|
|
3364
3412
|
}
|
|
3365
3413
|
],
|
|
3366
|
-
"width": 400.0,
|
|
3367
3414
|
"height": 200.0,
|
|
3368
|
-
"
|
|
3369
|
-
"edges": [
|
|
3415
|
+
"nodes": [
|
|
3370
3416
|
{
|
|
3371
|
-
"
|
|
3372
|
-
"
|
|
3417
|
+
"id": "a",
|
|
3418
|
+
"label": "Start"
|
|
3373
3419
|
},
|
|
3374
3420
|
{
|
|
3375
|
-
"
|
|
3376
|
-
"
|
|
3421
|
+
"id": "b",
|
|
3422
|
+
"label": "Process"
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"id": "c",
|
|
3426
|
+
"label": "End"
|
|
3377
3427
|
}
|
|
3378
|
-
]
|
|
3428
|
+
],
|
|
3429
|
+
"type": "graph-view"
|
|
3379
3430
|
}
|
|
3380
3431
|
],
|
|
3381
|
-
"
|
|
3432
|
+
"type": "stack",
|
|
3433
|
+
"direction": "vertical",
|
|
3434
|
+
"gap": "lg"
|
|
3382
3435
|
}
|
|
3383
3436
|
]
|
|
3384
3437
|
}
|
|
3385
|
-
]
|
|
3438
|
+
],
|
|
3439
|
+
"type": "dashboard-layout"
|
|
3386
3440
|
}
|
|
3387
3441
|
]
|
|
3388
3442
|
]
|
|
@@ -3397,8 +3451,8 @@
|
|
|
3397
3451
|
"OnlineUser",
|
|
3398
3452
|
{
|
|
3399
3453
|
"emit": {
|
|
3400
|
-
"
|
|
3401
|
-
"
|
|
3454
|
+
"failure": "OnlineUserLoadFailed",
|
|
3455
|
+
"success": "OnlineUserLoaded"
|
|
3402
3456
|
}
|
|
3403
3457
|
}
|
|
3404
3458
|
],
|
|
@@ -3406,119 +3460,105 @@
|
|
|
3406
3460
|
"render-ui",
|
|
3407
3461
|
"main",
|
|
3408
3462
|
{
|
|
3409
|
-
"appName": "Realtime Chat",
|
|
3410
|
-
"navItems": [
|
|
3411
|
-
{
|
|
3412
|
-
"href": "/chat",
|
|
3413
|
-
"label": "Chat",
|
|
3414
|
-
"icon": "layout-list"
|
|
3415
|
-
},
|
|
3416
|
-
{
|
|
3417
|
-
"label": "Channels",
|
|
3418
|
-
"href": "/channels",
|
|
3419
|
-
"icon": "hash"
|
|
3420
|
-
},
|
|
3421
|
-
{
|
|
3422
|
-
"href": "/online",
|
|
3423
|
-
"label": "Online",
|
|
3424
|
-
"icon": "layout-list"
|
|
3425
|
-
}
|
|
3426
|
-
],
|
|
3427
3463
|
"children": [
|
|
3428
3464
|
{
|
|
3429
3465
|
"type": "scaled-diagram",
|
|
3430
3466
|
"children": [
|
|
3431
3467
|
{
|
|
3432
|
-
"
|
|
3468
|
+
"gap": "lg",
|
|
3469
|
+
"type": "stack",
|
|
3433
3470
|
"children": [
|
|
3434
3471
|
{
|
|
3472
|
+
"type": "breadcrumb",
|
|
3435
3473
|
"items": [
|
|
3436
3474
|
{
|
|
3437
|
-
"
|
|
3438
|
-
"
|
|
3475
|
+
"href": "/",
|
|
3476
|
+
"label": "Home"
|
|
3439
3477
|
},
|
|
3440
3478
|
{
|
|
3441
3479
|
"label": "Online Users"
|
|
3442
3480
|
}
|
|
3443
|
-
]
|
|
3444
|
-
"type": "breadcrumb"
|
|
3481
|
+
]
|
|
3445
3482
|
},
|
|
3446
3483
|
{
|
|
3484
|
+
"gap": "md",
|
|
3485
|
+
"type": "stack",
|
|
3486
|
+
"justify": "between",
|
|
3447
3487
|
"children": [
|
|
3448
3488
|
{
|
|
3489
|
+
"direction": "horizontal",
|
|
3490
|
+
"type": "stack",
|
|
3491
|
+
"gap": "md",
|
|
3449
3492
|
"children": [
|
|
3450
3493
|
{
|
|
3451
|
-
"
|
|
3452
|
-
"
|
|
3494
|
+
"name": "users",
|
|
3495
|
+
"type": "icon"
|
|
3453
3496
|
},
|
|
3454
3497
|
{
|
|
3455
3498
|
"type": "typography",
|
|
3456
|
-
"
|
|
3457
|
-
"
|
|
3499
|
+
"variant": "h2",
|
|
3500
|
+
"content": "Online Users"
|
|
3458
3501
|
}
|
|
3459
|
-
]
|
|
3460
|
-
"gap": "md",
|
|
3461
|
-
"direction": "horizontal",
|
|
3462
|
-
"type": "stack"
|
|
3502
|
+
]
|
|
3463
3503
|
},
|
|
3464
3504
|
{
|
|
3465
|
-
"icon": "refresh-cw",
|
|
3466
3505
|
"variant": "secondary",
|
|
3506
|
+
"label": "Refresh",
|
|
3467
3507
|
"type": "button",
|
|
3468
3508
|
"action": "REFRESH",
|
|
3469
|
-
"
|
|
3509
|
+
"icon": "refresh-cw"
|
|
3470
3510
|
}
|
|
3471
3511
|
],
|
|
3472
|
-
"
|
|
3473
|
-
"direction": "horizontal",
|
|
3474
|
-
"justify": "between",
|
|
3475
|
-
"gap": "md"
|
|
3512
|
+
"direction": "horizontal"
|
|
3476
3513
|
},
|
|
3477
3514
|
{
|
|
3478
3515
|
"type": "divider"
|
|
3479
3516
|
},
|
|
3480
3517
|
{
|
|
3518
|
+
"padding": "md",
|
|
3481
3519
|
"type": "box",
|
|
3482
3520
|
"children": [
|
|
3483
3521
|
{
|
|
3522
|
+
"cols": 3.0,
|
|
3523
|
+
"type": "simple-grid",
|
|
3484
3524
|
"children": [
|
|
3485
3525
|
{
|
|
3486
3526
|
"type": "card",
|
|
3487
3527
|
"children": [
|
|
3488
3528
|
{
|
|
3529
|
+
"direction": "vertical",
|
|
3530
|
+
"gap": "sm",
|
|
3531
|
+
"type": "stack",
|
|
3489
3532
|
"children": [
|
|
3490
3533
|
{
|
|
3491
|
-
"type": "typography",
|
|
3492
3534
|
"content": "Username",
|
|
3493
|
-
"variant": "caption"
|
|
3535
|
+
"variant": "caption",
|
|
3536
|
+
"type": "typography"
|
|
3494
3537
|
},
|
|
3495
3538
|
{
|
|
3539
|
+
"type": "typography",
|
|
3496
3540
|
"variant": "h3",
|
|
3497
|
-
"content": "@entity.username"
|
|
3498
|
-
"type": "typography"
|
|
3541
|
+
"content": "@entity.username"
|
|
3499
3542
|
}
|
|
3500
|
-
]
|
|
3501
|
-
"direction": "vertical",
|
|
3502
|
-
"gap": "sm",
|
|
3503
|
-
"type": "stack"
|
|
3543
|
+
]
|
|
3504
3544
|
}
|
|
3505
3545
|
]
|
|
3506
3546
|
},
|
|
3507
3547
|
{
|
|
3508
3548
|
"children": [
|
|
3509
3549
|
{
|
|
3510
|
-
"type": "stack",
|
|
3511
3550
|
"gap": "sm",
|
|
3512
3551
|
"direction": "vertical",
|
|
3552
|
+
"type": "stack",
|
|
3513
3553
|
"children": [
|
|
3514
3554
|
{
|
|
3555
|
+
"content": "Status",
|
|
3515
3556
|
"variant": "caption",
|
|
3516
|
-
"type": "typography"
|
|
3517
|
-
"content": "Status"
|
|
3557
|
+
"type": "typography"
|
|
3518
3558
|
},
|
|
3519
3559
|
{
|
|
3520
|
-
"variant": "h3",
|
|
3521
3560
|
"type": "typography",
|
|
3561
|
+
"variant": "h3",
|
|
3522
3562
|
"content": "@entity.status"
|
|
3523
3563
|
}
|
|
3524
3564
|
]
|
|
@@ -3527,67 +3567,66 @@
|
|
|
3527
3567
|
"type": "card"
|
|
3528
3568
|
},
|
|
3529
3569
|
{
|
|
3530
|
-
"type": "card",
|
|
3531
3570
|
"children": [
|
|
3532
3571
|
{
|
|
3533
|
-
"direction": "vertical",
|
|
3534
3572
|
"gap": "sm",
|
|
3535
3573
|
"children": [
|
|
3536
3574
|
{
|
|
3537
|
-
"variant": "caption",
|
|
3538
3575
|
"type": "typography",
|
|
3539
|
-
"content": "LastActive"
|
|
3576
|
+
"content": "LastActive",
|
|
3577
|
+
"variant": "caption"
|
|
3540
3578
|
},
|
|
3541
3579
|
{
|
|
3542
|
-
"content": "@entity.lastActive",
|
|
3543
3580
|
"variant": "h3",
|
|
3581
|
+
"content": "@entity.lastActive",
|
|
3544
3582
|
"type": "typography"
|
|
3545
3583
|
}
|
|
3546
3584
|
],
|
|
3547
|
-
"type": "stack"
|
|
3585
|
+
"type": "stack",
|
|
3586
|
+
"direction": "vertical"
|
|
3548
3587
|
}
|
|
3549
|
-
]
|
|
3588
|
+
],
|
|
3589
|
+
"type": "card"
|
|
3550
3590
|
},
|
|
3551
3591
|
{
|
|
3552
3592
|
"type": "card",
|
|
3553
3593
|
"children": [
|
|
3554
3594
|
{
|
|
3555
|
-
"type": "stack",
|
|
3556
3595
|
"gap": "sm",
|
|
3596
|
+
"type": "stack",
|
|
3597
|
+
"direction": "vertical",
|
|
3557
3598
|
"children": [
|
|
3558
3599
|
{
|
|
3600
|
+
"variant": "caption",
|
|
3559
3601
|
"content": "Avatar",
|
|
3560
|
-
"type": "typography"
|
|
3561
|
-
"variant": "caption"
|
|
3602
|
+
"type": "typography"
|
|
3562
3603
|
},
|
|
3563
3604
|
{
|
|
3564
3605
|
"variant": "h3",
|
|
3565
3606
|
"content": "@entity.avatar",
|
|
3566
3607
|
"type": "typography"
|
|
3567
3608
|
}
|
|
3568
|
-
]
|
|
3569
|
-
"direction": "vertical"
|
|
3609
|
+
]
|
|
3570
3610
|
}
|
|
3571
3611
|
]
|
|
3572
3612
|
}
|
|
3573
|
-
]
|
|
3574
|
-
"type": "simple-grid",
|
|
3575
|
-
"cols": 3.0
|
|
3613
|
+
]
|
|
3576
3614
|
}
|
|
3577
|
-
]
|
|
3578
|
-
"padding": "md"
|
|
3615
|
+
]
|
|
3579
3616
|
},
|
|
3580
3617
|
{
|
|
3581
3618
|
"type": "divider"
|
|
3582
3619
|
},
|
|
3583
3620
|
{
|
|
3584
3621
|
"gap": "md",
|
|
3622
|
+
"type": "grid",
|
|
3623
|
+
"cols": 2.0,
|
|
3585
3624
|
"children": [
|
|
3586
3625
|
{
|
|
3587
3626
|
"children": [
|
|
3588
3627
|
{
|
|
3589
|
-
"type": "typography",
|
|
3590
3628
|
"variant": "caption",
|
|
3629
|
+
"type": "typography",
|
|
3591
3630
|
"content": "Chart View"
|
|
3592
3631
|
}
|
|
3593
3632
|
],
|
|
@@ -3597,22 +3636,20 @@
|
|
|
3597
3636
|
"type": "card",
|
|
3598
3637
|
"children": [
|
|
3599
3638
|
{
|
|
3600
|
-
"
|
|
3639
|
+
"type": "typography",
|
|
3601
3640
|
"variant": "caption",
|
|
3602
|
-
"
|
|
3641
|
+
"content": "Graph View"
|
|
3603
3642
|
}
|
|
3604
3643
|
]
|
|
3605
3644
|
}
|
|
3606
|
-
]
|
|
3607
|
-
"type": "grid",
|
|
3608
|
-
"cols": 2.0
|
|
3645
|
+
]
|
|
3609
3646
|
},
|
|
3610
3647
|
{
|
|
3611
3648
|
"type": "line-chart",
|
|
3612
3649
|
"data": [
|
|
3613
3650
|
{
|
|
3614
|
-
"
|
|
3615
|
-
"
|
|
3651
|
+
"date": "Jan",
|
|
3652
|
+
"value": 12.0
|
|
3616
3653
|
},
|
|
3617
3654
|
{
|
|
3618
3655
|
"value": 19.0,
|
|
@@ -3650,42 +3687,59 @@
|
|
|
3650
3687
|
"type": "chart-legend"
|
|
3651
3688
|
},
|
|
3652
3689
|
{
|
|
3653
|
-
"width": 400.0,
|
|
3654
|
-
"height": 200.0,
|
|
3655
|
-
"type": "graph-view",
|
|
3656
3690
|
"nodes": [
|
|
3657
3691
|
{
|
|
3658
|
-
"
|
|
3659
|
-
"
|
|
3692
|
+
"label": "Start",
|
|
3693
|
+
"id": "a"
|
|
3660
3694
|
},
|
|
3661
3695
|
{
|
|
3662
|
-
"
|
|
3663
|
-
"
|
|
3696
|
+
"id": "b",
|
|
3697
|
+
"label": "Process"
|
|
3664
3698
|
},
|
|
3665
3699
|
{
|
|
3666
|
-
"
|
|
3667
|
-
"
|
|
3700
|
+
"id": "c",
|
|
3701
|
+
"label": "End"
|
|
3668
3702
|
}
|
|
3669
3703
|
],
|
|
3670
3704
|
"edges": [
|
|
3671
3705
|
{
|
|
3672
|
-
"
|
|
3673
|
-
"
|
|
3706
|
+
"target": "b",
|
|
3707
|
+
"source": "a"
|
|
3674
3708
|
},
|
|
3675
3709
|
{
|
|
3676
|
-
"
|
|
3677
|
-
"
|
|
3710
|
+
"source": "b",
|
|
3711
|
+
"target": "c"
|
|
3678
3712
|
}
|
|
3679
|
-
]
|
|
3713
|
+
],
|
|
3714
|
+
"width": 400.0,
|
|
3715
|
+
"height": 200.0,
|
|
3716
|
+
"type": "graph-view"
|
|
3680
3717
|
}
|
|
3681
3718
|
],
|
|
3682
|
-
"
|
|
3683
|
-
"type": "stack"
|
|
3719
|
+
"direction": "vertical"
|
|
3684
3720
|
}
|
|
3685
3721
|
]
|
|
3686
3722
|
}
|
|
3687
3723
|
],
|
|
3688
|
-
"type": "dashboard-layout"
|
|
3724
|
+
"type": "dashboard-layout",
|
|
3725
|
+
"appName": "Realtime Chat",
|
|
3726
|
+
"navItems": [
|
|
3727
|
+
{
|
|
3728
|
+
"icon": "layout-list",
|
|
3729
|
+
"label": "Chat",
|
|
3730
|
+
"href": "/chat"
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"icon": "hash",
|
|
3734
|
+
"label": "Channels",
|
|
3735
|
+
"href": "/channels"
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"icon": "layout-list",
|
|
3739
|
+
"label": "Online",
|
|
3740
|
+
"href": "/online"
|
|
3741
|
+
}
|
|
3742
|
+
]
|
|
3689
3743
|
}
|
|
3690
3744
|
]
|
|
3691
3745
|
]
|
|
@@ -3709,31 +3763,14 @@
|
|
|
3709
3763
|
"render-ui",
|
|
3710
3764
|
"main",
|
|
3711
3765
|
{
|
|
3712
|
-
"navItems": [
|
|
3713
|
-
{
|
|
3714
|
-
"label": "Chat",
|
|
3715
|
-
"icon": "layout-list",
|
|
3716
|
-
"href": "/chat"
|
|
3717
|
-
},
|
|
3718
|
-
{
|
|
3719
|
-
"href": "/channels",
|
|
3720
|
-
"label": "Channels",
|
|
3721
|
-
"icon": "hash"
|
|
3722
|
-
},
|
|
3723
|
-
{
|
|
3724
|
-
"label": "Online",
|
|
3725
|
-
"icon": "layout-list",
|
|
3726
|
-
"href": "/online"
|
|
3727
|
-
}
|
|
3728
|
-
],
|
|
3729
|
-
"type": "dashboard-layout",
|
|
3730
3766
|
"appName": "Realtime Chat",
|
|
3731
3767
|
"children": [
|
|
3732
3768
|
{
|
|
3769
|
+
"type": "scaled-diagram",
|
|
3733
3770
|
"children": [
|
|
3734
3771
|
{
|
|
3735
|
-
"gap": "lg",
|
|
3736
3772
|
"type": "stack",
|
|
3773
|
+
"direction": "vertical",
|
|
3737
3774
|
"children": [
|
|
3738
3775
|
{
|
|
3739
3776
|
"items": [
|
|
@@ -3748,7 +3785,7 @@
|
|
|
3748
3785
|
"type": "breadcrumb"
|
|
3749
3786
|
},
|
|
3750
3787
|
{
|
|
3751
|
-
"
|
|
3788
|
+
"gap": "md",
|
|
3752
3789
|
"justify": "between",
|
|
3753
3790
|
"children": [
|
|
3754
3791
|
{
|
|
@@ -3759,24 +3796,24 @@
|
|
|
3759
3796
|
},
|
|
3760
3797
|
{
|
|
3761
3798
|
"type": "typography",
|
|
3762
|
-
"
|
|
3763
|
-
"
|
|
3799
|
+
"variant": "h2",
|
|
3800
|
+
"content": "Online Users"
|
|
3764
3801
|
}
|
|
3765
3802
|
],
|
|
3766
|
-
"direction": "horizontal",
|
|
3767
3803
|
"gap": "md",
|
|
3768
|
-
"type": "stack"
|
|
3804
|
+
"type": "stack",
|
|
3805
|
+
"direction": "horizontal"
|
|
3769
3806
|
},
|
|
3770
3807
|
{
|
|
3771
|
-
"label": "Refresh",
|
|
3772
|
-
"action": "REFRESH",
|
|
3773
3808
|
"variant": "secondary",
|
|
3809
|
+
"action": "REFRESH",
|
|
3810
|
+
"label": "Refresh",
|
|
3774
3811
|
"type": "button",
|
|
3775
3812
|
"icon": "refresh-cw"
|
|
3776
3813
|
}
|
|
3777
3814
|
],
|
|
3778
|
-
"
|
|
3779
|
-
"
|
|
3815
|
+
"direction": "horizontal",
|
|
3816
|
+
"type": "stack"
|
|
3780
3817
|
},
|
|
3781
3818
|
{
|
|
3782
3819
|
"type": "divider"
|
|
@@ -3784,29 +3821,28 @@
|
|
|
3784
3821
|
{
|
|
3785
3822
|
"children": [
|
|
3786
3823
|
{
|
|
3787
|
-
"cols": 3.0,
|
|
3788
3824
|
"children": [
|
|
3789
3825
|
{
|
|
3826
|
+
"type": "card",
|
|
3790
3827
|
"children": [
|
|
3791
3828
|
{
|
|
3792
|
-
"gap": "sm",
|
|
3793
|
-
"direction": "vertical",
|
|
3794
3829
|
"type": "stack",
|
|
3830
|
+
"direction": "vertical",
|
|
3831
|
+
"gap": "sm",
|
|
3795
3832
|
"children": [
|
|
3796
3833
|
{
|
|
3797
|
-
"
|
|
3834
|
+
"type": "typography",
|
|
3798
3835
|
"variant": "caption",
|
|
3799
|
-
"
|
|
3836
|
+
"content": "Username"
|
|
3800
3837
|
},
|
|
3801
3838
|
{
|
|
3802
|
-
"variant": "h3",
|
|
3803
3839
|
"type": "typography",
|
|
3840
|
+
"variant": "h3",
|
|
3804
3841
|
"content": "@entity.username"
|
|
3805
3842
|
}
|
|
3806
3843
|
]
|
|
3807
3844
|
}
|
|
3808
|
-
]
|
|
3809
|
-
"type": "card"
|
|
3845
|
+
]
|
|
3810
3846
|
},
|
|
3811
3847
|
{
|
|
3812
3848
|
"type": "card",
|
|
@@ -3814,27 +3850,29 @@
|
|
|
3814
3850
|
{
|
|
3815
3851
|
"children": [
|
|
3816
3852
|
{
|
|
3817
|
-
"content": "Status",
|
|
3818
3853
|
"variant": "caption",
|
|
3854
|
+
"content": "Status",
|
|
3819
3855
|
"type": "typography"
|
|
3820
3856
|
},
|
|
3821
3857
|
{
|
|
3822
|
-
"
|
|
3858
|
+
"variant": "h3",
|
|
3823
3859
|
"content": "@entity.status",
|
|
3824
|
-
"
|
|
3860
|
+
"type": "typography"
|
|
3825
3861
|
}
|
|
3826
3862
|
],
|
|
3827
|
-
"
|
|
3863
|
+
"direction": "vertical",
|
|
3828
3864
|
"type": "stack",
|
|
3829
|
-
"
|
|
3865
|
+
"gap": "sm"
|
|
3830
3866
|
}
|
|
3831
3867
|
]
|
|
3832
3868
|
},
|
|
3833
3869
|
{
|
|
3870
|
+
"type": "card",
|
|
3834
3871
|
"children": [
|
|
3835
3872
|
{
|
|
3836
|
-
"
|
|
3873
|
+
"direction": "vertical",
|
|
3837
3874
|
"gap": "sm",
|
|
3875
|
+
"type": "stack",
|
|
3838
3876
|
"children": [
|
|
3839
3877
|
{
|
|
3840
3878
|
"variant": "caption",
|
|
@@ -3842,40 +3880,39 @@
|
|
|
3842
3880
|
"content": "LastActive"
|
|
3843
3881
|
},
|
|
3844
3882
|
{
|
|
3845
|
-
"variant": "h3",
|
|
3846
3883
|
"content": "@entity.lastActive",
|
|
3847
|
-
"type": "typography"
|
|
3884
|
+
"type": "typography",
|
|
3885
|
+
"variant": "h3"
|
|
3848
3886
|
}
|
|
3849
|
-
]
|
|
3850
|
-
"direction": "vertical"
|
|
3887
|
+
]
|
|
3851
3888
|
}
|
|
3852
|
-
]
|
|
3853
|
-
"type": "card"
|
|
3889
|
+
]
|
|
3854
3890
|
},
|
|
3855
3891
|
{
|
|
3856
3892
|
"children": [
|
|
3857
3893
|
{
|
|
3858
|
-
"direction": "vertical",
|
|
3859
|
-
"gap": "sm",
|
|
3860
|
-
"type": "stack",
|
|
3861
3894
|
"children": [
|
|
3862
3895
|
{
|
|
3863
3896
|
"content": "Avatar",
|
|
3864
|
-
"
|
|
3865
|
-
"
|
|
3897
|
+
"type": "typography",
|
|
3898
|
+
"variant": "caption"
|
|
3866
3899
|
},
|
|
3867
3900
|
{
|
|
3868
|
-
"
|
|
3901
|
+
"variant": "h3",
|
|
3869
3902
|
"content": "@entity.avatar",
|
|
3870
|
-
"
|
|
3903
|
+
"type": "typography"
|
|
3871
3904
|
}
|
|
3872
|
-
]
|
|
3905
|
+
],
|
|
3906
|
+
"type": "stack",
|
|
3907
|
+
"gap": "sm",
|
|
3908
|
+
"direction": "vertical"
|
|
3873
3909
|
}
|
|
3874
3910
|
],
|
|
3875
3911
|
"type": "card"
|
|
3876
3912
|
}
|
|
3877
3913
|
],
|
|
3878
|
-
"type": "simple-grid"
|
|
3914
|
+
"type": "simple-grid",
|
|
3915
|
+
"cols": 3.0
|
|
3879
3916
|
}
|
|
3880
3917
|
],
|
|
3881
3918
|
"type": "box",
|
|
@@ -3885,13 +3922,15 @@
|
|
|
3885
3922
|
"type": "divider"
|
|
3886
3923
|
},
|
|
3887
3924
|
{
|
|
3925
|
+
"type": "grid",
|
|
3926
|
+
"cols": 2.0,
|
|
3888
3927
|
"children": [
|
|
3889
3928
|
{
|
|
3890
3929
|
"type": "card",
|
|
3891
3930
|
"children": [
|
|
3892
3931
|
{
|
|
3893
|
-
"variant": "caption",
|
|
3894
3932
|
"type": "typography",
|
|
3933
|
+
"variant": "caption",
|
|
3895
3934
|
"content": "Chart View"
|
|
3896
3935
|
}
|
|
3897
3936
|
]
|
|
@@ -3900,47 +3939,46 @@
|
|
|
3900
3939
|
"type": "card",
|
|
3901
3940
|
"children": [
|
|
3902
3941
|
{
|
|
3903
|
-
"
|
|
3942
|
+
"variant": "caption",
|
|
3904
3943
|
"content": "Graph View",
|
|
3905
|
-
"
|
|
3944
|
+
"type": "typography"
|
|
3906
3945
|
}
|
|
3907
3946
|
]
|
|
3908
3947
|
}
|
|
3909
3948
|
],
|
|
3910
|
-
"type": "grid",
|
|
3911
|
-
"cols": 2.0,
|
|
3912
3949
|
"gap": "md"
|
|
3913
3950
|
},
|
|
3914
3951
|
{
|
|
3915
|
-
"type": "line-chart",
|
|
3916
3952
|
"data": [
|
|
3917
3953
|
{
|
|
3918
|
-
"
|
|
3919
|
-
"
|
|
3954
|
+
"value": 12.0,
|
|
3955
|
+
"date": "Jan"
|
|
3920
3956
|
},
|
|
3921
3957
|
{
|
|
3922
3958
|
"value": 19.0,
|
|
3923
3959
|
"date": "Feb"
|
|
3924
3960
|
},
|
|
3925
3961
|
{
|
|
3926
|
-
"
|
|
3927
|
-
"
|
|
3962
|
+
"value": 15.0,
|
|
3963
|
+
"date": "Mar"
|
|
3928
3964
|
},
|
|
3929
3965
|
{
|
|
3930
3966
|
"date": "Apr",
|
|
3931
3967
|
"value": 25.0
|
|
3932
3968
|
},
|
|
3933
3969
|
{
|
|
3934
|
-
"
|
|
3935
|
-
"
|
|
3970
|
+
"value": 22.0,
|
|
3971
|
+
"date": "May"
|
|
3936
3972
|
},
|
|
3937
3973
|
{
|
|
3938
3974
|
"date": "Jun",
|
|
3939
3975
|
"value": 30.0
|
|
3940
3976
|
}
|
|
3941
|
-
]
|
|
3977
|
+
],
|
|
3978
|
+
"type": "line-chart"
|
|
3942
3979
|
},
|
|
3943
3980
|
{
|
|
3981
|
+
"type": "chart-legend",
|
|
3944
3982
|
"items": [
|
|
3945
3983
|
{
|
|
3946
3984
|
"label": "Current",
|
|
@@ -3950,43 +3988,59 @@
|
|
|
3950
3988
|
"label": "Previous",
|
|
3951
3989
|
"color": "muted"
|
|
3952
3990
|
}
|
|
3953
|
-
]
|
|
3954
|
-
"type": "chart-legend"
|
|
3991
|
+
]
|
|
3955
3992
|
},
|
|
3956
3993
|
{
|
|
3957
|
-
"type": "graph-view",
|
|
3958
|
-
"width": 400.0,
|
|
3959
|
-
"edges": [
|
|
3960
|
-
{
|
|
3961
|
-
"source": "a",
|
|
3962
|
-
"target": "b"
|
|
3963
|
-
},
|
|
3964
|
-
{
|
|
3965
|
-
"target": "c",
|
|
3966
|
-
"source": "b"
|
|
3967
|
-
}
|
|
3968
|
-
],
|
|
3969
3994
|
"nodes": [
|
|
3970
3995
|
{
|
|
3971
3996
|
"id": "a",
|
|
3972
3997
|
"label": "Start"
|
|
3973
3998
|
},
|
|
3974
3999
|
{
|
|
3975
|
-
"
|
|
3976
|
-
"
|
|
4000
|
+
"label": "Process",
|
|
4001
|
+
"id": "b"
|
|
3977
4002
|
},
|
|
3978
4003
|
{
|
|
3979
|
-
"
|
|
3980
|
-
"
|
|
4004
|
+
"id": "c",
|
|
4005
|
+
"label": "End"
|
|
3981
4006
|
}
|
|
3982
4007
|
],
|
|
3983
|
-
"
|
|
4008
|
+
"edges": [
|
|
4009
|
+
{
|
|
4010
|
+
"source": "a",
|
|
4011
|
+
"target": "b"
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"source": "b",
|
|
4015
|
+
"target": "c"
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
4018
|
+
"width": 400.0,
|
|
4019
|
+
"height": 200.0,
|
|
4020
|
+
"type": "graph-view"
|
|
3984
4021
|
}
|
|
3985
4022
|
],
|
|
3986
|
-
"
|
|
4023
|
+
"gap": "lg"
|
|
3987
4024
|
}
|
|
3988
|
-
]
|
|
3989
|
-
|
|
4025
|
+
]
|
|
4026
|
+
}
|
|
4027
|
+
],
|
|
4028
|
+
"type": "dashboard-layout",
|
|
4029
|
+
"navItems": [
|
|
4030
|
+
{
|
|
4031
|
+
"href": "/chat",
|
|
4032
|
+
"icon": "layout-list",
|
|
4033
|
+
"label": "Chat"
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"href": "/channels",
|
|
4037
|
+
"icon": "hash",
|
|
4038
|
+
"label": "Channels"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"label": "Online",
|
|
4042
|
+
"icon": "layout-list",
|
|
4043
|
+
"href": "/online"
|
|
3990
4044
|
}
|
|
3991
4045
|
]
|
|
3992
4046
|
}
|
|
@@ -4012,21 +4066,23 @@
|
|
|
4012
4066
|
"render-ui",
|
|
4013
4067
|
"main",
|
|
4014
4068
|
{
|
|
4069
|
+
"type": "dashboard-layout",
|
|
4070
|
+
"appName": "Realtime Chat",
|
|
4015
4071
|
"navItems": [
|
|
4016
4072
|
{
|
|
4073
|
+
"icon": "layout-list",
|
|
4017
4074
|
"label": "Chat",
|
|
4018
|
-
"href": "/chat"
|
|
4019
|
-
"icon": "layout-list"
|
|
4075
|
+
"href": "/chat"
|
|
4020
4076
|
},
|
|
4021
4077
|
{
|
|
4022
|
-
"label": "Channels",
|
|
4023
4078
|
"href": "/channels",
|
|
4024
|
-
"icon": "hash"
|
|
4079
|
+
"icon": "hash",
|
|
4080
|
+
"label": "Channels"
|
|
4025
4081
|
},
|
|
4026
4082
|
{
|
|
4027
4083
|
"href": "/online",
|
|
4028
|
-
"
|
|
4029
|
-
"
|
|
4084
|
+
"icon": "layout-list",
|
|
4085
|
+
"label": "Online"
|
|
4030
4086
|
}
|
|
4031
4087
|
],
|
|
4032
4088
|
"children": [
|
|
@@ -4034,89 +4090,86 @@
|
|
|
4034
4090
|
"type": "scaled-diagram",
|
|
4035
4091
|
"children": [
|
|
4036
4092
|
{
|
|
4037
|
-
"direction": "vertical",
|
|
4038
|
-
"gap": "lg",
|
|
4039
|
-
"type": "stack",
|
|
4040
4093
|
"children": [
|
|
4041
4094
|
{
|
|
4095
|
+
"type": "breadcrumb",
|
|
4042
4096
|
"items": [
|
|
4043
4097
|
{
|
|
4044
|
-
"
|
|
4045
|
-
"
|
|
4098
|
+
"href": "/",
|
|
4099
|
+
"label": "Home"
|
|
4046
4100
|
},
|
|
4047
4101
|
{
|
|
4048
4102
|
"label": "Online Users"
|
|
4049
4103
|
}
|
|
4050
|
-
]
|
|
4051
|
-
"type": "breadcrumb"
|
|
4104
|
+
]
|
|
4052
4105
|
},
|
|
4053
4106
|
{
|
|
4054
|
-
"gap": "md",
|
|
4055
|
-
"justify": "between",
|
|
4056
4107
|
"type": "stack",
|
|
4108
|
+
"gap": "md",
|
|
4109
|
+
"direction": "horizontal",
|
|
4057
4110
|
"children": [
|
|
4058
4111
|
{
|
|
4059
4112
|
"children": [
|
|
4060
4113
|
{
|
|
4061
|
-
"
|
|
4062
|
-
"
|
|
4114
|
+
"type": "icon",
|
|
4115
|
+
"name": "users"
|
|
4063
4116
|
},
|
|
4064
4117
|
{
|
|
4065
|
-
"
|
|
4118
|
+
"type": "typography",
|
|
4066
4119
|
"content": "Online Users",
|
|
4067
|
-
"
|
|
4120
|
+
"variant": "h2"
|
|
4068
4121
|
}
|
|
4069
4122
|
],
|
|
4070
|
-
"direction": "horizontal",
|
|
4071
4123
|
"type": "stack",
|
|
4072
|
-
"gap": "md"
|
|
4124
|
+
"gap": "md",
|
|
4125
|
+
"direction": "horizontal"
|
|
4073
4126
|
},
|
|
4074
4127
|
{
|
|
4075
|
-
"type": "button",
|
|
4076
4128
|
"action": "REFRESH",
|
|
4077
|
-
"label": "Refresh",
|
|
4078
4129
|
"variant": "secondary",
|
|
4079
|
-
"
|
|
4130
|
+
"label": "Refresh",
|
|
4131
|
+
"icon": "refresh-cw",
|
|
4132
|
+
"type": "button"
|
|
4080
4133
|
}
|
|
4081
4134
|
],
|
|
4082
|
-
"
|
|
4135
|
+
"justify": "between"
|
|
4083
4136
|
},
|
|
4084
4137
|
{
|
|
4085
4138
|
"type": "divider"
|
|
4086
4139
|
},
|
|
4087
4140
|
{
|
|
4088
|
-
"type": "box",
|
|
4089
4141
|
"padding": "md",
|
|
4142
|
+
"type": "box",
|
|
4090
4143
|
"children": [
|
|
4091
4144
|
{
|
|
4092
|
-
"cols": 3.0,
|
|
4093
4145
|
"children": [
|
|
4094
4146
|
{
|
|
4147
|
+
"type": "card",
|
|
4095
4148
|
"children": [
|
|
4096
4149
|
{
|
|
4097
|
-
"type": "stack",
|
|
4098
|
-
"direction": "vertical",
|
|
4099
4150
|
"gap": "sm",
|
|
4100
4151
|
"children": [
|
|
4101
4152
|
{
|
|
4102
|
-
"type": "typography",
|
|
4103
4153
|
"variant": "caption",
|
|
4154
|
+
"type": "typography",
|
|
4104
4155
|
"content": "Username"
|
|
4105
4156
|
},
|
|
4106
4157
|
{
|
|
4158
|
+
"type": "typography",
|
|
4107
4159
|
"variant": "h3",
|
|
4108
|
-
"content": "@entity.username"
|
|
4109
|
-
"type": "typography"
|
|
4160
|
+
"content": "@entity.username"
|
|
4110
4161
|
}
|
|
4111
|
-
]
|
|
4162
|
+
],
|
|
4163
|
+
"type": "stack",
|
|
4164
|
+
"direction": "vertical"
|
|
4112
4165
|
}
|
|
4113
|
-
]
|
|
4114
|
-
"type": "card"
|
|
4166
|
+
]
|
|
4115
4167
|
},
|
|
4116
4168
|
{
|
|
4117
|
-
"type": "card",
|
|
4118
4169
|
"children": [
|
|
4119
4170
|
{
|
|
4171
|
+
"type": "stack",
|
|
4172
|
+
"direction": "vertical",
|
|
4120
4173
|
"gap": "sm",
|
|
4121
4174
|
"children": [
|
|
4122
4175
|
{
|
|
@@ -4125,62 +4178,62 @@
|
|
|
4125
4178
|
"content": "Status"
|
|
4126
4179
|
},
|
|
4127
4180
|
{
|
|
4181
|
+
"type": "typography",
|
|
4128
4182
|
"variant": "h3",
|
|
4129
|
-
"content": "@entity.status"
|
|
4130
|
-
"type": "typography"
|
|
4183
|
+
"content": "@entity.status"
|
|
4131
4184
|
}
|
|
4132
|
-
]
|
|
4133
|
-
"type": "stack",
|
|
4134
|
-
"direction": "vertical"
|
|
4185
|
+
]
|
|
4135
4186
|
}
|
|
4136
|
-
]
|
|
4187
|
+
],
|
|
4188
|
+
"type": "card"
|
|
4137
4189
|
},
|
|
4138
4190
|
{
|
|
4191
|
+
"type": "card",
|
|
4139
4192
|
"children": [
|
|
4140
4193
|
{
|
|
4194
|
+
"type": "stack",
|
|
4141
4195
|
"gap": "sm",
|
|
4196
|
+
"direction": "vertical",
|
|
4142
4197
|
"children": [
|
|
4143
4198
|
{
|
|
4199
|
+
"variant": "caption",
|
|
4144
4200
|
"type": "typography",
|
|
4145
|
-
"content": "LastActive"
|
|
4146
|
-
"variant": "caption"
|
|
4201
|
+
"content": "LastActive"
|
|
4147
4202
|
},
|
|
4148
4203
|
{
|
|
4149
|
-
"
|
|
4204
|
+
"variant": "h3",
|
|
4150
4205
|
"content": "@entity.lastActive",
|
|
4151
|
-
"
|
|
4206
|
+
"type": "typography"
|
|
4152
4207
|
}
|
|
4153
|
-
]
|
|
4154
|
-
"direction": "vertical",
|
|
4155
|
-
"type": "stack"
|
|
4208
|
+
]
|
|
4156
4209
|
}
|
|
4157
|
-
]
|
|
4158
|
-
"type": "card"
|
|
4210
|
+
]
|
|
4159
4211
|
},
|
|
4160
4212
|
{
|
|
4161
4213
|
"type": "card",
|
|
4162
4214
|
"children": [
|
|
4163
4215
|
{
|
|
4164
4216
|
"type": "stack",
|
|
4217
|
+
"gap": "sm",
|
|
4218
|
+
"direction": "vertical",
|
|
4165
4219
|
"children": [
|
|
4166
4220
|
{
|
|
4167
|
-
"content": "Avatar",
|
|
4168
4221
|
"type": "typography",
|
|
4169
|
-
"variant": "caption"
|
|
4222
|
+
"variant": "caption",
|
|
4223
|
+
"content": "Avatar"
|
|
4170
4224
|
},
|
|
4171
4225
|
{
|
|
4172
|
-
"variant": "h3",
|
|
4173
4226
|
"content": "@entity.avatar",
|
|
4174
|
-
"type": "typography"
|
|
4227
|
+
"type": "typography",
|
|
4228
|
+
"variant": "h3"
|
|
4175
4229
|
}
|
|
4176
|
-
]
|
|
4177
|
-
"direction": "vertical",
|
|
4178
|
-
"gap": "sm"
|
|
4230
|
+
]
|
|
4179
4231
|
}
|
|
4180
4232
|
]
|
|
4181
4233
|
}
|
|
4182
4234
|
],
|
|
4183
|
-
"type": "simple-grid"
|
|
4235
|
+
"type": "simple-grid",
|
|
4236
|
+
"cols": 3.0
|
|
4184
4237
|
}
|
|
4185
4238
|
]
|
|
4186
4239
|
},
|
|
@@ -4188,12 +4241,14 @@
|
|
|
4188
4241
|
"type": "divider"
|
|
4189
4242
|
},
|
|
4190
4243
|
{
|
|
4244
|
+
"gap": "md",
|
|
4245
|
+
"type": "grid",
|
|
4191
4246
|
"children": [
|
|
4192
4247
|
{
|
|
4193
4248
|
"children": [
|
|
4194
4249
|
{
|
|
4195
|
-
"variant": "caption",
|
|
4196
4250
|
"type": "typography",
|
|
4251
|
+
"variant": "caption",
|
|
4197
4252
|
"content": "Chart View"
|
|
4198
4253
|
}
|
|
4199
4254
|
],
|
|
@@ -4210,23 +4265,21 @@
|
|
|
4210
4265
|
]
|
|
4211
4266
|
}
|
|
4212
4267
|
],
|
|
4213
|
-
"type": "grid",
|
|
4214
|
-
"gap": "md",
|
|
4215
4268
|
"cols": 2.0
|
|
4216
4269
|
},
|
|
4217
4270
|
{
|
|
4218
4271
|
"data": [
|
|
4219
4272
|
{
|
|
4220
|
-
"
|
|
4221
|
-
"
|
|
4273
|
+
"date": "Jan",
|
|
4274
|
+
"value": 12.0
|
|
4222
4275
|
},
|
|
4223
4276
|
{
|
|
4224
4277
|
"date": "Feb",
|
|
4225
4278
|
"value": 19.0
|
|
4226
4279
|
},
|
|
4227
4280
|
{
|
|
4228
|
-
"
|
|
4229
|
-
"
|
|
4281
|
+
"date": "Mar",
|
|
4282
|
+
"value": 15.0
|
|
4230
4283
|
},
|
|
4231
4284
|
{
|
|
4232
4285
|
"value": 25.0,
|
|
@@ -4237,8 +4290,8 @@
|
|
|
4237
4290
|
"date": "May"
|
|
4238
4291
|
},
|
|
4239
4292
|
{
|
|
4240
|
-
"
|
|
4241
|
-
"
|
|
4293
|
+
"date": "Jun",
|
|
4294
|
+
"value": 30.0
|
|
4242
4295
|
}
|
|
4243
4296
|
],
|
|
4244
4297
|
"type": "line-chart"
|
|
@@ -4263,18 +4316,19 @@
|
|
|
4263
4316
|
"source": "a"
|
|
4264
4317
|
},
|
|
4265
4318
|
{
|
|
4266
|
-
"
|
|
4267
|
-
"
|
|
4319
|
+
"source": "b",
|
|
4320
|
+
"target": "c"
|
|
4268
4321
|
}
|
|
4269
4322
|
],
|
|
4323
|
+
"type": "graph-view",
|
|
4270
4324
|
"nodes": [
|
|
4271
4325
|
{
|
|
4272
|
-
"
|
|
4273
|
-
"
|
|
4326
|
+
"id": "a",
|
|
4327
|
+
"label": "Start"
|
|
4274
4328
|
},
|
|
4275
4329
|
{
|
|
4276
|
-
"
|
|
4277
|
-
"
|
|
4330
|
+
"id": "b",
|
|
4331
|
+
"label": "Process"
|
|
4278
4332
|
},
|
|
4279
4333
|
{
|
|
4280
4334
|
"label": "End",
|
|
@@ -4282,16 +4336,16 @@
|
|
|
4282
4336
|
}
|
|
4283
4337
|
],
|
|
4284
4338
|
"width": 400.0,
|
|
4285
|
-
"type": "graph-view",
|
|
4286
4339
|
"height": 200.0
|
|
4287
4340
|
}
|
|
4288
|
-
]
|
|
4341
|
+
],
|
|
4342
|
+
"direction": "vertical",
|
|
4343
|
+
"gap": "lg",
|
|
4344
|
+
"type": "stack"
|
|
4289
4345
|
}
|
|
4290
4346
|
]
|
|
4291
4347
|
}
|
|
4292
|
-
]
|
|
4293
|
-
"type": "dashboard-layout",
|
|
4294
|
-
"appName": "Realtime Chat"
|
|
4348
|
+
]
|
|
4295
4349
|
}
|
|
4296
4350
|
]
|
|
4297
4351
|
]
|