@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -174,62 +174,72 @@
|
|
|
174
174
|
"render-ui",
|
|
175
175
|
"main",
|
|
176
176
|
{
|
|
177
|
-
"
|
|
177
|
+
"type": "dashboard-layout",
|
|
178
|
+
"navItems": [
|
|
179
|
+
{
|
|
180
|
+
"label": "Chat",
|
|
181
|
+
"href": "/chat",
|
|
182
|
+
"icon": "layout-list"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"href": "/channels",
|
|
186
|
+
"label": "Channels",
|
|
187
|
+
"icon": "hash"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"href": "/online",
|
|
191
|
+
"label": "Online",
|
|
192
|
+
"icon": "layout-list"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
178
195
|
"children": [
|
|
179
196
|
{
|
|
180
|
-
"direction": "vertical",
|
|
181
197
|
"gap": "lg",
|
|
182
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
183
198
|
"children": [
|
|
184
199
|
{
|
|
185
200
|
"align": "center",
|
|
186
|
-
"
|
|
201
|
+
"direction": "horizontal",
|
|
202
|
+
"justify": "between",
|
|
187
203
|
"children": [
|
|
188
204
|
{
|
|
189
205
|
"type": "stack",
|
|
190
|
-
"direction": "horizontal",
|
|
191
|
-
"align": "center",
|
|
192
206
|
"children": [
|
|
193
207
|
{
|
|
194
|
-
"
|
|
195
|
-
"
|
|
208
|
+
"type": "icon",
|
|
209
|
+
"name": "message-circle"
|
|
196
210
|
},
|
|
197
211
|
{
|
|
198
|
-
"
|
|
212
|
+
"variant": "h2",
|
|
199
213
|
"type": "typography",
|
|
200
|
-
"
|
|
214
|
+
"content": "Chat"
|
|
201
215
|
}
|
|
202
216
|
],
|
|
217
|
+
"direction": "horizontal",
|
|
218
|
+
"align": "center",
|
|
203
219
|
"gap": "sm"
|
|
204
220
|
},
|
|
205
221
|
{
|
|
206
|
-
"direction": "horizontal",
|
|
207
|
-
"type": "stack",
|
|
208
222
|
"gap": "sm",
|
|
223
|
+
"type": "stack",
|
|
209
224
|
"children": [
|
|
210
225
|
{
|
|
211
|
-
"action": "COMPOSE",
|
|
212
|
-
"label": "Compose",
|
|
213
|
-
"variant": "primary",
|
|
214
226
|
"icon": "edit",
|
|
227
|
+
"variant": "primary",
|
|
228
|
+
"label": "Compose",
|
|
229
|
+
"action": "COMPOSE",
|
|
215
230
|
"type": "button"
|
|
216
231
|
}
|
|
217
|
-
]
|
|
232
|
+
],
|
|
233
|
+
"direction": "horizontal"
|
|
218
234
|
}
|
|
219
235
|
],
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"type": "stack"
|
|
236
|
+
"type": "stack",
|
|
237
|
+
"gap": "md"
|
|
223
238
|
},
|
|
224
239
|
{
|
|
225
240
|
"type": "divider"
|
|
226
241
|
},
|
|
227
242
|
{
|
|
228
|
-
"variant": "message",
|
|
229
|
-
"gap": "sm",
|
|
230
|
-
"senderField": "sender",
|
|
231
|
-
"fields": [],
|
|
232
|
-
"type": "data-list",
|
|
233
243
|
"columns": [
|
|
234
244
|
{
|
|
235
245
|
"name": "sender",
|
|
@@ -240,8 +250,8 @@
|
|
|
240
250
|
"name": "content"
|
|
241
251
|
},
|
|
242
252
|
{
|
|
243
|
-
"variant": "caption",
|
|
244
253
|
"name": "timestamp",
|
|
254
|
+
"variant": "caption",
|
|
245
255
|
"format": "date"
|
|
246
256
|
}
|
|
247
257
|
],
|
|
@@ -252,30 +262,20 @@
|
|
|
252
262
|
"variant": "ghost"
|
|
253
263
|
}
|
|
254
264
|
],
|
|
255
|
-
"
|
|
265
|
+
"senderField": "sender",
|
|
266
|
+
"entity": "ChatMessage",
|
|
267
|
+
"fields": [],
|
|
268
|
+
"gap": "sm",
|
|
269
|
+
"variant": "message",
|
|
270
|
+
"type": "data-list"
|
|
256
271
|
}
|
|
257
272
|
],
|
|
258
|
-
"type": "stack"
|
|
273
|
+
"type": "stack",
|
|
274
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
275
|
+
"direction": "vertical"
|
|
259
276
|
}
|
|
260
277
|
],
|
|
261
|
-
"
|
|
262
|
-
"navItems": [
|
|
263
|
-
{
|
|
264
|
-
"label": "Chat",
|
|
265
|
-
"href": "/chat",
|
|
266
|
-
"icon": "layout-list"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"href": "/channels",
|
|
270
|
-
"label": "Channels",
|
|
271
|
-
"icon": "hash"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"label": "Online",
|
|
275
|
-
"icon": "layout-list",
|
|
276
|
-
"href": "/online"
|
|
277
|
-
}
|
|
278
|
-
]
|
|
278
|
+
"appName": "Realtime Chat"
|
|
279
279
|
}
|
|
280
280
|
]
|
|
281
281
|
]
|
|
@@ -429,43 +429,43 @@
|
|
|
429
429
|
"render-ui",
|
|
430
430
|
"modal",
|
|
431
431
|
{
|
|
432
|
-
"
|
|
432
|
+
"direction": "vertical",
|
|
433
433
|
"gap": "md",
|
|
434
434
|
"children": [
|
|
435
435
|
{
|
|
436
436
|
"type": "stack",
|
|
437
|
-
"gap": "sm",
|
|
438
437
|
"direction": "horizontal",
|
|
439
438
|
"children": [
|
|
440
439
|
{
|
|
441
|
-
"
|
|
442
|
-
"
|
|
440
|
+
"name": "edit",
|
|
441
|
+
"type": "icon"
|
|
443
442
|
},
|
|
444
443
|
{
|
|
445
|
-
"type": "typography",
|
|
446
444
|
"content": "New ChatMessage",
|
|
447
|
-
"variant": "h3"
|
|
445
|
+
"variant": "h3",
|
|
446
|
+
"type": "typography"
|
|
448
447
|
}
|
|
449
|
-
]
|
|
448
|
+
],
|
|
449
|
+
"gap": "sm"
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
452
|
"type": "divider"
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
|
+
"type": "form-section",
|
|
456
|
+
"mode": "create",
|
|
457
|
+
"submitEvent": "SEND",
|
|
458
|
+
"entity": "ChatMessage",
|
|
455
459
|
"cancelEvent": "CLOSE",
|
|
456
460
|
"fields": [
|
|
457
461
|
"sender",
|
|
458
462
|
"content",
|
|
459
463
|
"channel",
|
|
460
464
|
"timestamp"
|
|
461
|
-
]
|
|
462
|
-
"entity": "ChatMessage",
|
|
463
|
-
"mode": "create",
|
|
464
|
-
"submitEvent": "SEND",
|
|
465
|
-
"type": "form-section"
|
|
465
|
+
]
|
|
466
466
|
}
|
|
467
467
|
],
|
|
468
|
-
"
|
|
468
|
+
"type": "stack"
|
|
469
469
|
}
|
|
470
470
|
]
|
|
471
471
|
]
|
|
@@ -672,11 +672,11 @@
|
|
|
672
672
|
"fetch",
|
|
673
673
|
"ChatMessage",
|
|
674
674
|
{
|
|
675
|
+
"id": "@payload.id",
|
|
675
676
|
"emit": {
|
|
676
|
-
"
|
|
677
|
-
"
|
|
678
|
-
}
|
|
679
|
-
"id": "@payload.id"
|
|
677
|
+
"success": "ChatMessageLoaded",
|
|
678
|
+
"failure": "ChatMessageLoadFailed"
|
|
679
|
+
}
|
|
680
680
|
}
|
|
681
681
|
],
|
|
682
682
|
[
|
|
@@ -684,12 +684,12 @@
|
|
|
684
684
|
"modal",
|
|
685
685
|
{
|
|
686
686
|
"direction": "vertical",
|
|
687
|
+
"type": "stack",
|
|
687
688
|
"children": [
|
|
688
689
|
{
|
|
689
|
-
"type": "stack",
|
|
690
690
|
"direction": "horizontal",
|
|
691
|
-
"align": "center",
|
|
692
691
|
"gap": "sm",
|
|
692
|
+
"type": "stack",
|
|
693
693
|
"children": [
|
|
694
694
|
{
|
|
695
695
|
"type": "icon",
|
|
@@ -697,17 +697,17 @@
|
|
|
697
697
|
},
|
|
698
698
|
{
|
|
699
699
|
"content": "@entity.sender",
|
|
700
|
-
"
|
|
701
|
-
"
|
|
700
|
+
"type": "typography",
|
|
701
|
+
"variant": "h3"
|
|
702
702
|
}
|
|
703
|
-
]
|
|
703
|
+
],
|
|
704
|
+
"align": "center"
|
|
704
705
|
},
|
|
705
706
|
{
|
|
706
707
|
"type": "divider"
|
|
707
708
|
},
|
|
708
709
|
{
|
|
709
|
-
"
|
|
710
|
-
"type": "stack",
|
|
710
|
+
"gap": "md",
|
|
711
711
|
"children": [
|
|
712
712
|
{
|
|
713
713
|
"type": "typography",
|
|
@@ -715,32 +715,33 @@
|
|
|
715
715
|
"content": "Sender"
|
|
716
716
|
},
|
|
717
717
|
{
|
|
718
|
-
"variant": "body",
|
|
719
718
|
"type": "typography",
|
|
719
|
+
"variant": "body",
|
|
720
720
|
"content": "@entity.sender"
|
|
721
721
|
}
|
|
722
722
|
],
|
|
723
|
-
"
|
|
723
|
+
"direction": "horizontal",
|
|
724
|
+
"type": "stack"
|
|
724
725
|
},
|
|
725
726
|
{
|
|
727
|
+
"direction": "horizontal",
|
|
728
|
+
"type": "stack",
|
|
729
|
+
"gap": "md",
|
|
726
730
|
"children": [
|
|
727
731
|
{
|
|
728
|
-
"variant": "caption",
|
|
729
732
|
"content": "Content",
|
|
733
|
+
"variant": "caption",
|
|
730
734
|
"type": "typography"
|
|
731
735
|
},
|
|
732
736
|
{
|
|
733
|
-
"
|
|
737
|
+
"content": "@entity.content",
|
|
734
738
|
"type": "typography",
|
|
735
|
-
"
|
|
739
|
+
"variant": "body"
|
|
736
740
|
}
|
|
737
|
-
]
|
|
738
|
-
"type": "stack",
|
|
739
|
-
"gap": "md",
|
|
740
|
-
"direction": "horizontal"
|
|
741
|
+
]
|
|
741
742
|
},
|
|
742
743
|
{
|
|
743
|
-
"
|
|
744
|
+
"type": "stack",
|
|
744
745
|
"direction": "horizontal",
|
|
745
746
|
"children": [
|
|
746
747
|
{
|
|
@@ -749,12 +750,12 @@
|
|
|
749
750
|
"variant": "caption"
|
|
750
751
|
},
|
|
751
752
|
{
|
|
752
|
-
"
|
|
753
|
+
"type": "typography",
|
|
753
754
|
"content": "@entity.channel",
|
|
754
|
-
"
|
|
755
|
+
"variant": "body"
|
|
755
756
|
}
|
|
756
757
|
],
|
|
757
|
-
"
|
|
758
|
+
"gap": "md"
|
|
758
759
|
},
|
|
759
760
|
{
|
|
760
761
|
"direction": "horizontal",
|
|
@@ -762,14 +763,14 @@
|
|
|
762
763
|
"type": "stack",
|
|
763
764
|
"children": [
|
|
764
765
|
{
|
|
765
|
-
"content": "Timestamp",
|
|
766
766
|
"variant": "caption",
|
|
767
|
+
"content": "Timestamp",
|
|
767
768
|
"type": "typography"
|
|
768
769
|
},
|
|
769
770
|
{
|
|
770
771
|
"type": "typography",
|
|
771
|
-
"
|
|
772
|
-
"
|
|
772
|
+
"variant": "body",
|
|
773
|
+
"content": "@entity.timestamp"
|
|
773
774
|
}
|
|
774
775
|
]
|
|
775
776
|
},
|
|
@@ -777,7 +778,8 @@
|
|
|
777
778
|
"type": "divider"
|
|
778
779
|
},
|
|
779
780
|
{
|
|
780
|
-
"
|
|
781
|
+
"type": "stack",
|
|
782
|
+
"gap": "sm",
|
|
781
783
|
"children": [
|
|
782
784
|
{
|
|
783
785
|
"action": "CLOSE",
|
|
@@ -786,12 +788,10 @@
|
|
|
786
788
|
"variant": "ghost"
|
|
787
789
|
}
|
|
788
790
|
],
|
|
789
|
-
"
|
|
790
|
-
"
|
|
791
|
-
"justify": "end"
|
|
791
|
+
"justify": "end",
|
|
792
|
+
"direction": "horizontal"
|
|
792
793
|
}
|
|
793
794
|
],
|
|
794
|
-
"type": "stack",
|
|
795
795
|
"gap": "md"
|
|
796
796
|
}
|
|
797
797
|
]
|
|
@@ -1045,23 +1045,40 @@
|
|
|
1045
1045
|
"render-ui",
|
|
1046
1046
|
"main",
|
|
1047
1047
|
{
|
|
1048
|
-
"
|
|
1049
|
-
|
|
1048
|
+
"navItems": [
|
|
1049
|
+
{
|
|
1050
|
+
"label": "Chat",
|
|
1051
|
+
"href": "/chat",
|
|
1052
|
+
"icon": "layout-list"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"icon": "hash",
|
|
1056
|
+
"href": "/channels",
|
|
1057
|
+
"label": "Channels"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"icon": "layout-list",
|
|
1061
|
+
"label": "Online",
|
|
1062
|
+
"href": "/online"
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1050
1065
|
"children": [
|
|
1051
1066
|
{
|
|
1052
1067
|
"type": "stack",
|
|
1068
|
+
"direction": "vertical",
|
|
1069
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1070
|
+
"gap": "lg",
|
|
1053
1071
|
"children": [
|
|
1054
1072
|
{
|
|
1055
1073
|
"align": "center",
|
|
1074
|
+
"justify": "between",
|
|
1056
1075
|
"direction": "horizontal",
|
|
1057
1076
|
"gap": "md",
|
|
1058
|
-
"type": "stack",
|
|
1059
1077
|
"children": [
|
|
1060
1078
|
{
|
|
1061
|
-
"gap": "sm",
|
|
1062
|
-
"align": "center",
|
|
1063
|
-
"type": "stack",
|
|
1064
1079
|
"direction": "horizontal",
|
|
1080
|
+
"type": "stack",
|
|
1081
|
+
"align": "center",
|
|
1065
1082
|
"children": [
|
|
1066
1083
|
{
|
|
1067
1084
|
"name": "hash",
|
|
@@ -1072,24 +1089,25 @@
|
|
|
1072
1089
|
"type": "typography",
|
|
1073
1090
|
"variant": "h2"
|
|
1074
1091
|
}
|
|
1075
|
-
]
|
|
1092
|
+
],
|
|
1093
|
+
"gap": "sm"
|
|
1076
1094
|
},
|
|
1077
1095
|
{
|
|
1078
|
-
"direction": "horizontal",
|
|
1079
|
-
"type": "stack",
|
|
1080
1096
|
"children": [
|
|
1081
1097
|
{
|
|
1082
|
-
"label": "Create Channel",
|
|
1083
1098
|
"type": "button",
|
|
1084
1099
|
"variant": "primary",
|
|
1085
1100
|
"action": "CREATE",
|
|
1086
|
-
"icon": "plus"
|
|
1101
|
+
"icon": "plus",
|
|
1102
|
+
"label": "Create Channel"
|
|
1087
1103
|
}
|
|
1088
1104
|
],
|
|
1089
|
-
"
|
|
1105
|
+
"type": "stack",
|
|
1106
|
+
"gap": "sm",
|
|
1107
|
+
"direction": "horizontal"
|
|
1090
1108
|
}
|
|
1091
1109
|
],
|
|
1092
|
-
"
|
|
1110
|
+
"type": "stack"
|
|
1093
1111
|
},
|
|
1094
1112
|
{
|
|
1095
1113
|
"type": "divider"
|
|
@@ -1097,39 +1115,39 @@
|
|
|
1097
1115
|
{
|
|
1098
1116
|
"type": "data-list",
|
|
1099
1117
|
"entity": "Channel",
|
|
1118
|
+
"fields": [],
|
|
1100
1119
|
"itemActions": [
|
|
1101
1120
|
{
|
|
1121
|
+
"label": "View",
|
|
1102
1122
|
"event": "VIEW",
|
|
1103
|
-
"variant": "ghost"
|
|
1104
|
-
"label": "View"
|
|
1123
|
+
"variant": "ghost"
|
|
1105
1124
|
},
|
|
1106
1125
|
{
|
|
1107
|
-
"
|
|
1126
|
+
"label": "Edit",
|
|
1108
1127
|
"event": "EDIT",
|
|
1109
|
-
"
|
|
1128
|
+
"variant": "ghost"
|
|
1110
1129
|
},
|
|
1111
1130
|
{
|
|
1112
|
-
"label": "Delete",
|
|
1113
1131
|
"variant": "danger",
|
|
1132
|
+
"label": "Delete",
|
|
1114
1133
|
"event": "DELETE"
|
|
1115
1134
|
}
|
|
1116
1135
|
],
|
|
1117
|
-
"variant": "card",
|
|
1118
1136
|
"columns": [
|
|
1119
1137
|
{
|
|
1120
|
-
"
|
|
1138
|
+
"variant": "h3",
|
|
1121
1139
|
"icon": "hash",
|
|
1122
|
-
"
|
|
1140
|
+
"name": "name"
|
|
1123
1141
|
},
|
|
1124
1142
|
{
|
|
1125
|
-
"
|
|
1143
|
+
"label": "Members",
|
|
1126
1144
|
"format": "number",
|
|
1127
|
-
"
|
|
1128
|
-
"
|
|
1145
|
+
"name": "memberCount",
|
|
1146
|
+
"variant": "badge"
|
|
1129
1147
|
},
|
|
1130
1148
|
{
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1149
|
+
"name": "description",
|
|
1150
|
+
"variant": "body"
|
|
1133
1151
|
},
|
|
1134
1152
|
{
|
|
1135
1153
|
"label": "Private",
|
|
@@ -1138,32 +1156,14 @@
|
|
|
1138
1156
|
"variant": "body"
|
|
1139
1157
|
}
|
|
1140
1158
|
],
|
|
1141
|
-
"
|
|
1159
|
+
"variant": "card",
|
|
1142
1160
|
"gap": "sm"
|
|
1143
1161
|
}
|
|
1144
|
-
]
|
|
1145
|
-
"gap": "lg",
|
|
1146
|
-
"direction": "vertical",
|
|
1147
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
1162
|
+
]
|
|
1148
1163
|
}
|
|
1149
1164
|
],
|
|
1150
|
-
"
|
|
1151
|
-
|
|
1152
|
-
"icon": "layout-list",
|
|
1153
|
-
"href": "/chat",
|
|
1154
|
-
"label": "Chat"
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"href": "/channels",
|
|
1158
|
-
"icon": "hash",
|
|
1159
|
-
"label": "Channels"
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"label": "Online",
|
|
1163
|
-
"href": "/online",
|
|
1164
|
-
"icon": "layout-list"
|
|
1165
|
-
}
|
|
1166
|
-
]
|
|
1165
|
+
"type": "dashboard-layout",
|
|
1166
|
+
"appName": "Realtime Chat"
|
|
1167
1167
|
}
|
|
1168
1168
|
]
|
|
1169
1169
|
]
|
|
@@ -1327,8 +1327,8 @@
|
|
|
1327
1327
|
"Channel",
|
|
1328
1328
|
{
|
|
1329
1329
|
"emit": {
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1330
|
+
"failure": "ChannelLoadFailed",
|
|
1331
|
+
"success": "ChannelLoaded"
|
|
1332
1332
|
}
|
|
1333
1333
|
}
|
|
1334
1334
|
],
|
|
@@ -1337,12 +1337,16 @@
|
|
|
1337
1337
|
"modal",
|
|
1338
1338
|
{
|
|
1339
1339
|
"direction": "vertical",
|
|
1340
|
+
"gap": "md",
|
|
1341
|
+
"type": "stack",
|
|
1340
1342
|
"children": [
|
|
1341
1343
|
{
|
|
1344
|
+
"gap": "sm",
|
|
1345
|
+
"direction": "horizontal",
|
|
1342
1346
|
"children": [
|
|
1343
1347
|
{
|
|
1344
|
-
"
|
|
1345
|
-
"
|
|
1348
|
+
"type": "icon",
|
|
1349
|
+
"name": "plus-circle"
|
|
1346
1350
|
},
|
|
1347
1351
|
{
|
|
1348
1352
|
"type": "typography",
|
|
@@ -1350,29 +1354,25 @@
|
|
|
1350
1354
|
"variant": "h3"
|
|
1351
1355
|
}
|
|
1352
1356
|
],
|
|
1353
|
-
"
|
|
1354
|
-
"type": "stack",
|
|
1355
|
-
"direction": "horizontal"
|
|
1357
|
+
"type": "stack"
|
|
1356
1358
|
},
|
|
1357
1359
|
{
|
|
1358
1360
|
"type": "divider"
|
|
1359
1361
|
},
|
|
1360
1362
|
{
|
|
1361
|
-
"type": "form-section",
|
|
1362
|
-
"submitEvent": "SAVE",
|
|
1363
1363
|
"mode": "create",
|
|
1364
|
+
"cancelEvent": "CLOSE",
|
|
1365
|
+
"submitEvent": "SAVE",
|
|
1366
|
+
"type": "form-section",
|
|
1364
1367
|
"fields": [
|
|
1365
1368
|
"name",
|
|
1366
1369
|
"description",
|
|
1367
1370
|
"memberCount",
|
|
1368
1371
|
"isPrivate"
|
|
1369
1372
|
],
|
|
1370
|
-
"cancelEvent": "CLOSE",
|
|
1371
1373
|
"entity": "Channel"
|
|
1372
1374
|
}
|
|
1373
|
-
]
|
|
1374
|
-
"gap": "md",
|
|
1375
|
-
"type": "stack"
|
|
1375
|
+
]
|
|
1376
1376
|
}
|
|
1377
1377
|
]
|
|
1378
1378
|
]
|
|
@@ -1594,55 +1594,55 @@
|
|
|
1594
1594
|
"fetch",
|
|
1595
1595
|
"Channel",
|
|
1596
1596
|
{
|
|
1597
|
-
"id": "@payload.id",
|
|
1598
1597
|
"emit": {
|
|
1599
1598
|
"failure": "ChannelLoadFailed",
|
|
1600
1599
|
"success": "ChannelLoaded"
|
|
1601
|
-
}
|
|
1600
|
+
},
|
|
1601
|
+
"id": "@payload.id"
|
|
1602
1602
|
}
|
|
1603
1603
|
],
|
|
1604
1604
|
[
|
|
1605
1605
|
"render-ui",
|
|
1606
1606
|
"modal",
|
|
1607
1607
|
{
|
|
1608
|
-
"direction": "vertical",
|
|
1609
1608
|
"type": "stack",
|
|
1610
|
-
"gap": "md",
|
|
1611
1609
|
"children": [
|
|
1612
1610
|
{
|
|
1613
|
-
"direction": "horizontal",
|
|
1614
1611
|
"gap": "sm",
|
|
1615
1612
|
"type": "stack",
|
|
1616
1613
|
"children": [
|
|
1617
1614
|
{
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
1615
|
+
"type": "icon",
|
|
1616
|
+
"name": "edit"
|
|
1620
1617
|
},
|
|
1621
1618
|
{
|
|
1622
|
-
"
|
|
1619
|
+
"content": "Edit Channel",
|
|
1623
1620
|
"variant": "h3",
|
|
1624
|
-
"
|
|
1621
|
+
"type": "typography"
|
|
1625
1622
|
}
|
|
1626
|
-
]
|
|
1623
|
+
],
|
|
1624
|
+
"direction": "horizontal"
|
|
1627
1625
|
},
|
|
1628
1626
|
{
|
|
1629
1627
|
"type": "divider"
|
|
1630
1628
|
},
|
|
1631
1629
|
{
|
|
1632
|
-
"type": "form-section",
|
|
1633
|
-
"entity": "Channel",
|
|
1634
|
-
"entityId": "@entity.id",
|
|
1635
|
-
"submitEvent": "SAVE",
|
|
1636
|
-
"mode": "edit",
|
|
1637
1630
|
"cancelEvent": "CLOSE",
|
|
1631
|
+
"entityId": "@entity.id",
|
|
1638
1632
|
"fields": [
|
|
1639
1633
|
"name",
|
|
1640
1634
|
"description",
|
|
1641
1635
|
"memberCount",
|
|
1642
1636
|
"isPrivate"
|
|
1643
|
-
]
|
|
1637
|
+
],
|
|
1638
|
+
"submitEvent": "SAVE",
|
|
1639
|
+
"type": "form-section",
|
|
1640
|
+
"mode": "edit",
|
|
1641
|
+
"entity": "Channel"
|
|
1644
1642
|
}
|
|
1645
|
-
]
|
|
1643
|
+
],
|
|
1644
|
+
"direction": "vertical",
|
|
1645
|
+
"gap": "md"
|
|
1646
1646
|
}
|
|
1647
1647
|
]
|
|
1648
1648
|
]
|
|
@@ -1851,46 +1851,47 @@
|
|
|
1851
1851
|
"fetch",
|
|
1852
1852
|
"Channel",
|
|
1853
1853
|
{
|
|
1854
|
+
"id": "@payload.id",
|
|
1854
1855
|
"emit": {
|
|
1855
|
-
"
|
|
1856
|
-
"
|
|
1857
|
-
}
|
|
1858
|
-
"id": "@payload.id"
|
|
1856
|
+
"failure": "ChannelLoadFailed",
|
|
1857
|
+
"success": "ChannelLoaded"
|
|
1858
|
+
}
|
|
1859
1859
|
}
|
|
1860
1860
|
],
|
|
1861
1861
|
[
|
|
1862
1862
|
"render-ui",
|
|
1863
1863
|
"modal",
|
|
1864
1864
|
{
|
|
1865
|
+
"gap": "md",
|
|
1866
|
+
"direction": "vertical",
|
|
1865
1867
|
"children": [
|
|
1866
1868
|
{
|
|
1869
|
+
"gap": "sm",
|
|
1870
|
+
"align": "center",
|
|
1871
|
+
"direction": "horizontal",
|
|
1867
1872
|
"children": [
|
|
1868
1873
|
{
|
|
1869
|
-
"
|
|
1870
|
-
"
|
|
1874
|
+
"type": "icon",
|
|
1875
|
+
"name": "eye"
|
|
1871
1876
|
},
|
|
1872
1877
|
{
|
|
1878
|
+
"variant": "h3",
|
|
1873
1879
|
"content": "@entity.name",
|
|
1874
|
-
"type": "typography"
|
|
1875
|
-
"variant": "h3"
|
|
1880
|
+
"type": "typography"
|
|
1876
1881
|
}
|
|
1877
1882
|
],
|
|
1878
|
-
"
|
|
1879
|
-
"type": "stack",
|
|
1880
|
-
"direction": "horizontal",
|
|
1881
|
-
"align": "center"
|
|
1883
|
+
"type": "stack"
|
|
1882
1884
|
},
|
|
1883
1885
|
{
|
|
1884
1886
|
"type": "divider"
|
|
1885
1887
|
},
|
|
1886
1888
|
{
|
|
1887
|
-
"
|
|
1888
|
-
"type": "stack",
|
|
1889
|
+
"direction": "horizontal",
|
|
1889
1890
|
"children": [
|
|
1890
1891
|
{
|
|
1891
|
-
"type": "typography",
|
|
1892
1892
|
"variant": "caption",
|
|
1893
|
-
"content": "Name"
|
|
1893
|
+
"content": "Name",
|
|
1894
|
+
"type": "typography"
|
|
1894
1895
|
},
|
|
1895
1896
|
{
|
|
1896
1897
|
"type": "typography",
|
|
@@ -1898,33 +1899,34 @@
|
|
|
1898
1899
|
"variant": "body"
|
|
1899
1900
|
}
|
|
1900
1901
|
],
|
|
1901
|
-
"
|
|
1902
|
+
"type": "stack",
|
|
1903
|
+
"gap": "md"
|
|
1902
1904
|
},
|
|
1903
1905
|
{
|
|
1906
|
+
"gap": "md",
|
|
1904
1907
|
"direction": "horizontal",
|
|
1908
|
+
"type": "stack",
|
|
1905
1909
|
"children": [
|
|
1906
1910
|
{
|
|
1907
|
-
"
|
|
1911
|
+
"type": "typography",
|
|
1908
1912
|
"variant": "caption",
|
|
1909
|
-
"
|
|
1913
|
+
"content": "Description"
|
|
1910
1914
|
},
|
|
1911
1915
|
{
|
|
1912
1916
|
"variant": "body",
|
|
1913
1917
|
"type": "typography",
|
|
1914
1918
|
"content": "@entity.description"
|
|
1915
1919
|
}
|
|
1916
|
-
]
|
|
1917
|
-
"gap": "md",
|
|
1918
|
-
"type": "stack"
|
|
1920
|
+
]
|
|
1919
1921
|
},
|
|
1920
1922
|
{
|
|
1921
|
-
"direction": "horizontal",
|
|
1922
1923
|
"gap": "md",
|
|
1924
|
+
"type": "stack",
|
|
1923
1925
|
"children": [
|
|
1924
1926
|
{
|
|
1927
|
+
"type": "typography",
|
|
1925
1928
|
"content": "Member Count",
|
|
1926
|
-
"variant": "caption"
|
|
1927
|
-
"type": "typography"
|
|
1929
|
+
"variant": "caption"
|
|
1928
1930
|
},
|
|
1929
1931
|
{
|
|
1930
1932
|
"variant": "body",
|
|
@@ -1932,21 +1934,21 @@
|
|
|
1932
1934
|
"content": "@entity.memberCount"
|
|
1933
1935
|
}
|
|
1934
1936
|
],
|
|
1935
|
-
"
|
|
1937
|
+
"direction": "horizontal"
|
|
1936
1938
|
},
|
|
1937
1939
|
{
|
|
1938
|
-
"gap": "md",
|
|
1939
|
-
"type": "stack",
|
|
1940
1940
|
"direction": "horizontal",
|
|
1941
|
+
"type": "stack",
|
|
1942
|
+
"gap": "md",
|
|
1941
1943
|
"children": [
|
|
1942
1944
|
{
|
|
1945
|
+
"type": "typography",
|
|
1943
1946
|
"variant": "caption",
|
|
1944
|
-
"content": "Is Private"
|
|
1945
|
-
"type": "typography"
|
|
1947
|
+
"content": "Is Private"
|
|
1946
1948
|
},
|
|
1947
1949
|
{
|
|
1948
|
-
"type": "typography",
|
|
1949
1950
|
"content": "@entity.isPrivate",
|
|
1951
|
+
"type": "typography",
|
|
1950
1952
|
"variant": "body"
|
|
1951
1953
|
}
|
|
1952
1954
|
]
|
|
@@ -1955,30 +1957,28 @@
|
|
|
1955
1957
|
"type": "divider"
|
|
1956
1958
|
},
|
|
1957
1959
|
{
|
|
1958
|
-
"justify": "end",
|
|
1959
1960
|
"direction": "horizontal",
|
|
1961
|
+
"type": "stack",
|
|
1962
|
+
"justify": "end",
|
|
1960
1963
|
"children": [
|
|
1961
1964
|
{
|
|
1962
|
-
"action": "EDIT",
|
|
1963
|
-
"label": "Edit",
|
|
1964
1965
|
"variant": "primary",
|
|
1966
|
+
"action": "EDIT",
|
|
1965
1967
|
"type": "button",
|
|
1968
|
+
"label": "Edit",
|
|
1966
1969
|
"icon": "edit"
|
|
1967
1970
|
},
|
|
1968
1971
|
{
|
|
1969
1972
|
"label": "Close",
|
|
1970
1973
|
"variant": "ghost",
|
|
1971
|
-
"
|
|
1972
|
-
"
|
|
1974
|
+
"action": "CLOSE",
|
|
1975
|
+
"type": "button"
|
|
1973
1976
|
}
|
|
1974
1977
|
],
|
|
1975
|
-
"type": "stack",
|
|
1976
1978
|
"gap": "sm"
|
|
1977
1979
|
}
|
|
1978
1980
|
],
|
|
1979
|
-
"type": "stack"
|
|
1980
|
-
"direction": "vertical",
|
|
1981
|
-
"gap": "md"
|
|
1981
|
+
"type": "stack"
|
|
1982
1982
|
}
|
|
1983
1983
|
]
|
|
1984
1984
|
]
|
|
@@ -2193,68 +2193,68 @@
|
|
|
2193
2193
|
"fetch",
|
|
2194
2194
|
"Channel",
|
|
2195
2195
|
{
|
|
2196
|
-
"id": "@payload.id",
|
|
2197
2196
|
"emit": {
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2200
|
-
}
|
|
2197
|
+
"failure": "ChannelLoadFailed",
|
|
2198
|
+
"success": "ChannelLoaded"
|
|
2199
|
+
},
|
|
2200
|
+
"id": "@payload.id"
|
|
2201
2201
|
}
|
|
2202
2202
|
],
|
|
2203
2203
|
[
|
|
2204
2204
|
"render-ui",
|
|
2205
2205
|
"modal",
|
|
2206
2206
|
{
|
|
2207
|
-
"gap": "md",
|
|
2208
|
-
"type": "stack",
|
|
2209
2207
|
"direction": "vertical",
|
|
2208
|
+
"type": "stack",
|
|
2210
2209
|
"children": [
|
|
2211
2210
|
{
|
|
2212
|
-
"align": "center",
|
|
2213
|
-
"gap": "sm",
|
|
2214
|
-
"type": "stack",
|
|
2215
2211
|
"direction": "horizontal",
|
|
2212
|
+
"type": "stack",
|
|
2213
|
+
"align": "center",
|
|
2216
2214
|
"children": [
|
|
2217
2215
|
{
|
|
2218
|
-
"
|
|
2219
|
-
"
|
|
2216
|
+
"name": "alert-triangle",
|
|
2217
|
+
"type": "icon"
|
|
2220
2218
|
},
|
|
2221
2219
|
{
|
|
2222
2220
|
"type": "typography",
|
|
2223
2221
|
"content": "Delete Channel",
|
|
2224
2222
|
"variant": "h3"
|
|
2225
2223
|
}
|
|
2226
|
-
]
|
|
2224
|
+
],
|
|
2225
|
+
"gap": "sm"
|
|
2227
2226
|
},
|
|
2228
2227
|
{
|
|
2229
2228
|
"type": "divider"
|
|
2230
2229
|
},
|
|
2231
2230
|
{
|
|
2232
|
-
"
|
|
2231
|
+
"variant": "error",
|
|
2233
2232
|
"type": "alert",
|
|
2234
|
-
"
|
|
2233
|
+
"message": "This action cannot be undone."
|
|
2235
2234
|
},
|
|
2236
2235
|
{
|
|
2237
|
-
"justify": "end",
|
|
2238
|
-
"gap": "sm",
|
|
2239
2236
|
"type": "stack",
|
|
2240
|
-
"
|
|
2237
|
+
"gap": "sm",
|
|
2238
|
+
"justify": "end",
|
|
2241
2239
|
"children": [
|
|
2242
2240
|
{
|
|
2243
|
-
"label": "Cancel",
|
|
2244
|
-
"action": "CANCEL",
|
|
2245
2241
|
"variant": "ghost",
|
|
2246
|
-
"type": "button"
|
|
2242
|
+
"type": "button",
|
|
2243
|
+
"label": "Cancel",
|
|
2244
|
+
"action": "CANCEL"
|
|
2247
2245
|
},
|
|
2248
2246
|
{
|
|
2249
|
-
"
|
|
2250
|
-
"action": "CONFIRM_DELETE",
|
|
2247
|
+
"icon": "check",
|
|
2251
2248
|
"variant": "danger",
|
|
2249
|
+
"type": "button",
|
|
2252
2250
|
"label": "Delete",
|
|
2253
|
-
"
|
|
2251
|
+
"action": "CONFIRM_DELETE"
|
|
2254
2252
|
}
|
|
2255
|
-
]
|
|
2253
|
+
],
|
|
2254
|
+
"direction": "horizontal"
|
|
2256
2255
|
}
|
|
2257
|
-
]
|
|
2256
|
+
],
|
|
2257
|
+
"gap": "md"
|
|
2258
2258
|
}
|
|
2259
2259
|
]
|
|
2260
2260
|
]
|
|
@@ -2533,12 +2533,11 @@
|
|
|
2533
2533
|
"render-ui",
|
|
2534
2534
|
"main",
|
|
2535
2535
|
{
|
|
2536
|
-
"type": "dashboard-layout",
|
|
2537
2536
|
"appName": "Realtime Chat",
|
|
2538
2537
|
"navItems": [
|
|
2539
2538
|
{
|
|
2540
|
-
"href": "/chat",
|
|
2541
2539
|
"label": "Chat",
|
|
2540
|
+
"href": "/chat",
|
|
2542
2541
|
"icon": "layout-list"
|
|
2543
2542
|
},
|
|
2544
2543
|
{
|
|
@@ -2547,40 +2546,39 @@
|
|
|
2547
2546
|
"icon": "hash"
|
|
2548
2547
|
},
|
|
2549
2548
|
{
|
|
2550
|
-
"href": "/online",
|
|
2551
2549
|
"icon": "layout-list",
|
|
2550
|
+
"href": "/online",
|
|
2552
2551
|
"label": "Online"
|
|
2553
2552
|
}
|
|
2554
2553
|
],
|
|
2555
2554
|
"children": [
|
|
2556
2555
|
{
|
|
2557
|
-
"type": "scaled-diagram",
|
|
2558
2556
|
"children": [
|
|
2559
2557
|
{
|
|
2560
2558
|
"gap": "lg",
|
|
2559
|
+
"direction": "vertical",
|
|
2561
2560
|
"children": [
|
|
2562
2561
|
{
|
|
2563
|
-
"type": "breadcrumb",
|
|
2564
2562
|
"items": [
|
|
2565
2563
|
{
|
|
2566
|
-
"
|
|
2567
|
-
"
|
|
2564
|
+
"label": "Home",
|
|
2565
|
+
"href": "/"
|
|
2568
2566
|
},
|
|
2569
2567
|
{
|
|
2570
2568
|
"label": "Online Users"
|
|
2571
2569
|
}
|
|
2572
|
-
]
|
|
2570
|
+
],
|
|
2571
|
+
"type": "breadcrumb"
|
|
2573
2572
|
},
|
|
2574
2573
|
{
|
|
2574
|
+
"gap": "md",
|
|
2575
2575
|
"justify": "between",
|
|
2576
2576
|
"children": [
|
|
2577
2577
|
{
|
|
2578
|
-
"type": "stack",
|
|
2579
|
-
"direction": "horizontal",
|
|
2580
2578
|
"children": [
|
|
2581
2579
|
{
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2580
|
+
"name": "users",
|
|
2581
|
+
"type": "icon"
|
|
2584
2582
|
},
|
|
2585
2583
|
{
|
|
2586
2584
|
"variant": "h2",
|
|
@@ -2588,37 +2586,39 @@
|
|
|
2588
2586
|
"type": "typography"
|
|
2589
2587
|
}
|
|
2590
2588
|
],
|
|
2591
|
-
"
|
|
2589
|
+
"type": "stack",
|
|
2590
|
+
"gap": "md",
|
|
2591
|
+
"direction": "horizontal"
|
|
2592
2592
|
},
|
|
2593
2593
|
{
|
|
2594
|
-
"icon": "refresh-cw",
|
|
2595
|
-
"action": "REFRESH",
|
|
2596
|
-
"type": "button",
|
|
2597
2594
|
"variant": "secondary",
|
|
2598
|
-
"
|
|
2595
|
+
"type": "button",
|
|
2596
|
+
"label": "Refresh",
|
|
2597
|
+
"action": "REFRESH",
|
|
2598
|
+
"icon": "refresh-cw"
|
|
2599
2599
|
}
|
|
2600
2600
|
],
|
|
2601
|
-
"type": "stack",
|
|
2602
2601
|
"direction": "horizontal",
|
|
2603
|
-
"
|
|
2602
|
+
"type": "stack"
|
|
2604
2603
|
},
|
|
2605
2604
|
{
|
|
2606
2605
|
"type": "divider"
|
|
2607
2606
|
},
|
|
2608
2607
|
{
|
|
2608
|
+
"padding": "md",
|
|
2609
2609
|
"children": [
|
|
2610
2610
|
{
|
|
2611
|
+
"type": "simple-grid",
|
|
2612
|
+
"cols": 3.0,
|
|
2611
2613
|
"children": [
|
|
2612
2614
|
{
|
|
2613
|
-
"type": "card",
|
|
2614
2615
|
"children": [
|
|
2615
2616
|
{
|
|
2616
|
-
"direction": "vertical",
|
|
2617
2617
|
"children": [
|
|
2618
2618
|
{
|
|
2619
|
-
"content": "Username",
|
|
2620
2619
|
"type": "typography",
|
|
2621
|
-
"variant": "caption"
|
|
2620
|
+
"variant": "caption",
|
|
2621
|
+
"content": "Username"
|
|
2622
2622
|
},
|
|
2623
2623
|
{
|
|
2624
2624
|
"content": [
|
|
@@ -2629,26 +2629,28 @@
|
|
|
2629
2629
|
],
|
|
2630
2630
|
"username"
|
|
2631
2631
|
],
|
|
2632
|
-
"
|
|
2633
|
-
"
|
|
2632
|
+
"type": "typography",
|
|
2633
|
+
"variant": "h3"
|
|
2634
2634
|
}
|
|
2635
2635
|
],
|
|
2636
|
+
"direction": "vertical",
|
|
2636
2637
|
"type": "stack",
|
|
2637
2638
|
"gap": "sm"
|
|
2638
2639
|
}
|
|
2639
|
-
]
|
|
2640
|
+
],
|
|
2641
|
+
"type": "card"
|
|
2640
2642
|
},
|
|
2641
2643
|
{
|
|
2644
|
+
"type": "card",
|
|
2642
2645
|
"children": [
|
|
2643
2646
|
{
|
|
2644
2647
|
"direction": "vertical",
|
|
2645
|
-
"gap": "sm",
|
|
2646
2648
|
"type": "stack",
|
|
2647
2649
|
"children": [
|
|
2648
2650
|
{
|
|
2649
|
-
"
|
|
2651
|
+
"type": "typography",
|
|
2650
2652
|
"content": "Status",
|
|
2651
|
-
"
|
|
2653
|
+
"variant": "caption"
|
|
2652
2654
|
},
|
|
2653
2655
|
{
|
|
2654
2656
|
"content": [
|
|
@@ -2662,22 +2664,26 @@
|
|
|
2662
2664
|
"type": "typography",
|
|
2663
2665
|
"variant": "h3"
|
|
2664
2666
|
}
|
|
2665
|
-
]
|
|
2667
|
+
],
|
|
2668
|
+
"gap": "sm"
|
|
2666
2669
|
}
|
|
2667
|
-
]
|
|
2668
|
-
"type": "card"
|
|
2670
|
+
]
|
|
2669
2671
|
},
|
|
2670
2672
|
{
|
|
2673
|
+
"type": "card",
|
|
2671
2674
|
"children": [
|
|
2672
2675
|
{
|
|
2676
|
+
"gap": "sm",
|
|
2677
|
+
"type": "stack",
|
|
2673
2678
|
"direction": "vertical",
|
|
2674
2679
|
"children": [
|
|
2675
2680
|
{
|
|
2676
|
-
"
|
|
2681
|
+
"variant": "caption",
|
|
2677
2682
|
"type": "typography",
|
|
2678
|
-
"
|
|
2683
|
+
"content": "LastActive"
|
|
2679
2684
|
},
|
|
2680
2685
|
{
|
|
2686
|
+
"variant": "h3",
|
|
2681
2687
|
"content": [
|
|
2682
2688
|
"object/get",
|
|
2683
2689
|
[
|
|
@@ -2686,25 +2692,19 @@
|
|
|
2686
2692
|
],
|
|
2687
2693
|
"lastActive"
|
|
2688
2694
|
],
|
|
2689
|
-
"variant": "h3",
|
|
2690
2695
|
"type": "typography"
|
|
2691
2696
|
}
|
|
2692
|
-
]
|
|
2693
|
-
"type": "stack",
|
|
2694
|
-
"gap": "sm"
|
|
2697
|
+
]
|
|
2695
2698
|
}
|
|
2696
|
-
]
|
|
2697
|
-
"type": "card"
|
|
2699
|
+
]
|
|
2698
2700
|
},
|
|
2699
2701
|
{
|
|
2700
|
-
"type": "card",
|
|
2701
2702
|
"children": [
|
|
2702
2703
|
{
|
|
2703
|
-
"type": "stack",
|
|
2704
2704
|
"children": [
|
|
2705
2705
|
{
|
|
2706
|
-
"variant": "caption",
|
|
2707
2706
|
"content": "Avatar",
|
|
2707
|
+
"variant": "caption",
|
|
2708
2708
|
"type": "typography"
|
|
2709
2709
|
},
|
|
2710
2710
|
{
|
|
@@ -2720,23 +2720,25 @@
|
|
|
2720
2720
|
]
|
|
2721
2721
|
}
|
|
2722
2722
|
],
|
|
2723
|
+
"gap": "sm",
|
|
2723
2724
|
"direction": "vertical",
|
|
2724
|
-
"
|
|
2725
|
+
"type": "stack"
|
|
2725
2726
|
}
|
|
2726
|
-
]
|
|
2727
|
+
],
|
|
2728
|
+
"type": "card"
|
|
2727
2729
|
}
|
|
2728
|
-
]
|
|
2729
|
-
"type": "simple-grid",
|
|
2730
|
-
"cols": 3.0
|
|
2730
|
+
]
|
|
2731
2731
|
}
|
|
2732
2732
|
],
|
|
2733
|
-
"type": "box"
|
|
2734
|
-
"padding": "md"
|
|
2733
|
+
"type": "box"
|
|
2735
2734
|
},
|
|
2736
2735
|
{
|
|
2737
2736
|
"type": "divider"
|
|
2738
2737
|
},
|
|
2739
2738
|
{
|
|
2739
|
+
"cols": 2.0,
|
|
2740
|
+
"gap": "md",
|
|
2741
|
+
"type": "grid",
|
|
2740
2742
|
"children": [
|
|
2741
2743
|
{
|
|
2742
2744
|
"children": [
|
|
@@ -2752,34 +2754,32 @@
|
|
|
2752
2754
|
"children": [
|
|
2753
2755
|
{
|
|
2754
2756
|
"type": "typography",
|
|
2755
|
-
"
|
|
2756
|
-
"
|
|
2757
|
+
"variant": "caption",
|
|
2758
|
+
"content": "Graph View"
|
|
2757
2759
|
}
|
|
2758
2760
|
],
|
|
2759
2761
|
"type": "card"
|
|
2760
2762
|
}
|
|
2761
|
-
]
|
|
2762
|
-
"gap": "md",
|
|
2763
|
-
"type": "grid",
|
|
2764
|
-
"cols": 2.0
|
|
2763
|
+
]
|
|
2765
2764
|
},
|
|
2766
2765
|
{
|
|
2766
|
+
"type": "line-chart",
|
|
2767
2767
|
"data": [
|
|
2768
2768
|
{
|
|
2769
|
-
"
|
|
2770
|
-
"
|
|
2769
|
+
"date": "Jan",
|
|
2770
|
+
"value": 12.0
|
|
2771
2771
|
},
|
|
2772
2772
|
{
|
|
2773
|
-
"
|
|
2774
|
-
"
|
|
2773
|
+
"value": 19.0,
|
|
2774
|
+
"date": "Feb"
|
|
2775
2775
|
},
|
|
2776
2776
|
{
|
|
2777
2777
|
"date": "Mar",
|
|
2778
2778
|
"value": 15.0
|
|
2779
2779
|
},
|
|
2780
2780
|
{
|
|
2781
|
-
"
|
|
2782
|
-
"
|
|
2781
|
+
"value": 25.0,
|
|
2782
|
+
"date": "Apr"
|
|
2783
2783
|
},
|
|
2784
2784
|
{
|
|
2785
2785
|
"value": 22.0,
|
|
@@ -2789,8 +2789,7 @@
|
|
|
2789
2789
|
"date": "Jun",
|
|
2790
2790
|
"value": 30.0
|
|
2791
2791
|
}
|
|
2792
|
-
]
|
|
2793
|
-
"type": "line-chart"
|
|
2792
|
+
]
|
|
2794
2793
|
},
|
|
2795
2794
|
{
|
|
2796
2795
|
"type": "chart-legend",
|
|
@@ -2800,18 +2799,31 @@
|
|
|
2800
2799
|
"color": "primary"
|
|
2801
2800
|
},
|
|
2802
2801
|
{
|
|
2803
|
-
"
|
|
2804
|
-
"
|
|
2802
|
+
"color": "muted",
|
|
2803
|
+
"label": "Previous"
|
|
2805
2804
|
}
|
|
2806
2805
|
]
|
|
2807
2806
|
},
|
|
2808
2807
|
{
|
|
2808
|
+
"type": "graph-view",
|
|
2809
|
+
"edges": [
|
|
2810
|
+
{
|
|
2811
|
+
"to": "b",
|
|
2812
|
+
"from": "a"
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"from": "b",
|
|
2816
|
+
"to": "c"
|
|
2817
|
+
}
|
|
2818
|
+
],
|
|
2819
|
+
"width": 400.0,
|
|
2820
|
+
"height": 200.0,
|
|
2809
2821
|
"nodes": [
|
|
2810
2822
|
{
|
|
2811
|
-
"y": 100.0,
|
|
2812
2823
|
"id": "a",
|
|
2813
2824
|
"x": 50.0,
|
|
2814
|
-
"label": "Start"
|
|
2825
|
+
"label": "Start",
|
|
2826
|
+
"y": 100.0
|
|
2815
2827
|
},
|
|
2816
2828
|
{
|
|
2817
2829
|
"x": 200.0,
|
|
@@ -2821,32 +2833,20 @@
|
|
|
2821
2833
|
},
|
|
2822
2834
|
{
|
|
2823
2835
|
"id": "c",
|
|
2824
|
-
"
|
|
2836
|
+
"y": 100.0,
|
|
2825
2837
|
"x": 350.0,
|
|
2826
|
-
"
|
|
2827
|
-
}
|
|
2828
|
-
],
|
|
2829
|
-
"width": 400.0,
|
|
2830
|
-
"height": 200.0,
|
|
2831
|
-
"type": "graph-view",
|
|
2832
|
-
"edges": [
|
|
2833
|
-
{
|
|
2834
|
-
"to": "b",
|
|
2835
|
-
"from": "a"
|
|
2836
|
-
},
|
|
2837
|
-
{
|
|
2838
|
-
"from": "b",
|
|
2839
|
-
"to": "c"
|
|
2838
|
+
"label": "End"
|
|
2840
2839
|
}
|
|
2841
2840
|
]
|
|
2842
2841
|
}
|
|
2843
2842
|
],
|
|
2844
|
-
"type": "stack"
|
|
2845
|
-
"direction": "vertical"
|
|
2843
|
+
"type": "stack"
|
|
2846
2844
|
}
|
|
2847
|
-
]
|
|
2845
|
+
],
|
|
2846
|
+
"type": "scaled-diagram"
|
|
2848
2847
|
}
|
|
2849
|
-
]
|
|
2848
|
+
],
|
|
2849
|
+
"type": "dashboard-layout"
|
|
2850
2850
|
}
|
|
2851
2851
|
]
|
|
2852
2852
|
]
|
|
@@ -2861,8 +2861,8 @@
|
|
|
2861
2861
|
"OnlineUser",
|
|
2862
2862
|
{
|
|
2863
2863
|
"emit": {
|
|
2864
|
-
"
|
|
2865
|
-
"
|
|
2864
|
+
"failure": "OnlineUserLoadFailed",
|
|
2865
|
+
"success": "OnlineUserLoaded"
|
|
2866
2866
|
}
|
|
2867
2867
|
}
|
|
2868
2868
|
],
|
|
@@ -2870,8 +2870,10 @@
|
|
|
2870
2870
|
"render-ui",
|
|
2871
2871
|
"main",
|
|
2872
2872
|
{
|
|
2873
|
+
"appName": "Realtime Chat",
|
|
2873
2874
|
"children": [
|
|
2874
2875
|
{
|
|
2876
|
+
"type": "scaled-diagram",
|
|
2875
2877
|
"children": [
|
|
2876
2878
|
{
|
|
2877
2879
|
"gap": "lg",
|
|
@@ -2890,12 +2892,13 @@
|
|
|
2890
2892
|
]
|
|
2891
2893
|
},
|
|
2892
2894
|
{
|
|
2895
|
+
"type": "stack",
|
|
2893
2896
|
"justify": "between",
|
|
2894
2897
|
"children": [
|
|
2895
2898
|
{
|
|
2896
2899
|
"gap": "md",
|
|
2897
|
-
"direction": "horizontal",
|
|
2898
2900
|
"type": "stack",
|
|
2901
|
+
"direction": "horizontal",
|
|
2899
2902
|
"children": [
|
|
2900
2903
|
{
|
|
2901
2904
|
"type": "icon",
|
|
@@ -2909,16 +2912,15 @@
|
|
|
2909
2912
|
]
|
|
2910
2913
|
},
|
|
2911
2914
|
{
|
|
2912
|
-
"action": "REFRESH",
|
|
2913
|
-
"icon": "refresh-cw",
|
|
2914
2915
|
"type": "button",
|
|
2916
|
+
"icon": "refresh-cw",
|
|
2917
|
+
"variant": "secondary",
|
|
2915
2918
|
"label": "Refresh",
|
|
2916
|
-
"
|
|
2919
|
+
"action": "REFRESH"
|
|
2917
2920
|
}
|
|
2918
2921
|
],
|
|
2919
|
-
"
|
|
2920
|
-
"direction": "horizontal"
|
|
2921
|
-
"gap": "md"
|
|
2922
|
+
"gap": "md",
|
|
2923
|
+
"direction": "horizontal"
|
|
2922
2924
|
},
|
|
2923
2925
|
{
|
|
2924
2926
|
"type": "divider"
|
|
@@ -2928,23 +2930,19 @@
|
|
|
2928
2930
|
"padding": "md",
|
|
2929
2931
|
"children": [
|
|
2930
2932
|
{
|
|
2931
|
-
"type": "simple-grid",
|
|
2932
|
-
"cols": 3.0,
|
|
2933
2933
|
"children": [
|
|
2934
2934
|
{
|
|
2935
|
+
"type": "card",
|
|
2935
2936
|
"children": [
|
|
2936
2937
|
{
|
|
2937
|
-
"direction": "vertical",
|
|
2938
2938
|
"gap": "sm",
|
|
2939
|
-
"type": "stack",
|
|
2940
2939
|
"children": [
|
|
2941
2940
|
{
|
|
2942
|
-
"content": "Username",
|
|
2943
2941
|
"type": "typography",
|
|
2944
|
-
"variant": "caption"
|
|
2942
|
+
"variant": "caption",
|
|
2943
|
+
"content": "Username"
|
|
2945
2944
|
},
|
|
2946
2945
|
{
|
|
2947
|
-
"type": "typography",
|
|
2948
2946
|
"variant": "h3",
|
|
2949
2947
|
"content": [
|
|
2950
2948
|
"object/get",
|
|
@@ -2953,28 +2951,27 @@
|
|
|
2953
2951
|
"@entity"
|
|
2954
2952
|
],
|
|
2955
2953
|
"username"
|
|
2956
|
-
]
|
|
2954
|
+
],
|
|
2955
|
+
"type": "typography"
|
|
2957
2956
|
}
|
|
2958
|
-
]
|
|
2957
|
+
],
|
|
2958
|
+
"type": "stack",
|
|
2959
|
+
"direction": "vertical"
|
|
2959
2960
|
}
|
|
2960
|
-
]
|
|
2961
|
-
"type": "card"
|
|
2961
|
+
]
|
|
2962
2962
|
},
|
|
2963
2963
|
{
|
|
2964
|
-
"type": "card",
|
|
2965
2964
|
"children": [
|
|
2966
2965
|
{
|
|
2966
|
+
"direction": "vertical",
|
|
2967
2967
|
"type": "stack",
|
|
2968
|
-
"gap": "sm",
|
|
2969
2968
|
"children": [
|
|
2970
2969
|
{
|
|
2971
|
-
"content": "Status",
|
|
2972
2970
|
"variant": "caption",
|
|
2971
|
+
"content": "Status",
|
|
2973
2972
|
"type": "typography"
|
|
2974
2973
|
},
|
|
2975
2974
|
{
|
|
2976
|
-
"type": "typography",
|
|
2977
|
-
"variant": "h3",
|
|
2978
2975
|
"content": [
|
|
2979
2976
|
"object/get",
|
|
2980
2977
|
[
|
|
@@ -2982,12 +2979,15 @@
|
|
|
2982
2979
|
"@entity"
|
|
2983
2980
|
],
|
|
2984
2981
|
"status"
|
|
2985
|
-
]
|
|
2982
|
+
],
|
|
2983
|
+
"type": "typography",
|
|
2984
|
+
"variant": "h3"
|
|
2986
2985
|
}
|
|
2987
2986
|
],
|
|
2988
|
-
"
|
|
2987
|
+
"gap": "sm"
|
|
2989
2988
|
}
|
|
2990
|
-
]
|
|
2989
|
+
],
|
|
2990
|
+
"type": "card"
|
|
2991
2991
|
},
|
|
2992
2992
|
{
|
|
2993
2993
|
"type": "card",
|
|
@@ -2998,11 +2998,13 @@
|
|
|
2998
2998
|
"type": "stack",
|
|
2999
2999
|
"children": [
|
|
3000
3000
|
{
|
|
3001
|
-
"
|
|
3001
|
+
"variant": "caption",
|
|
3002
3002
|
"type": "typography",
|
|
3003
|
-
"
|
|
3003
|
+
"content": "LastActive"
|
|
3004
3004
|
},
|
|
3005
3005
|
{
|
|
3006
|
+
"type": "typography",
|
|
3007
|
+
"variant": "h3",
|
|
3006
3008
|
"content": [
|
|
3007
3009
|
"object/get",
|
|
3008
3010
|
[
|
|
@@ -3010,9 +3012,7 @@
|
|
|
3010
3012
|
"@entity"
|
|
3011
3013
|
],
|
|
3012
3014
|
"lastActive"
|
|
3013
|
-
]
|
|
3014
|
-
"type": "typography",
|
|
3015
|
-
"variant": "h3"
|
|
3015
|
+
]
|
|
3016
3016
|
}
|
|
3017
3017
|
]
|
|
3018
3018
|
}
|
|
@@ -3021,16 +3021,13 @@
|
|
|
3021
3021
|
{
|
|
3022
3022
|
"children": [
|
|
3023
3023
|
{
|
|
3024
|
-
"type": "stack",
|
|
3025
|
-
"gap": "sm",
|
|
3026
3024
|
"children": [
|
|
3027
3025
|
{
|
|
3028
|
-
"type": "typography",
|
|
3029
3026
|
"variant": "caption",
|
|
3027
|
+
"type": "typography",
|
|
3030
3028
|
"content": "Avatar"
|
|
3031
3029
|
},
|
|
3032
3030
|
{
|
|
3033
|
-
"type": "typography",
|
|
3034
3031
|
"content": [
|
|
3035
3032
|
"object/get",
|
|
3036
3033
|
[
|
|
@@ -3039,15 +3036,20 @@
|
|
|
3039
3036
|
],
|
|
3040
3037
|
"avatar"
|
|
3041
3038
|
],
|
|
3039
|
+
"type": "typography",
|
|
3042
3040
|
"variant": "h3"
|
|
3043
3041
|
}
|
|
3044
3042
|
],
|
|
3045
|
-
"direction": "vertical"
|
|
3043
|
+
"direction": "vertical",
|
|
3044
|
+
"type": "stack",
|
|
3045
|
+
"gap": "sm"
|
|
3046
3046
|
}
|
|
3047
3047
|
],
|
|
3048
3048
|
"type": "card"
|
|
3049
3049
|
}
|
|
3050
|
-
]
|
|
3050
|
+
],
|
|
3051
|
+
"cols": 3.0,
|
|
3052
|
+
"type": "simple-grid"
|
|
3051
3053
|
}
|
|
3052
3054
|
]
|
|
3053
3055
|
},
|
|
@@ -3055,41 +3057,41 @@
|
|
|
3055
3057
|
"type": "divider"
|
|
3056
3058
|
},
|
|
3057
3059
|
{
|
|
3058
|
-
"cols": 2.0,
|
|
3059
|
-
"type": "grid",
|
|
3060
3060
|
"gap": "md",
|
|
3061
3061
|
"children": [
|
|
3062
3062
|
{
|
|
3063
|
+
"type": "card",
|
|
3063
3064
|
"children": [
|
|
3064
3065
|
{
|
|
3066
|
+
"content": "Chart View",
|
|
3065
3067
|
"type": "typography",
|
|
3066
|
-
"variant": "caption"
|
|
3067
|
-
"content": "Chart View"
|
|
3068
|
+
"variant": "caption"
|
|
3068
3069
|
}
|
|
3069
|
-
]
|
|
3070
|
-
"type": "card"
|
|
3070
|
+
]
|
|
3071
3071
|
},
|
|
3072
3072
|
{
|
|
3073
|
-
"type": "card",
|
|
3074
3073
|
"children": [
|
|
3075
3074
|
{
|
|
3076
3075
|
"type": "typography",
|
|
3077
3076
|
"variant": "caption",
|
|
3078
3077
|
"content": "Graph View"
|
|
3079
3078
|
}
|
|
3080
|
-
]
|
|
3079
|
+
],
|
|
3080
|
+
"type": "card"
|
|
3081
3081
|
}
|
|
3082
|
-
]
|
|
3082
|
+
],
|
|
3083
|
+
"cols": 2.0,
|
|
3084
|
+
"type": "grid"
|
|
3083
3085
|
},
|
|
3084
3086
|
{
|
|
3085
3087
|
"data": [
|
|
3086
3088
|
{
|
|
3087
|
-
"
|
|
3088
|
-
"
|
|
3089
|
+
"value": 12.0,
|
|
3090
|
+
"date": "Jan"
|
|
3089
3091
|
},
|
|
3090
3092
|
{
|
|
3091
|
-
"
|
|
3092
|
-
"
|
|
3093
|
+
"value": 19.0,
|
|
3094
|
+
"date": "Feb"
|
|
3093
3095
|
},
|
|
3094
3096
|
{
|
|
3095
3097
|
"date": "Mar",
|
|
@@ -3100,12 +3102,12 @@
|
|
|
3100
3102
|
"value": 25.0
|
|
3101
3103
|
},
|
|
3102
3104
|
{
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3105
|
+
"value": 22.0,
|
|
3106
|
+
"date": "May"
|
|
3105
3107
|
},
|
|
3106
3108
|
{
|
|
3107
|
-
"
|
|
3108
|
-
"
|
|
3109
|
+
"value": 30.0,
|
|
3110
|
+
"date": "Jun"
|
|
3109
3111
|
}
|
|
3110
3112
|
],
|
|
3111
3113
|
"type": "line-chart"
|
|
@@ -3113,19 +3115,17 @@
|
|
|
3113
3115
|
{
|
|
3114
3116
|
"items": [
|
|
3115
3117
|
{
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3118
|
+
"label": "Current",
|
|
3119
|
+
"color": "primary"
|
|
3118
3120
|
},
|
|
3119
3121
|
{
|
|
3120
|
-
"
|
|
3121
|
-
"
|
|
3122
|
+
"label": "Previous",
|
|
3123
|
+
"color": "muted"
|
|
3122
3124
|
}
|
|
3123
3125
|
],
|
|
3124
3126
|
"type": "chart-legend"
|
|
3125
3127
|
},
|
|
3126
3128
|
{
|
|
3127
|
-
"type": "graph-view",
|
|
3128
|
-
"height": 200.0,
|
|
3129
3129
|
"edges": [
|
|
3130
3130
|
{
|
|
3131
3131
|
"from": "a",
|
|
@@ -3136,54 +3136,54 @@
|
|
|
3136
3136
|
"to": "c"
|
|
3137
3137
|
}
|
|
3138
3138
|
],
|
|
3139
|
-
"width": 400.0,
|
|
3140
3139
|
"nodes": [
|
|
3141
3140
|
{
|
|
3142
3141
|
"id": "a",
|
|
3143
|
-
"x": 50.0,
|
|
3144
3142
|
"label": "Start",
|
|
3143
|
+
"x": 50.0,
|
|
3145
3144
|
"y": 100.0
|
|
3146
3145
|
},
|
|
3147
3146
|
{
|
|
3148
|
-
"label": "Process",
|
|
3149
|
-
"x": 200.0,
|
|
3150
3147
|
"y": 50.0,
|
|
3151
|
-
"id": "b"
|
|
3148
|
+
"id": "b",
|
|
3149
|
+
"label": "Process",
|
|
3150
|
+
"x": 200.0
|
|
3152
3151
|
},
|
|
3153
3152
|
{
|
|
3154
|
-
"x": 350.0,
|
|
3155
3153
|
"label": "End",
|
|
3154
|
+
"y": 100.0,
|
|
3156
3155
|
"id": "c",
|
|
3157
|
-
"
|
|
3156
|
+
"x": 350.0
|
|
3158
3157
|
}
|
|
3159
|
-
]
|
|
3158
|
+
],
|
|
3159
|
+
"height": 200.0,
|
|
3160
|
+
"type": "graph-view",
|
|
3161
|
+
"width": 400.0
|
|
3160
3162
|
}
|
|
3161
3163
|
],
|
|
3162
3164
|
"type": "stack"
|
|
3163
3165
|
}
|
|
3164
|
-
]
|
|
3165
|
-
"type": "scaled-diagram"
|
|
3166
|
+
]
|
|
3166
3167
|
}
|
|
3167
3168
|
],
|
|
3168
3169
|
"type": "dashboard-layout",
|
|
3169
3170
|
"navItems": [
|
|
3170
3171
|
{
|
|
3172
|
+
"label": "Chat",
|
|
3171
3173
|
"icon": "layout-list",
|
|
3172
|
-
"href": "/chat"
|
|
3173
|
-
"label": "Chat"
|
|
3174
|
+
"href": "/chat"
|
|
3174
3175
|
},
|
|
3175
3176
|
{
|
|
3176
|
-
"icon": "hash",
|
|
3177
3177
|
"label": "Channels",
|
|
3178
|
-
"href": "/channels"
|
|
3178
|
+
"href": "/channels",
|
|
3179
|
+
"icon": "hash"
|
|
3179
3180
|
},
|
|
3180
3181
|
{
|
|
3181
|
-
"
|
|
3182
|
+
"label": "Online",
|
|
3182
3183
|
"href": "/online",
|
|
3183
|
-
"
|
|
3184
|
+
"icon": "layout-list"
|
|
3184
3185
|
}
|
|
3185
|
-
]
|
|
3186
|
-
"appName": "Realtime Chat"
|
|
3186
|
+
]
|
|
3187
3187
|
}
|
|
3188
3188
|
]
|
|
3189
3189
|
]
|
|
@@ -3198,8 +3198,8 @@
|
|
|
3198
3198
|
"OnlineUser",
|
|
3199
3199
|
{
|
|
3200
3200
|
"emit": {
|
|
3201
|
-
"
|
|
3202
|
-
"
|
|
3201
|
+
"failure": "OnlineUserLoadFailed",
|
|
3202
|
+
"success": "OnlineUserLoaded"
|
|
3203
3203
|
}
|
|
3204
3204
|
}
|
|
3205
3205
|
],
|
|
@@ -3207,83 +3207,81 @@
|
|
|
3207
3207
|
"render-ui",
|
|
3208
3208
|
"main",
|
|
3209
3209
|
{
|
|
3210
|
+
"appName": "Realtime Chat",
|
|
3210
3211
|
"children": [
|
|
3211
3212
|
{
|
|
3212
|
-
"type": "scaled-diagram",
|
|
3213
3213
|
"children": [
|
|
3214
3214
|
{
|
|
3215
|
-
"type": "stack",
|
|
3216
3215
|
"gap": "lg",
|
|
3216
|
+
"type": "stack",
|
|
3217
3217
|
"direction": "vertical",
|
|
3218
3218
|
"children": [
|
|
3219
3219
|
{
|
|
3220
|
+
"type": "breadcrumb",
|
|
3220
3221
|
"items": [
|
|
3221
3222
|
{
|
|
3222
|
-
"
|
|
3223
|
-
"
|
|
3223
|
+
"href": "/",
|
|
3224
|
+
"label": "Home"
|
|
3224
3225
|
},
|
|
3225
3226
|
{
|
|
3226
3227
|
"label": "Online Users"
|
|
3227
3228
|
}
|
|
3228
|
-
]
|
|
3229
|
-
"type": "breadcrumb"
|
|
3229
|
+
]
|
|
3230
3230
|
},
|
|
3231
3231
|
{
|
|
3232
3232
|
"type": "stack",
|
|
3233
|
-
"direction": "horizontal",
|
|
3234
3233
|
"gap": "md",
|
|
3235
3234
|
"children": [
|
|
3236
3235
|
{
|
|
3237
3236
|
"gap": "md",
|
|
3238
3237
|
"type": "stack",
|
|
3238
|
+
"direction": "horizontal",
|
|
3239
3239
|
"children": [
|
|
3240
3240
|
{
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3241
|
+
"type": "icon",
|
|
3242
|
+
"name": "users"
|
|
3243
3243
|
},
|
|
3244
3244
|
{
|
|
3245
|
-
"content": "Online Users",
|
|
3246
3245
|
"variant": "h2",
|
|
3246
|
+
"content": "Online Users",
|
|
3247
3247
|
"type": "typography"
|
|
3248
3248
|
}
|
|
3249
|
-
]
|
|
3250
|
-
"direction": "horizontal"
|
|
3249
|
+
]
|
|
3251
3250
|
},
|
|
3252
3251
|
{
|
|
3253
|
-
"label": "Refresh",
|
|
3254
3252
|
"type": "button",
|
|
3255
|
-
"action": "REFRESH",
|
|
3256
3253
|
"icon": "refresh-cw",
|
|
3257
|
-
"
|
|
3254
|
+
"action": "REFRESH",
|
|
3255
|
+
"variant": "secondary",
|
|
3256
|
+
"label": "Refresh"
|
|
3258
3257
|
}
|
|
3259
3258
|
],
|
|
3260
|
-
"justify": "between"
|
|
3259
|
+
"justify": "between",
|
|
3260
|
+
"direction": "horizontal"
|
|
3261
3261
|
},
|
|
3262
3262
|
{
|
|
3263
3263
|
"type": "divider"
|
|
3264
3264
|
},
|
|
3265
3265
|
{
|
|
3266
|
-
"type": "box",
|
|
3267
3266
|
"padding": "md",
|
|
3267
|
+
"type": "box",
|
|
3268
3268
|
"children": [
|
|
3269
3269
|
{
|
|
3270
|
+
"type": "simple-grid",
|
|
3270
3271
|
"cols": 3.0,
|
|
3271
3272
|
"children": [
|
|
3272
3273
|
{
|
|
3273
|
-
"type": "card",
|
|
3274
3274
|
"children": [
|
|
3275
3275
|
{
|
|
3276
|
-
"
|
|
3277
|
-
"gap": "sm",
|
|
3276
|
+
"type": "stack",
|
|
3278
3277
|
"children": [
|
|
3279
3278
|
{
|
|
3280
3279
|
"variant": "caption",
|
|
3281
|
-
"
|
|
3282
|
-
"
|
|
3280
|
+
"type": "typography",
|
|
3281
|
+
"content": "Username"
|
|
3283
3282
|
},
|
|
3284
3283
|
{
|
|
3285
3284
|
"variant": "h3",
|
|
3286
|
-
"type": "typography",
|
|
3287
3285
|
"content": [
|
|
3288
3286
|
"object/get",
|
|
3289
3287
|
[
|
|
@@ -3291,25 +3289,30 @@
|
|
|
3291
3289
|
"@entity"
|
|
3292
3290
|
],
|
|
3293
3291
|
"username"
|
|
3294
|
-
]
|
|
3292
|
+
],
|
|
3293
|
+
"type": "typography"
|
|
3295
3294
|
}
|
|
3296
3295
|
],
|
|
3297
|
-
"
|
|
3296
|
+
"gap": "sm",
|
|
3297
|
+
"direction": "vertical"
|
|
3298
3298
|
}
|
|
3299
|
-
]
|
|
3299
|
+
],
|
|
3300
|
+
"type": "card"
|
|
3300
3301
|
},
|
|
3301
3302
|
{
|
|
3302
3303
|
"children": [
|
|
3303
3304
|
{
|
|
3304
3305
|
"gap": "sm",
|
|
3305
3306
|
"direction": "vertical",
|
|
3307
|
+
"type": "stack",
|
|
3306
3308
|
"children": [
|
|
3307
3309
|
{
|
|
3310
|
+
"type": "typography",
|
|
3308
3311
|
"content": "Status",
|
|
3309
|
-
"variant": "caption"
|
|
3310
|
-
"type": "typography"
|
|
3312
|
+
"variant": "caption"
|
|
3311
3313
|
},
|
|
3312
3314
|
{
|
|
3315
|
+
"type": "typography",
|
|
3313
3316
|
"variant": "h3",
|
|
3314
3317
|
"content": [
|
|
3315
3318
|
"object/get",
|
|
@@ -3318,11 +3321,9 @@
|
|
|
3318
3321
|
"@entity"
|
|
3319
3322
|
],
|
|
3320
3323
|
"status"
|
|
3321
|
-
]
|
|
3322
|
-
"type": "typography"
|
|
3324
|
+
]
|
|
3323
3325
|
}
|
|
3324
|
-
]
|
|
3325
|
-
"type": "stack"
|
|
3326
|
+
]
|
|
3326
3327
|
}
|
|
3327
3328
|
],
|
|
3328
3329
|
"type": "card"
|
|
@@ -3331,14 +3332,14 @@
|
|
|
3331
3332
|
"type": "card",
|
|
3332
3333
|
"children": [
|
|
3333
3334
|
{
|
|
3334
|
-
"type": "stack",
|
|
3335
|
-
"gap": "sm",
|
|
3336
3335
|
"direction": "vertical",
|
|
3336
|
+
"gap": "sm",
|
|
3337
|
+
"type": "stack",
|
|
3337
3338
|
"children": [
|
|
3338
3339
|
{
|
|
3339
|
-
"content": "LastActive",
|
|
3340
3340
|
"variant": "caption",
|
|
3341
|
-
"type": "typography"
|
|
3341
|
+
"type": "typography",
|
|
3342
|
+
"content": "LastActive"
|
|
3342
3343
|
},
|
|
3343
3344
|
{
|
|
3344
3345
|
"type": "typography",
|
|
@@ -3357,18 +3358,18 @@
|
|
|
3357
3358
|
]
|
|
3358
3359
|
},
|
|
3359
3360
|
{
|
|
3361
|
+
"type": "card",
|
|
3360
3362
|
"children": [
|
|
3361
3363
|
{
|
|
3362
|
-
"direction": "vertical",
|
|
3363
|
-
"gap": "sm",
|
|
3364
3364
|
"children": [
|
|
3365
3365
|
{
|
|
3366
|
-
"
|
|
3366
|
+
"variant": "caption",
|
|
3367
3367
|
"content": "Avatar",
|
|
3368
|
-
"
|
|
3368
|
+
"type": "typography"
|
|
3369
3369
|
},
|
|
3370
3370
|
{
|
|
3371
3371
|
"type": "typography",
|
|
3372
|
+
"variant": "h3",
|
|
3372
3373
|
"content": [
|
|
3373
3374
|
"object/get",
|
|
3374
3375
|
[
|
|
@@ -3376,17 +3377,16 @@
|
|
|
3376
3377
|
"@entity"
|
|
3377
3378
|
],
|
|
3378
3379
|
"avatar"
|
|
3379
|
-
]
|
|
3380
|
-
"variant": "h3"
|
|
3380
|
+
]
|
|
3381
3381
|
}
|
|
3382
3382
|
],
|
|
3383
|
-
"
|
|
3383
|
+
"direction": "vertical",
|
|
3384
|
+
"type": "stack",
|
|
3385
|
+
"gap": "sm"
|
|
3384
3386
|
}
|
|
3385
|
-
]
|
|
3386
|
-
"type": "card"
|
|
3387
|
+
]
|
|
3387
3388
|
}
|
|
3388
|
-
]
|
|
3389
|
-
"type": "simple-grid"
|
|
3389
|
+
]
|
|
3390
3390
|
}
|
|
3391
3391
|
]
|
|
3392
3392
|
},
|
|
@@ -3394,46 +3394,46 @@
|
|
|
3394
3394
|
"type": "divider"
|
|
3395
3395
|
},
|
|
3396
3396
|
{
|
|
3397
|
-
"type": "grid",
|
|
3398
|
-
"cols": 2.0,
|
|
3399
3397
|
"gap": "md",
|
|
3400
3398
|
"children": [
|
|
3401
3399
|
{
|
|
3400
|
+
"type": "card",
|
|
3402
3401
|
"children": [
|
|
3403
3402
|
{
|
|
3404
|
-
"variant": "caption",
|
|
3405
3403
|
"type": "typography",
|
|
3406
|
-
"content": "Chart View"
|
|
3404
|
+
"content": "Chart View",
|
|
3405
|
+
"variant": "caption"
|
|
3407
3406
|
}
|
|
3408
|
-
]
|
|
3409
|
-
"type": "card"
|
|
3407
|
+
]
|
|
3410
3408
|
},
|
|
3411
3409
|
{
|
|
3410
|
+
"type": "card",
|
|
3412
3411
|
"children": [
|
|
3413
3412
|
{
|
|
3414
3413
|
"content": "Graph View",
|
|
3415
3414
|
"variant": "caption",
|
|
3416
3415
|
"type": "typography"
|
|
3417
3416
|
}
|
|
3418
|
-
]
|
|
3419
|
-
"type": "card"
|
|
3417
|
+
]
|
|
3420
3418
|
}
|
|
3421
|
-
]
|
|
3419
|
+
],
|
|
3420
|
+
"cols": 2.0,
|
|
3421
|
+
"type": "grid"
|
|
3422
3422
|
},
|
|
3423
3423
|
{
|
|
3424
3424
|
"type": "line-chart",
|
|
3425
3425
|
"data": [
|
|
3426
3426
|
{
|
|
3427
|
-
"
|
|
3428
|
-
"
|
|
3427
|
+
"value": 12.0,
|
|
3428
|
+
"date": "Jan"
|
|
3429
3429
|
},
|
|
3430
3430
|
{
|
|
3431
3431
|
"date": "Feb",
|
|
3432
3432
|
"value": 19.0
|
|
3433
3433
|
},
|
|
3434
3434
|
{
|
|
3435
|
-
"
|
|
3436
|
-
"
|
|
3435
|
+
"value": 15.0,
|
|
3436
|
+
"date": "Mar"
|
|
3437
3437
|
},
|
|
3438
3438
|
{
|
|
3439
3439
|
"value": 25.0,
|
|
@@ -3444,65 +3444,66 @@
|
|
|
3444
3444
|
"value": 22.0
|
|
3445
3445
|
},
|
|
3446
3446
|
{
|
|
3447
|
-
"
|
|
3448
|
-
"
|
|
3447
|
+
"value": 30.0,
|
|
3448
|
+
"date": "Jun"
|
|
3449
3449
|
}
|
|
3450
3450
|
]
|
|
3451
3451
|
},
|
|
3452
3452
|
{
|
|
3453
|
-
"type": "chart-legend",
|
|
3454
3453
|
"items": [
|
|
3455
3454
|
{
|
|
3456
|
-
"
|
|
3457
|
-
"
|
|
3455
|
+
"label": "Current",
|
|
3456
|
+
"color": "primary"
|
|
3458
3457
|
},
|
|
3459
3458
|
{
|
|
3460
|
-
"
|
|
3461
|
-
"
|
|
3459
|
+
"label": "Previous",
|
|
3460
|
+
"color": "muted"
|
|
3462
3461
|
}
|
|
3463
|
-
]
|
|
3462
|
+
],
|
|
3463
|
+
"type": "chart-legend"
|
|
3464
3464
|
},
|
|
3465
3465
|
{
|
|
3466
3466
|
"nodes": [
|
|
3467
3467
|
{
|
|
3468
|
-
"
|
|
3468
|
+
"label": "Start",
|
|
3469
3469
|
"id": "a",
|
|
3470
|
-
"
|
|
3471
|
-
"
|
|
3470
|
+
"x": 50.0,
|
|
3471
|
+
"y": 100.0
|
|
3472
3472
|
},
|
|
3473
3473
|
{
|
|
3474
|
-
"
|
|
3474
|
+
"y": 50.0,
|
|
3475
3475
|
"label": "Process",
|
|
3476
|
-
"
|
|
3477
|
-
"
|
|
3476
|
+
"id": "b",
|
|
3477
|
+
"x": 200.0
|
|
3478
3478
|
},
|
|
3479
3479
|
{
|
|
3480
|
-
"y": 100.0,
|
|
3481
|
-
"label": "End",
|
|
3482
3480
|
"x": 350.0,
|
|
3483
|
-
"
|
|
3481
|
+
"label": "End",
|
|
3482
|
+
"id": "c",
|
|
3483
|
+
"y": 100.0
|
|
3484
3484
|
}
|
|
3485
3485
|
],
|
|
3486
|
-
"width": 400.0,
|
|
3487
|
-
"height": 200.0,
|
|
3488
|
-
"type": "graph-view",
|
|
3489
3486
|
"edges": [
|
|
3490
3487
|
{
|
|
3491
|
-
"
|
|
3492
|
-
"
|
|
3488
|
+
"from": "a",
|
|
3489
|
+
"to": "b"
|
|
3493
3490
|
},
|
|
3494
3491
|
{
|
|
3495
|
-
"
|
|
3496
|
-
"
|
|
3492
|
+
"to": "c",
|
|
3493
|
+
"from": "b"
|
|
3497
3494
|
}
|
|
3498
|
-
]
|
|
3495
|
+
],
|
|
3496
|
+
"type": "graph-view",
|
|
3497
|
+
"width": 400.0,
|
|
3498
|
+
"height": 200.0
|
|
3499
3499
|
}
|
|
3500
3500
|
]
|
|
3501
3501
|
}
|
|
3502
|
-
]
|
|
3502
|
+
],
|
|
3503
|
+
"type": "scaled-diagram"
|
|
3503
3504
|
}
|
|
3504
3505
|
],
|
|
3505
|
-
"
|
|
3506
|
+
"type": "dashboard-layout",
|
|
3506
3507
|
"navItems": [
|
|
3507
3508
|
{
|
|
3508
3509
|
"label": "Chat",
|
|
@@ -3510,17 +3511,16 @@
|
|
|
3510
3511
|
"icon": "layout-list"
|
|
3511
3512
|
},
|
|
3512
3513
|
{
|
|
3513
|
-
"
|
|
3514
|
+
"label": "Channels",
|
|
3514
3515
|
"href": "/channels",
|
|
3515
|
-
"
|
|
3516
|
+
"icon": "hash"
|
|
3516
3517
|
},
|
|
3517
3518
|
{
|
|
3519
|
+
"href": "/online",
|
|
3518
3520
|
"icon": "layout-list",
|
|
3519
|
-
"label": "Online"
|
|
3520
|
-
"href": "/online"
|
|
3521
|
+
"label": "Online"
|
|
3521
3522
|
}
|
|
3522
|
-
]
|
|
3523
|
-
"type": "dashboard-layout"
|
|
3523
|
+
]
|
|
3524
3524
|
}
|
|
3525
3525
|
]
|
|
3526
3526
|
]
|
|
@@ -3544,85 +3544,91 @@
|
|
|
3544
3544
|
"render-ui",
|
|
3545
3545
|
"main",
|
|
3546
3546
|
{
|
|
3547
|
+
"navItems": [
|
|
3548
|
+
{
|
|
3549
|
+
"href": "/chat",
|
|
3550
|
+
"label": "Chat",
|
|
3551
|
+
"icon": "layout-list"
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"label": "Channels",
|
|
3555
|
+
"href": "/channels",
|
|
3556
|
+
"icon": "hash"
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"icon": "layout-list",
|
|
3560
|
+
"label": "Online",
|
|
3561
|
+
"href": "/online"
|
|
3562
|
+
}
|
|
3563
|
+
],
|
|
3547
3564
|
"children": [
|
|
3548
3565
|
{
|
|
3549
|
-
"type": "scaled-diagram",
|
|
3550
3566
|
"children": [
|
|
3551
3567
|
{
|
|
3568
|
+
"direction": "vertical",
|
|
3552
3569
|
"type": "stack",
|
|
3553
3570
|
"gap": "lg",
|
|
3554
|
-
"direction": "vertical",
|
|
3555
3571
|
"children": [
|
|
3556
3572
|
{
|
|
3557
|
-
"type": "breadcrumb",
|
|
3558
3573
|
"items": [
|
|
3559
3574
|
{
|
|
3560
|
-
"
|
|
3561
|
-
"
|
|
3575
|
+
"label": "Home",
|
|
3576
|
+
"href": "/"
|
|
3562
3577
|
},
|
|
3563
3578
|
{
|
|
3564
3579
|
"label": "Online Users"
|
|
3565
3580
|
}
|
|
3566
|
-
]
|
|
3581
|
+
],
|
|
3582
|
+
"type": "breadcrumb"
|
|
3567
3583
|
},
|
|
3568
3584
|
{
|
|
3585
|
+
"gap": "md",
|
|
3586
|
+
"justify": "between",
|
|
3587
|
+
"direction": "horizontal",
|
|
3569
3588
|
"children": [
|
|
3570
3589
|
{
|
|
3571
|
-
"
|
|
3590
|
+
"gap": "md",
|
|
3591
|
+
"type": "stack",
|
|
3572
3592
|
"children": [
|
|
3573
3593
|
{
|
|
3574
|
-
"
|
|
3575
|
-
"
|
|
3594
|
+
"name": "users",
|
|
3595
|
+
"type": "icon"
|
|
3576
3596
|
},
|
|
3577
3597
|
{
|
|
3598
|
+
"content": "Online Users",
|
|
3578
3599
|
"variant": "h2",
|
|
3579
|
-
"type": "typography"
|
|
3580
|
-
"content": "Online Users"
|
|
3600
|
+
"type": "typography"
|
|
3581
3601
|
}
|
|
3582
3602
|
],
|
|
3583
|
-
"
|
|
3584
|
-
"type": "stack"
|
|
3603
|
+
"direction": "horizontal"
|
|
3585
3604
|
},
|
|
3586
3605
|
{
|
|
3587
|
-
"type": "button",
|
|
3588
|
-
"action": "REFRESH",
|
|
3589
3606
|
"label": "Refresh",
|
|
3607
|
+
"type": "button",
|
|
3608
|
+
"icon": "refresh-cw",
|
|
3590
3609
|
"variant": "secondary",
|
|
3591
|
-
"
|
|
3610
|
+
"action": "REFRESH"
|
|
3592
3611
|
}
|
|
3593
3612
|
],
|
|
3594
|
-
"type": "stack"
|
|
3595
|
-
"justify": "between",
|
|
3596
|
-
"direction": "horizontal",
|
|
3597
|
-
"gap": "md"
|
|
3613
|
+
"type": "stack"
|
|
3598
3614
|
},
|
|
3599
3615
|
{
|
|
3600
3616
|
"type": "divider"
|
|
3601
3617
|
},
|
|
3602
3618
|
{
|
|
3603
|
-
"type": "box",
|
|
3604
|
-
"padding": "md",
|
|
3605
3619
|
"children": [
|
|
3606
3620
|
{
|
|
3607
|
-
"type": "simple-grid",
|
|
3608
|
-
"cols": 3.0,
|
|
3609
3621
|
"children": [
|
|
3610
3622
|
{
|
|
3611
|
-
"type": "card",
|
|
3612
3623
|
"children": [
|
|
3613
3624
|
{
|
|
3614
|
-
"type": "stack",
|
|
3615
|
-
"gap": "sm",
|
|
3616
|
-
"direction": "vertical",
|
|
3617
3625
|
"children": [
|
|
3618
3626
|
{
|
|
3619
|
-
"type": "typography",
|
|
3620
3627
|
"variant": "caption",
|
|
3628
|
+
"type": "typography",
|
|
3621
3629
|
"content": "Username"
|
|
3622
3630
|
},
|
|
3623
3631
|
{
|
|
3624
|
-
"variant": "h3",
|
|
3625
|
-
"type": "typography",
|
|
3626
3632
|
"content": [
|
|
3627
3633
|
"object/get",
|
|
3628
3634
|
[
|
|
@@ -3630,18 +3636,24 @@
|
|
|
3630
3636
|
"@entity"
|
|
3631
3637
|
],
|
|
3632
3638
|
"username"
|
|
3633
|
-
]
|
|
3639
|
+
],
|
|
3640
|
+
"type": "typography",
|
|
3641
|
+
"variant": "h3"
|
|
3634
3642
|
}
|
|
3635
|
-
]
|
|
3643
|
+
],
|
|
3644
|
+
"direction": "vertical",
|
|
3645
|
+
"gap": "sm",
|
|
3646
|
+
"type": "stack"
|
|
3636
3647
|
}
|
|
3637
|
-
]
|
|
3648
|
+
],
|
|
3649
|
+
"type": "card"
|
|
3638
3650
|
},
|
|
3639
3651
|
{
|
|
3640
|
-
"type": "card",
|
|
3641
3652
|
"children": [
|
|
3642
3653
|
{
|
|
3643
|
-
"direction": "vertical",
|
|
3644
3654
|
"type": "stack",
|
|
3655
|
+
"direction": "vertical",
|
|
3656
|
+
"gap": "sm",
|
|
3645
3657
|
"children": [
|
|
3646
3658
|
{
|
|
3647
3659
|
"variant": "caption",
|
|
@@ -3649,6 +3661,8 @@
|
|
|
3649
3661
|
"content": "Status"
|
|
3650
3662
|
},
|
|
3651
3663
|
{
|
|
3664
|
+
"type": "typography",
|
|
3665
|
+
"variant": "h3",
|
|
3652
3666
|
"content": [
|
|
3653
3667
|
"object/get",
|
|
3654
3668
|
[
|
|
@@ -3656,21 +3670,20 @@
|
|
|
3656
3670
|
"@entity"
|
|
3657
3671
|
],
|
|
3658
3672
|
"status"
|
|
3659
|
-
]
|
|
3660
|
-
"type": "typography",
|
|
3661
|
-
"variant": "h3"
|
|
3673
|
+
]
|
|
3662
3674
|
}
|
|
3663
|
-
]
|
|
3664
|
-
"gap": "sm"
|
|
3675
|
+
]
|
|
3665
3676
|
}
|
|
3666
|
-
]
|
|
3677
|
+
],
|
|
3678
|
+
"type": "card"
|
|
3667
3679
|
},
|
|
3668
3680
|
{
|
|
3681
|
+
"type": "card",
|
|
3669
3682
|
"children": [
|
|
3670
3683
|
{
|
|
3671
3684
|
"type": "stack",
|
|
3672
|
-
"gap": "sm",
|
|
3673
3685
|
"direction": "vertical",
|
|
3686
|
+
"gap": "sm",
|
|
3674
3687
|
"children": [
|
|
3675
3688
|
{
|
|
3676
3689
|
"content": "LastActive",
|
|
@@ -3678,6 +3691,7 @@
|
|
|
3678
3691
|
"variant": "caption"
|
|
3679
3692
|
},
|
|
3680
3693
|
{
|
|
3694
|
+
"variant": "h3",
|
|
3681
3695
|
"content": [
|
|
3682
3696
|
"object/get",
|
|
3683
3697
|
[
|
|
@@ -3686,30 +3700,26 @@
|
|
|
3686
3700
|
],
|
|
3687
3701
|
"lastActive"
|
|
3688
3702
|
],
|
|
3689
|
-
"type": "typography"
|
|
3690
|
-
"variant": "h3"
|
|
3703
|
+
"type": "typography"
|
|
3691
3704
|
}
|
|
3692
3705
|
]
|
|
3693
3706
|
}
|
|
3694
|
-
]
|
|
3695
|
-
"type": "card"
|
|
3707
|
+
]
|
|
3696
3708
|
},
|
|
3697
3709
|
{
|
|
3698
|
-
"type": "card",
|
|
3699
3710
|
"children": [
|
|
3700
3711
|
{
|
|
3701
3712
|
"gap": "sm",
|
|
3702
3713
|
"type": "stack",
|
|
3703
|
-
"direction": "vertical",
|
|
3704
3714
|
"children": [
|
|
3705
3715
|
{
|
|
3706
3716
|
"variant": "caption",
|
|
3707
|
-
"
|
|
3708
|
-
"
|
|
3717
|
+
"content": "Avatar",
|
|
3718
|
+
"type": "typography"
|
|
3709
3719
|
},
|
|
3710
3720
|
{
|
|
3711
|
-
"variant": "h3",
|
|
3712
3721
|
"type": "typography",
|
|
3722
|
+
"variant": "h3",
|
|
3713
3723
|
"content": [
|
|
3714
3724
|
"object/get",
|
|
3715
3725
|
[
|
|
@@ -3719,13 +3729,19 @@
|
|
|
3719
3729
|
"avatar"
|
|
3720
3730
|
]
|
|
3721
3731
|
}
|
|
3722
|
-
]
|
|
3732
|
+
],
|
|
3733
|
+
"direction": "vertical"
|
|
3723
3734
|
}
|
|
3724
|
-
]
|
|
3735
|
+
],
|
|
3736
|
+
"type": "card"
|
|
3725
3737
|
}
|
|
3726
|
-
]
|
|
3738
|
+
],
|
|
3739
|
+
"type": "simple-grid",
|
|
3740
|
+
"cols": 3.0
|
|
3727
3741
|
}
|
|
3728
|
-
]
|
|
3742
|
+
],
|
|
3743
|
+
"type": "box",
|
|
3744
|
+
"padding": "md"
|
|
3729
3745
|
},
|
|
3730
3746
|
{
|
|
3731
3747
|
"type": "divider"
|
|
@@ -3733,14 +3749,14 @@
|
|
|
3733
3749
|
{
|
|
3734
3750
|
"children": [
|
|
3735
3751
|
{
|
|
3752
|
+
"type": "card",
|
|
3736
3753
|
"children": [
|
|
3737
3754
|
{
|
|
3738
3755
|
"type": "typography",
|
|
3739
3756
|
"content": "Chart View",
|
|
3740
3757
|
"variant": "caption"
|
|
3741
3758
|
}
|
|
3742
|
-
]
|
|
3743
|
-
"type": "card"
|
|
3759
|
+
]
|
|
3744
3760
|
},
|
|
3745
3761
|
{
|
|
3746
3762
|
"type": "card",
|
|
@@ -3758,18 +3774,19 @@
|
|
|
3758
3774
|
"gap": "md"
|
|
3759
3775
|
},
|
|
3760
3776
|
{
|
|
3777
|
+
"type": "line-chart",
|
|
3761
3778
|
"data": [
|
|
3762
3779
|
{
|
|
3763
|
-
"
|
|
3764
|
-
"
|
|
3780
|
+
"date": "Jan",
|
|
3781
|
+
"value": 12.0
|
|
3765
3782
|
},
|
|
3766
3783
|
{
|
|
3767
|
-
"
|
|
3768
|
-
"
|
|
3784
|
+
"date": "Feb",
|
|
3785
|
+
"value": 19.0
|
|
3769
3786
|
},
|
|
3770
3787
|
{
|
|
3771
|
-
"
|
|
3772
|
-
"
|
|
3788
|
+
"date": "Mar",
|
|
3789
|
+
"value": 15.0
|
|
3773
3790
|
},
|
|
3774
3791
|
{
|
|
3775
3792
|
"value": 25.0,
|
|
@@ -3783,8 +3800,7 @@
|
|
|
3783
3800
|
"date": "Jun",
|
|
3784
3801
|
"value": 30.0
|
|
3785
3802
|
}
|
|
3786
|
-
]
|
|
3787
|
-
"type": "line-chart"
|
|
3803
|
+
]
|
|
3788
3804
|
},
|
|
3789
3805
|
{
|
|
3790
3806
|
"type": "chart-legend",
|
|
@@ -3802,62 +3818,46 @@
|
|
|
3802
3818
|
{
|
|
3803
3819
|
"nodes": [
|
|
3804
3820
|
{
|
|
3805
|
-
"y": 100.0,
|
|
3806
3821
|
"label": "Start",
|
|
3807
3822
|
"x": 50.0,
|
|
3823
|
+
"y": 100.0,
|
|
3808
3824
|
"id": "a"
|
|
3809
3825
|
},
|
|
3810
3826
|
{
|
|
3811
|
-
"id": "b",
|
|
3812
|
-
"label": "Process",
|
|
3813
3827
|
"x": 200.0,
|
|
3828
|
+
"label": "Process",
|
|
3829
|
+
"id": "b",
|
|
3814
3830
|
"y": 50.0
|
|
3815
3831
|
},
|
|
3816
3832
|
{
|
|
3817
|
-
"id": "c",
|
|
3818
|
-
"x": 350.0,
|
|
3819
3833
|
"y": 100.0,
|
|
3834
|
+
"x": 350.0,
|
|
3835
|
+
"id": "c",
|
|
3820
3836
|
"label": "End"
|
|
3821
3837
|
}
|
|
3822
3838
|
],
|
|
3839
|
+
"height": 200.0,
|
|
3823
3840
|
"width": 400.0,
|
|
3824
3841
|
"edges": [
|
|
3825
3842
|
{
|
|
3826
|
-
"
|
|
3827
|
-
"
|
|
3843
|
+
"from": "a",
|
|
3844
|
+
"to": "b"
|
|
3828
3845
|
},
|
|
3829
3846
|
{
|
|
3830
3847
|
"from": "b",
|
|
3831
3848
|
"to": "c"
|
|
3832
3849
|
}
|
|
3833
3850
|
],
|
|
3834
|
-
"type": "graph-view"
|
|
3835
|
-
"height": 200.0
|
|
3851
|
+
"type": "graph-view"
|
|
3836
3852
|
}
|
|
3837
3853
|
]
|
|
3838
3854
|
}
|
|
3839
|
-
]
|
|
3840
|
-
|
|
3841
|
-
],
|
|
3842
|
-
"navItems": [
|
|
3843
|
-
{
|
|
3844
|
-
"icon": "layout-list",
|
|
3845
|
-
"href": "/chat",
|
|
3846
|
-
"label": "Chat"
|
|
3847
|
-
},
|
|
3848
|
-
{
|
|
3849
|
-
"icon": "hash",
|
|
3850
|
-
"href": "/channels",
|
|
3851
|
-
"label": "Channels"
|
|
3852
|
-
},
|
|
3853
|
-
{
|
|
3854
|
-
"href": "/online",
|
|
3855
|
-
"icon": "layout-list",
|
|
3856
|
-
"label": "Online"
|
|
3855
|
+
],
|
|
3856
|
+
"type": "scaled-diagram"
|
|
3857
3857
|
}
|
|
3858
3858
|
],
|
|
3859
|
-
"
|
|
3860
|
-
"
|
|
3859
|
+
"appName": "Realtime Chat",
|
|
3860
|
+
"type": "dashboard-layout"
|
|
3861
3861
|
}
|
|
3862
3862
|
]
|
|
3863
3863
|
]
|
|
@@ -3881,22 +3881,21 @@
|
|
|
3881
3881
|
"render-ui",
|
|
3882
3882
|
"main",
|
|
3883
3883
|
{
|
|
3884
|
-
"type": "dashboard-layout",
|
|
3885
3884
|
"navItems": [
|
|
3886
3885
|
{
|
|
3887
3886
|
"label": "Chat",
|
|
3888
|
-
"
|
|
3889
|
-
"
|
|
3887
|
+
"href": "/chat",
|
|
3888
|
+
"icon": "layout-list"
|
|
3890
3889
|
},
|
|
3891
3890
|
{
|
|
3891
|
+
"icon": "hash",
|
|
3892
3892
|
"label": "Channels",
|
|
3893
|
-
"href": "/channels"
|
|
3894
|
-
"icon": "hash"
|
|
3893
|
+
"href": "/channels"
|
|
3895
3894
|
},
|
|
3896
3895
|
{
|
|
3897
|
-
"label": "Online",
|
|
3898
3896
|
"href": "/online",
|
|
3899
|
-
"icon": "layout-list"
|
|
3897
|
+
"icon": "layout-list",
|
|
3898
|
+
"label": "Online"
|
|
3900
3899
|
}
|
|
3901
3900
|
],
|
|
3902
3901
|
"children": [
|
|
@@ -3904,16 +3903,16 @@
|
|
|
3904
3903
|
"type": "scaled-diagram",
|
|
3905
3904
|
"children": [
|
|
3906
3905
|
{
|
|
3907
|
-
"type": "stack",
|
|
3908
3906
|
"direction": "vertical",
|
|
3907
|
+
"type": "stack",
|
|
3909
3908
|
"gap": "lg",
|
|
3910
3909
|
"children": [
|
|
3911
3910
|
{
|
|
3912
3911
|
"type": "breadcrumb",
|
|
3913
3912
|
"items": [
|
|
3914
3913
|
{
|
|
3915
|
-
"
|
|
3916
|
-
"
|
|
3914
|
+
"href": "/",
|
|
3915
|
+
"label": "Home"
|
|
3917
3916
|
},
|
|
3918
3917
|
{
|
|
3919
3918
|
"label": "Online Users"
|
|
@@ -3921,33 +3920,33 @@
|
|
|
3921
3920
|
]
|
|
3922
3921
|
},
|
|
3923
3922
|
{
|
|
3924
|
-
"type": "stack",
|
|
3925
|
-
"justify": "between",
|
|
3926
|
-
"gap": "md",
|
|
3927
3923
|
"direction": "horizontal",
|
|
3924
|
+
"gap": "md",
|
|
3925
|
+
"justify": "between",
|
|
3926
|
+
"type": "stack",
|
|
3928
3927
|
"children": [
|
|
3929
3928
|
{
|
|
3930
|
-
"gap": "md",
|
|
3931
|
-
"direction": "horizontal",
|
|
3932
|
-
"type": "stack",
|
|
3933
3929
|
"children": [
|
|
3934
3930
|
{
|
|
3935
3931
|
"type": "icon",
|
|
3936
3932
|
"name": "users"
|
|
3937
3933
|
},
|
|
3938
3934
|
{
|
|
3939
|
-
"content": "Online Users",
|
|
3940
3935
|
"type": "typography",
|
|
3936
|
+
"content": "Online Users",
|
|
3941
3937
|
"variant": "h2"
|
|
3942
3938
|
}
|
|
3943
|
-
]
|
|
3939
|
+
],
|
|
3940
|
+
"type": "stack",
|
|
3941
|
+
"direction": "horizontal",
|
|
3942
|
+
"gap": "md"
|
|
3944
3943
|
},
|
|
3945
3944
|
{
|
|
3946
|
-
"type": "button",
|
|
3947
3945
|
"variant": "secondary",
|
|
3948
|
-
"icon": "refresh-cw",
|
|
3949
3946
|
"label": "Refresh",
|
|
3950
|
-
"action": "REFRESH"
|
|
3947
|
+
"action": "REFRESH",
|
|
3948
|
+
"type": "button",
|
|
3949
|
+
"icon": "refresh-cw"
|
|
3951
3950
|
}
|
|
3952
3951
|
]
|
|
3953
3952
|
},
|
|
@@ -3955,20 +3954,19 @@
|
|
|
3955
3954
|
"type": "divider"
|
|
3956
3955
|
},
|
|
3957
3956
|
{
|
|
3957
|
+
"padding": "md",
|
|
3958
3958
|
"children": [
|
|
3959
3959
|
{
|
|
3960
|
-
"
|
|
3960
|
+
"cols": 3.0,
|
|
3961
3961
|
"children": [
|
|
3962
3962
|
{
|
|
3963
|
-
"type": "card",
|
|
3964
3963
|
"children": [
|
|
3965
3964
|
{
|
|
3966
|
-
"type": "stack",
|
|
3967
3965
|
"children": [
|
|
3968
3966
|
{
|
|
3967
|
+
"content": "Username",
|
|
3969
3968
|
"type": "typography",
|
|
3970
|
-
"variant": "caption"
|
|
3971
|
-
"content": "Username"
|
|
3969
|
+
"variant": "caption"
|
|
3972
3970
|
},
|
|
3973
3971
|
{
|
|
3974
3972
|
"content": [
|
|
@@ -3983,25 +3981,27 @@
|
|
|
3983
3981
|
"variant": "h3"
|
|
3984
3982
|
}
|
|
3985
3983
|
],
|
|
3986
|
-
"
|
|
3987
|
-
"direction": "vertical"
|
|
3984
|
+
"type": "stack",
|
|
3985
|
+
"direction": "vertical",
|
|
3986
|
+
"gap": "sm"
|
|
3988
3987
|
}
|
|
3989
|
-
]
|
|
3988
|
+
],
|
|
3989
|
+
"type": "card"
|
|
3990
3990
|
},
|
|
3991
3991
|
{
|
|
3992
|
+
"type": "card",
|
|
3992
3993
|
"children": [
|
|
3993
3994
|
{
|
|
3994
|
-
"direction": "vertical",
|
|
3995
3995
|
"type": "stack",
|
|
3996
|
-
"gap": "sm",
|
|
3997
3996
|
"children": [
|
|
3998
3997
|
{
|
|
3999
3998
|
"type": "typography",
|
|
4000
|
-
"
|
|
4001
|
-
"
|
|
3999
|
+
"variant": "caption",
|
|
4000
|
+
"content": "Status"
|
|
4002
4001
|
},
|
|
4003
4002
|
{
|
|
4004
4003
|
"variant": "h3",
|
|
4004
|
+
"type": "typography",
|
|
4005
4005
|
"content": [
|
|
4006
4006
|
"object/get",
|
|
4007
4007
|
[
|
|
@@ -4009,29 +4009,26 @@
|
|
|
4009
4009
|
"@entity"
|
|
4010
4010
|
],
|
|
4011
4011
|
"status"
|
|
4012
|
-
]
|
|
4013
|
-
"type": "typography"
|
|
4012
|
+
]
|
|
4014
4013
|
}
|
|
4015
|
-
]
|
|
4014
|
+
],
|
|
4015
|
+
"gap": "sm",
|
|
4016
|
+
"direction": "vertical"
|
|
4016
4017
|
}
|
|
4017
|
-
]
|
|
4018
|
-
"type": "card"
|
|
4018
|
+
]
|
|
4019
4019
|
},
|
|
4020
4020
|
{
|
|
4021
4021
|
"type": "card",
|
|
4022
4022
|
"children": [
|
|
4023
4023
|
{
|
|
4024
|
-
"gap": "sm",
|
|
4025
|
-
"direction": "vertical",
|
|
4026
4024
|
"children": [
|
|
4027
4025
|
{
|
|
4028
4026
|
"variant": "caption",
|
|
4029
|
-
"
|
|
4030
|
-
"
|
|
4027
|
+
"content": "LastActive",
|
|
4028
|
+
"type": "typography"
|
|
4031
4029
|
},
|
|
4032
4030
|
{
|
|
4033
4031
|
"variant": "h3",
|
|
4034
|
-
"type": "typography",
|
|
4035
4032
|
"content": [
|
|
4036
4033
|
"object/get",
|
|
4037
4034
|
[
|
|
@@ -4039,21 +4036,25 @@
|
|
|
4039
4036
|
"@entity"
|
|
4040
4037
|
],
|
|
4041
4038
|
"lastActive"
|
|
4042
|
-
]
|
|
4039
|
+
],
|
|
4040
|
+
"type": "typography"
|
|
4043
4041
|
}
|
|
4044
4042
|
],
|
|
4043
|
+
"direction": "vertical",
|
|
4044
|
+
"gap": "sm",
|
|
4045
4045
|
"type": "stack"
|
|
4046
4046
|
}
|
|
4047
4047
|
]
|
|
4048
4048
|
},
|
|
4049
4049
|
{
|
|
4050
|
-
"type": "card",
|
|
4051
4050
|
"children": [
|
|
4052
4051
|
{
|
|
4052
|
+
"type": "stack",
|
|
4053
|
+
"gap": "sm",
|
|
4053
4054
|
"children": [
|
|
4054
4055
|
{
|
|
4055
|
-
"variant": "caption",
|
|
4056
4056
|
"type": "typography",
|
|
4057
|
+
"variant": "caption",
|
|
4057
4058
|
"content": "Avatar"
|
|
4058
4059
|
},
|
|
4059
4060
|
{
|
|
@@ -4069,17 +4070,15 @@
|
|
|
4069
4070
|
]
|
|
4070
4071
|
}
|
|
4071
4072
|
],
|
|
4072
|
-
"
|
|
4073
|
-
"direction": "vertical",
|
|
4074
|
-
"gap": "sm"
|
|
4073
|
+
"direction": "vertical"
|
|
4075
4074
|
}
|
|
4076
|
-
]
|
|
4075
|
+
],
|
|
4076
|
+
"type": "card"
|
|
4077
4077
|
}
|
|
4078
4078
|
],
|
|
4079
|
-
"
|
|
4079
|
+
"type": "simple-grid"
|
|
4080
4080
|
}
|
|
4081
4081
|
],
|
|
4082
|
-
"padding": "md",
|
|
4083
4082
|
"type": "box"
|
|
4084
4083
|
},
|
|
4085
4084
|
{
|
|
@@ -4087,33 +4086,32 @@
|
|
|
4087
4086
|
},
|
|
4088
4087
|
{
|
|
4089
4088
|
"type": "grid",
|
|
4090
|
-
"gap": "md",
|
|
4091
4089
|
"children": [
|
|
4092
4090
|
{
|
|
4093
4091
|
"children": [
|
|
4094
4092
|
{
|
|
4095
|
-
"type": "typography",
|
|
4096
4093
|
"content": "Chart View",
|
|
4097
|
-
"variant": "caption"
|
|
4094
|
+
"variant": "caption",
|
|
4095
|
+
"type": "typography"
|
|
4098
4096
|
}
|
|
4099
4097
|
],
|
|
4100
4098
|
"type": "card"
|
|
4101
4099
|
},
|
|
4102
4100
|
{
|
|
4101
|
+
"type": "card",
|
|
4103
4102
|
"children": [
|
|
4104
4103
|
{
|
|
4105
|
-
"variant": "caption",
|
|
4106
4104
|
"type": "typography",
|
|
4107
|
-
"content": "Graph View"
|
|
4105
|
+
"content": "Graph View",
|
|
4106
|
+
"variant": "caption"
|
|
4108
4107
|
}
|
|
4109
|
-
]
|
|
4110
|
-
"type": "card"
|
|
4108
|
+
]
|
|
4111
4109
|
}
|
|
4112
4110
|
],
|
|
4113
|
-
"cols": 2.0
|
|
4111
|
+
"cols": 2.0,
|
|
4112
|
+
"gap": "md"
|
|
4114
4113
|
},
|
|
4115
4114
|
{
|
|
4116
|
-
"type": "line-chart",
|
|
4117
4115
|
"data": [
|
|
4118
4116
|
{
|
|
4119
4117
|
"value": 12.0,
|
|
@@ -4124,8 +4122,8 @@
|
|
|
4124
4122
|
"date": "Feb"
|
|
4125
4123
|
},
|
|
4126
4124
|
{
|
|
4127
|
-
"
|
|
4128
|
-
"
|
|
4125
|
+
"value": 15.0,
|
|
4126
|
+
"date": "Mar"
|
|
4129
4127
|
},
|
|
4130
4128
|
{
|
|
4131
4129
|
"date": "Apr",
|
|
@@ -4139,61 +4137,63 @@
|
|
|
4139
4137
|
"date": "Jun",
|
|
4140
4138
|
"value": 30.0
|
|
4141
4139
|
}
|
|
4142
|
-
]
|
|
4140
|
+
],
|
|
4141
|
+
"type": "line-chart"
|
|
4143
4142
|
},
|
|
4144
4143
|
{
|
|
4145
|
-
"type": "chart-legend",
|
|
4146
4144
|
"items": [
|
|
4147
4145
|
{
|
|
4148
|
-
"
|
|
4149
|
-
"
|
|
4146
|
+
"color": "primary",
|
|
4147
|
+
"label": "Current"
|
|
4150
4148
|
},
|
|
4151
4149
|
{
|
|
4152
4150
|
"color": "muted",
|
|
4153
4151
|
"label": "Previous"
|
|
4154
4152
|
}
|
|
4155
|
-
]
|
|
4153
|
+
],
|
|
4154
|
+
"type": "chart-legend"
|
|
4156
4155
|
},
|
|
4157
4156
|
{
|
|
4158
4157
|
"width": 400.0,
|
|
4159
4158
|
"nodes": [
|
|
4160
4159
|
{
|
|
4161
|
-
"
|
|
4160
|
+
"y": 100.0,
|
|
4162
4161
|
"id": "a",
|
|
4163
|
-
"
|
|
4164
|
-
"
|
|
4162
|
+
"label": "Start",
|
|
4163
|
+
"x": 50.0
|
|
4165
4164
|
},
|
|
4166
4165
|
{
|
|
4167
4166
|
"x": 200.0,
|
|
4168
4167
|
"id": "b",
|
|
4169
|
-
"
|
|
4170
|
-
"
|
|
4168
|
+
"label": "Process",
|
|
4169
|
+
"y": 50.0
|
|
4171
4170
|
},
|
|
4172
4171
|
{
|
|
4173
|
-
"y": 100.0,
|
|
4174
|
-
"label": "End",
|
|
4175
4172
|
"x": 350.0,
|
|
4176
|
-
"id": "c"
|
|
4173
|
+
"id": "c",
|
|
4174
|
+
"y": 100.0,
|
|
4175
|
+
"label": "End"
|
|
4177
4176
|
}
|
|
4178
4177
|
],
|
|
4179
4178
|
"type": "graph-view",
|
|
4180
|
-
"height": 200.0,
|
|
4181
4179
|
"edges": [
|
|
4182
4180
|
{
|
|
4183
4181
|
"from": "a",
|
|
4184
4182
|
"to": "b"
|
|
4185
4183
|
},
|
|
4186
4184
|
{
|
|
4187
|
-
"
|
|
4188
|
-
"
|
|
4185
|
+
"from": "b",
|
|
4186
|
+
"to": "c"
|
|
4189
4187
|
}
|
|
4190
|
-
]
|
|
4188
|
+
],
|
|
4189
|
+
"height": 200.0
|
|
4191
4190
|
}
|
|
4192
4191
|
]
|
|
4193
4192
|
}
|
|
4194
4193
|
]
|
|
4195
4194
|
}
|
|
4196
4195
|
],
|
|
4196
|
+
"type": "dashboard-layout",
|
|
4197
4197
|
"appName": "Realtime Chat"
|
|
4198
4198
|
}
|
|
4199
4199
|
]
|