@almadar/std 14.17.0 → 14.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +50 -50
- package/behaviors/registry/app/atoms/std-route-optimize.orb +53 -51
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +85 -69
- package/behaviors/registry/app/atoms/std-work-order.orb +47 -47
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +204 -212
- package/behaviors/registry/app/organisms/std-field-service.orb +183 -187
- package/behaviors/registry/app/organisms/std-forum.orb +131 -132
- package/behaviors/registry/app/organisms/std-listings.orb +177 -182
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +130 -130
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +174 -176
- package/behaviors/registry/app/organisms/std-survey.orb +144 -145
- package/behaviors/registry/app/organisms/std-wiki.orb +129 -130
- package/behaviors/registry/core/molecules/std-form-advanced.orb +124 -124
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +53 -51
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +85 -69
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +47 -47
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +204 -212
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +183 -187
- package/dist/behaviors/registry/app/organisms/std-forum.orb +131 -132
- package/dist/behaviors/registry/app/organisms/std-listings.orb +177 -182
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +130 -130
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +174 -176
- package/dist/behaviors/registry/app/organisms/std-survey.orb +144 -145
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +129 -130
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +124 -124
- package/package.json +7 -14
|
@@ -119,19 +119,16 @@
|
|
|
119
119
|
"ref": "AppShell.traits.AppLayout",
|
|
120
120
|
"name": "QuestionAppLayout",
|
|
121
121
|
"config": {
|
|
122
|
-
"notificationClickEvent": "QUESTION_NOTIFICATIONS_OPEN",
|
|
123
|
-
"searchEvent": "QUESTION_SEARCH",
|
|
124
|
-
"appName": "Forum",
|
|
125
122
|
"navItems": [
|
|
126
123
|
{
|
|
127
|
-
"label": "Questions",
|
|
128
124
|
"href": "/questions",
|
|
129
|
-
"icon": "help-circle"
|
|
125
|
+
"icon": "help-circle",
|
|
126
|
+
"label": "Questions"
|
|
130
127
|
},
|
|
131
128
|
{
|
|
132
|
-
"href": "/questions",
|
|
133
129
|
"icon": "tag",
|
|
134
|
-
"label": "Categories"
|
|
130
|
+
"label": "Categories",
|
|
131
|
+
"href": "/questions"
|
|
135
132
|
},
|
|
136
133
|
{
|
|
137
134
|
"label": "Moderation",
|
|
@@ -139,12 +136,15 @@
|
|
|
139
136
|
"icon": "shield-alert"
|
|
140
137
|
}
|
|
141
138
|
],
|
|
142
|
-
"
|
|
143
|
-
"
|
|
139
|
+
"notificationClickEvent": "QUESTION_NOTIFICATIONS_OPEN",
|
|
140
|
+
"searchEvent": "QUESTION_SEARCH",
|
|
141
|
+
"contentTrait": "@trait.QuestionCatalog",
|
|
142
|
+
"appName": "Forum",
|
|
143
|
+
"notifications": []
|
|
144
144
|
},
|
|
145
145
|
"events": {
|
|
146
|
-
"
|
|
147
|
-
"
|
|
146
|
+
"SEARCH": "QUESTION_SEARCH",
|
|
147
|
+
"NOTIFY_CLICK": "QUESTION_NOTIFICATIONS_OPEN"
|
|
148
148
|
}
|
|
149
149
|
},
|
|
150
150
|
{
|
|
@@ -227,15 +227,14 @@
|
|
|
227
227
|
"render-ui",
|
|
228
228
|
"main",
|
|
229
229
|
{
|
|
230
|
-
"type": "stack",
|
|
231
|
-
"direction": "vertical",
|
|
232
|
-
"gap": "lg",
|
|
233
230
|
"children": [
|
|
234
231
|
{
|
|
232
|
+
"gap": "md",
|
|
233
|
+
"type": "stack",
|
|
235
234
|
"align": "center",
|
|
236
|
-
"justify": "between",
|
|
237
235
|
"children": [
|
|
238
236
|
{
|
|
237
|
+
"gap": "sm",
|
|
239
238
|
"children": [
|
|
240
239
|
{
|
|
241
240
|
"type": "icon",
|
|
@@ -243,46 +242,44 @@
|
|
|
243
242
|
},
|
|
244
243
|
{
|
|
245
244
|
"variant": "h2",
|
|
246
|
-
"
|
|
247
|
-
"
|
|
245
|
+
"type": "typography",
|
|
246
|
+
"content": "Questions"
|
|
248
247
|
}
|
|
249
248
|
],
|
|
249
|
+
"align": "center",
|
|
250
250
|
"type": "stack",
|
|
251
|
-
"
|
|
252
|
-
"direction": "horizontal",
|
|
253
|
-
"align": "center"
|
|
251
|
+
"direction": "horizontal"
|
|
254
252
|
},
|
|
255
253
|
{
|
|
256
|
-
"gap": "sm",
|
|
257
254
|
"direction": "horizontal",
|
|
258
|
-
"
|
|
255
|
+
"gap": "sm",
|
|
259
256
|
"children": [
|
|
260
257
|
{
|
|
261
|
-
"variant": "primary",
|
|
262
258
|
"label": "Ask Question",
|
|
263
|
-
"
|
|
259
|
+
"type": "button",
|
|
264
260
|
"action": "CREATE",
|
|
265
|
-
"
|
|
261
|
+
"icon": "plus",
|
|
262
|
+
"variant": "primary"
|
|
266
263
|
}
|
|
267
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"type": "stack"
|
|
268
266
|
}
|
|
269
267
|
],
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"gap": "md"
|
|
268
|
+
"justify": "between",
|
|
269
|
+
"direction": "horizontal"
|
|
273
270
|
},
|
|
274
271
|
{
|
|
275
272
|
"type": "divider"
|
|
276
273
|
},
|
|
277
274
|
{
|
|
278
|
-
"align": "center",
|
|
279
275
|
"type": "stack",
|
|
280
276
|
"direction": "horizontal",
|
|
277
|
+
"gap": "md",
|
|
278
|
+
"align": "center",
|
|
281
279
|
"children": [
|
|
282
280
|
"@trait.QuestionSearch",
|
|
283
281
|
"@trait.QuestionFilter"
|
|
284
|
-
]
|
|
285
|
-
"gap": "md"
|
|
282
|
+
]
|
|
286
283
|
},
|
|
287
284
|
"@trait.QuestionStats",
|
|
288
285
|
{
|
|
@@ -293,7 +290,10 @@
|
|
|
293
290
|
"type": "divider"
|
|
294
291
|
},
|
|
295
292
|
"@trait.QuestionBrowseList"
|
|
296
|
-
]
|
|
293
|
+
],
|
|
294
|
+
"gap": "lg",
|
|
295
|
+
"direction": "vertical",
|
|
296
|
+
"type": "stack"
|
|
297
297
|
}
|
|
298
298
|
]
|
|
299
299
|
]
|
|
@@ -319,27 +319,27 @@
|
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"variant": "h3",
|
|
322
|
-
"
|
|
323
|
-
"
|
|
322
|
+
"content": "No notifications",
|
|
323
|
+
"type": "typography"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
|
-
"
|
|
327
|
-
"variant": "caption",
|
|
326
|
+
"color": "muted",
|
|
328
327
|
"type": "typography",
|
|
329
|
-
"
|
|
328
|
+
"variant": "caption",
|
|
329
|
+
"content": "You're all caught up."
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
|
+
"type": "button",
|
|
332
333
|
"label": "Back to questions",
|
|
333
334
|
"action": "INIT",
|
|
334
|
-
"variant": "ghost"
|
|
335
|
-
"type": "button"
|
|
335
|
+
"variant": "ghost"
|
|
336
336
|
}
|
|
337
337
|
],
|
|
338
338
|
"align": "center",
|
|
339
339
|
"type": "stack",
|
|
340
|
-
"className": "py-8",
|
|
341
340
|
"direction": "vertical",
|
|
342
|
-
"gap": "md"
|
|
341
|
+
"gap": "md",
|
|
342
|
+
"className": "py-8"
|
|
343
343
|
}
|
|
344
344
|
]
|
|
345
345
|
]
|
|
@@ -360,11 +360,12 @@
|
|
|
360
360
|
"ref": "Filter.traits.FilterTargetFilter",
|
|
361
361
|
"name": "QuestionFilter",
|
|
362
362
|
"config": {
|
|
363
|
+
"event": "QUESTION_FILTER",
|
|
363
364
|
"filters": [
|
|
364
365
|
{
|
|
365
|
-
"field": "status",
|
|
366
366
|
"label": "Status",
|
|
367
367
|
"filterType": "select",
|
|
368
|
+
"field": "status",
|
|
368
369
|
"options": [
|
|
369
370
|
"open",
|
|
370
371
|
"answered",
|
|
@@ -374,27 +375,29 @@
|
|
|
374
375
|
{
|
|
375
376
|
"filterType": "select",
|
|
376
377
|
"label": "Tag",
|
|
377
|
-
"
|
|
378
|
-
"
|
|
378
|
+
"field": "tag",
|
|
379
|
+
"options": []
|
|
379
380
|
}
|
|
380
|
-
]
|
|
381
|
-
"event": "QUESTION_FILTER"
|
|
381
|
+
]
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
"ref": "Stats.traits.StatsItemStats",
|
|
386
386
|
"name": "QuestionStats",
|
|
387
387
|
"config": {
|
|
388
|
-
"title": "Questions",
|
|
389
388
|
"metrics": [
|
|
390
389
|
{
|
|
391
|
-
"aggregation": "count",
|
|
392
|
-
"label": "Total",
|
|
393
|
-
"icon": "help-circle",
|
|
394
390
|
"variant": "primary",
|
|
395
|
-
"format": "number"
|
|
391
|
+
"format": "number",
|
|
392
|
+
"icon": "help-circle",
|
|
393
|
+
"label": "Total",
|
|
394
|
+
"aggregation": "count"
|
|
396
395
|
},
|
|
397
396
|
{
|
|
397
|
+
"variant": "warning",
|
|
398
|
+
"icon": "circle",
|
|
399
|
+
"label": "Open",
|
|
400
|
+
"format": "number",
|
|
398
401
|
"filter": [
|
|
399
402
|
"fn",
|
|
400
403
|
"row",
|
|
@@ -404,11 +407,7 @@
|
|
|
404
407
|
"open"
|
|
405
408
|
]
|
|
406
409
|
],
|
|
407
|
-
"
|
|
408
|
-
"icon": "circle",
|
|
409
|
-
"aggregation": "count",
|
|
410
|
-
"variant": "warning",
|
|
411
|
-
"format": "number"
|
|
410
|
+
"aggregation": "count"
|
|
412
411
|
},
|
|
413
412
|
{
|
|
414
413
|
"filter": [
|
|
@@ -420,21 +419,22 @@
|
|
|
420
419
|
"answered"
|
|
421
420
|
]
|
|
422
421
|
],
|
|
422
|
+
"format": "number",
|
|
423
423
|
"label": "Answered",
|
|
424
|
-
"aggregation": "count",
|
|
425
424
|
"variant": "success",
|
|
426
425
|
"icon": "check-circle",
|
|
427
|
-
"
|
|
426
|
+
"aggregation": "count"
|
|
428
427
|
},
|
|
429
428
|
{
|
|
430
429
|
"format": "text",
|
|
431
|
-
"field": "tag",
|
|
432
|
-
"aggregation": "mode",
|
|
433
430
|
"label": "Top Tag",
|
|
434
431
|
"icon": "hash",
|
|
435
|
-
"variant": "info"
|
|
432
|
+
"variant": "info",
|
|
433
|
+
"aggregation": "mode",
|
|
434
|
+
"field": "tag"
|
|
436
435
|
}
|
|
437
|
-
]
|
|
436
|
+
],
|
|
437
|
+
"title": "Questions"
|
|
438
438
|
},
|
|
439
439
|
"listens": [
|
|
440
440
|
{
|
|
@@ -451,8 +451,8 @@
|
|
|
451
451
|
"ref": "Tags.traits.TagBrowse",
|
|
452
452
|
"name": "QuestionTagTree",
|
|
453
453
|
"config": {
|
|
454
|
-
"
|
|
455
|
-
"
|
|
454
|
+
"title": "Categories",
|
|
455
|
+
"allowEdit": false
|
|
456
456
|
}
|
|
457
457
|
},
|
|
458
458
|
{
|
|
@@ -462,21 +462,21 @@
|
|
|
462
462
|
"config": {
|
|
463
463
|
"fields": [
|
|
464
464
|
{
|
|
465
|
-
"icon": "help-circle",
|
|
466
465
|
"variant": "h3",
|
|
466
|
+
"icon": "help-circle",
|
|
467
467
|
"name": "title"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
|
-
"
|
|
471
|
-
"
|
|
470
|
+
"variant": "body",
|
|
471
|
+
"name": "authorName"
|
|
472
472
|
},
|
|
473
473
|
{
|
|
474
474
|
"name": "tag",
|
|
475
475
|
"variant": "badge"
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
|
-
"
|
|
479
|
-
"
|
|
478
|
+
"name": "status",
|
|
479
|
+
"variant": "badge"
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
482
|
"format": "number",
|
|
@@ -484,26 +484,26 @@
|
|
|
484
484
|
"variant": "caption"
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
|
-
"
|
|
487
|
+
"name": "replyCount",
|
|
488
488
|
"format": "number",
|
|
489
|
-
"
|
|
489
|
+
"variant": "caption"
|
|
490
490
|
}
|
|
491
491
|
],
|
|
492
492
|
"itemActions": [
|
|
493
493
|
{
|
|
494
|
-
"
|
|
494
|
+
"variant": "ghost",
|
|
495
495
|
"event": "VIEW",
|
|
496
|
-
"
|
|
496
|
+
"label": "View"
|
|
497
497
|
},
|
|
498
498
|
{
|
|
499
|
-
"label": "Edit",
|
|
500
499
|
"event": "EDIT",
|
|
501
|
-
"variant": "ghost"
|
|
500
|
+
"variant": "ghost",
|
|
501
|
+
"label": "Edit"
|
|
502
502
|
},
|
|
503
503
|
{
|
|
504
|
+
"label": "Delete",
|
|
504
505
|
"event": "DELETE",
|
|
505
|
-
"variant": "danger"
|
|
506
|
-
"label": "Delete"
|
|
506
|
+
"variant": "danger"
|
|
507
507
|
}
|
|
508
508
|
],
|
|
509
509
|
"gap": "sm",
|
|
@@ -573,6 +573,8 @@
|
|
|
573
573
|
"name": "QuestionCreate",
|
|
574
574
|
"linkedEntity": "Question",
|
|
575
575
|
"config": {
|
|
576
|
+
"icon": "plus-circle",
|
|
577
|
+
"title": "Ask Question",
|
|
576
578
|
"mode": "create",
|
|
577
579
|
"fields": [
|
|
578
580
|
"title",
|
|
@@ -580,9 +582,7 @@
|
|
|
580
582
|
"authorName",
|
|
581
583
|
"tag",
|
|
582
584
|
"status"
|
|
583
|
-
]
|
|
584
|
-
"icon": "plus-circle",
|
|
585
|
-
"title": "Ask Question"
|
|
585
|
+
]
|
|
586
586
|
},
|
|
587
587
|
"events": {
|
|
588
588
|
"OPEN": "CREATE"
|
|
@@ -604,15 +604,15 @@
|
|
|
604
604
|
"linkedEntity": "Question",
|
|
605
605
|
"config": {
|
|
606
606
|
"mode": "edit",
|
|
607
|
+
"title": "Edit Question",
|
|
608
|
+
"icon": "edit",
|
|
607
609
|
"fields": [
|
|
608
610
|
"title",
|
|
609
611
|
"body",
|
|
610
612
|
"authorName",
|
|
611
613
|
"tag",
|
|
612
614
|
"status"
|
|
613
|
-
]
|
|
614
|
-
"icon": "edit",
|
|
615
|
-
"title": "Edit Question"
|
|
615
|
+
]
|
|
616
616
|
},
|
|
617
617
|
"events": {
|
|
618
618
|
"OPEN": "EDIT"
|
|
@@ -634,6 +634,7 @@
|
|
|
634
634
|
"linkedEntity": "Question",
|
|
635
635
|
"config": {
|
|
636
636
|
"title": "View Question",
|
|
637
|
+
"icon": "eye",
|
|
637
638
|
"fields": [
|
|
638
639
|
"title",
|
|
639
640
|
"body",
|
|
@@ -643,7 +644,6 @@
|
|
|
643
644
|
"voteCount",
|
|
644
645
|
"replyCount"
|
|
645
646
|
],
|
|
646
|
-
"icon": "eye",
|
|
647
647
|
"mode": "edit"
|
|
648
648
|
},
|
|
649
649
|
"events": {
|
|
@@ -666,13 +666,13 @@
|
|
|
666
666
|
"linkedEntity": "Question",
|
|
667
667
|
"config": {
|
|
668
668
|
"alertMessage": "This action cannot be undone. The question and all its replies will be removed.",
|
|
669
|
-
"confirmLabel": "Delete",
|
|
670
669
|
"icon": "alert-triangle",
|
|
671
|
-
"title": "Delete Question"
|
|
670
|
+
"title": "Delete Question",
|
|
671
|
+
"confirmLabel": "Delete"
|
|
672
672
|
},
|
|
673
673
|
"events": {
|
|
674
|
-
"
|
|
675
|
-
"
|
|
674
|
+
"CONFIRM": "CONFIRM_DELETE",
|
|
675
|
+
"REQUEST": "DELETE"
|
|
676
676
|
},
|
|
677
677
|
"listens": [
|
|
678
678
|
{
|
|
@@ -1000,34 +1000,33 @@
|
|
|
1000
1000
|
{
|
|
1001
1001
|
"ref": "AppShell.traits.AppLayout",
|
|
1002
1002
|
"name": "ModerationAppLayout",
|
|
1003
|
-
"linkedEntity": "ModerationDecision",
|
|
1004
1003
|
"config": {
|
|
1004
|
+
"searchEvent": "MODERATION_SEARCH",
|
|
1005
1005
|
"notifications": [],
|
|
1006
1006
|
"notificationClickEvent": "MODERATION_NOTIFICATIONS_OPEN",
|
|
1007
|
-
"
|
|
1007
|
+
"appName": "Forum",
|
|
1008
1008
|
"navItems": [
|
|
1009
1009
|
{
|
|
1010
|
-
"href": "/questions",
|
|
1011
1010
|
"icon": "help-circle",
|
|
1012
|
-
"label": "Questions"
|
|
1011
|
+
"label": "Questions",
|
|
1012
|
+
"href": "/questions"
|
|
1013
1013
|
},
|
|
1014
1014
|
{
|
|
1015
|
-
"
|
|
1015
|
+
"label": "Categories",
|
|
1016
1016
|
"icon": "tag",
|
|
1017
|
-
"
|
|
1017
|
+
"href": "/questions"
|
|
1018
1018
|
},
|
|
1019
1019
|
{
|
|
1020
|
-
"
|
|
1020
|
+
"label": "Moderation",
|
|
1021
1021
|
"icon": "shield-alert",
|
|
1022
|
-
"
|
|
1022
|
+
"href": "/moderation"
|
|
1023
1023
|
}
|
|
1024
1024
|
],
|
|
1025
|
-
"
|
|
1026
|
-
"appName": "Forum"
|
|
1025
|
+
"contentTrait": "@trait.ModerationDisplay"
|
|
1027
1026
|
},
|
|
1028
1027
|
"events": {
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1028
|
+
"SEARCH": "MODERATION_SEARCH",
|
|
1029
|
+
"NOTIFY_CLICK": "MODERATION_NOTIFICATIONS_OPEN"
|
|
1031
1030
|
}
|
|
1032
1031
|
},
|
|
1033
1032
|
{
|
|
@@ -1094,22 +1093,24 @@
|
|
|
1094
1093
|
"render-ui",
|
|
1095
1094
|
"main",
|
|
1096
1095
|
{
|
|
1096
|
+
"gap": "lg",
|
|
1097
|
+
"type": "stack",
|
|
1097
1098
|
"children": [
|
|
1098
1099
|
{
|
|
1099
|
-
"type": "stack",
|
|
1100
1100
|
"gap": "sm",
|
|
1101
|
-
"align": "center",
|
|
1102
1101
|
"children": [
|
|
1103
1102
|
{
|
|
1104
1103
|
"name": "shield-alert",
|
|
1105
1104
|
"type": "icon"
|
|
1106
1105
|
},
|
|
1107
1106
|
{
|
|
1108
|
-
"
|
|
1107
|
+
"content": "Moderation Queue",
|
|
1109
1108
|
"variant": "h2",
|
|
1110
|
-
"
|
|
1109
|
+
"type": "typography"
|
|
1111
1110
|
}
|
|
1112
1111
|
],
|
|
1112
|
+
"align": "center",
|
|
1113
|
+
"type": "stack",
|
|
1113
1114
|
"direction": "horizontal"
|
|
1114
1115
|
},
|
|
1115
1116
|
{
|
|
@@ -1120,9 +1121,9 @@
|
|
|
1120
1121
|
"type": "divider"
|
|
1121
1122
|
},
|
|
1122
1123
|
{
|
|
1124
|
+
"type": "typography",
|
|
1123
1125
|
"content": "Recent Flags",
|
|
1124
|
-
"variant": "h3"
|
|
1125
|
-
"type": "typography"
|
|
1126
|
+
"variant": "h3"
|
|
1126
1127
|
},
|
|
1127
1128
|
"@trait.ModerationFlagBrowse",
|
|
1128
1129
|
{
|
|
@@ -1130,15 +1131,13 @@
|
|
|
1130
1131
|
},
|
|
1131
1132
|
{
|
|
1132
1133
|
"variant": "h3",
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1134
|
+
"content": "Recorded Decisions",
|
|
1135
|
+
"type": "typography"
|
|
1135
1136
|
},
|
|
1136
1137
|
"@trait.ModerationDecisionBrowse"
|
|
1137
1138
|
],
|
|
1138
|
-
"direction": "vertical",
|
|
1139
1139
|
"className": "max-w-6xl mx-auto w-full p-4",
|
|
1140
|
-
"
|
|
1141
|
-
"gap": "lg"
|
|
1140
|
+
"direction": "vertical"
|
|
1142
1141
|
}
|
|
1143
1142
|
]
|
|
1144
1143
|
]
|
|
@@ -1158,9 +1157,8 @@
|
|
|
1158
1157
|
"main",
|
|
1159
1158
|
{
|
|
1160
1159
|
"type": "stack",
|
|
1161
|
-
"className": "py-8",
|
|
1162
|
-
"direction": "vertical",
|
|
1163
1160
|
"gap": "md",
|
|
1161
|
+
"className": "py-8",
|
|
1164
1162
|
"align": "center",
|
|
1165
1163
|
"children": [
|
|
1166
1164
|
{
|
|
@@ -1169,22 +1167,23 @@
|
|
|
1169
1167
|
},
|
|
1170
1168
|
{
|
|
1171
1169
|
"type": "typography",
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1170
|
+
"content": "No notifications",
|
|
1171
|
+
"variant": "h3"
|
|
1174
1172
|
},
|
|
1175
1173
|
{
|
|
1176
|
-
"variant": "caption",
|
|
1177
1174
|
"type": "typography",
|
|
1178
|
-
"
|
|
1179
|
-
"content": "You're all caught up."
|
|
1175
|
+
"variant": "caption",
|
|
1176
|
+
"content": "You're all caught up.",
|
|
1177
|
+
"color": "muted"
|
|
1180
1178
|
},
|
|
1181
1179
|
{
|
|
1182
1180
|
"label": "Back to moderation",
|
|
1183
|
-
"
|
|
1181
|
+
"type": "button",
|
|
1184
1182
|
"variant": "ghost",
|
|
1185
|
-
"
|
|
1183
|
+
"action": "INIT"
|
|
1186
1184
|
}
|
|
1187
|
-
]
|
|
1185
|
+
],
|
|
1186
|
+
"direction": "vertical"
|
|
1188
1187
|
}
|
|
1189
1188
|
]
|
|
1190
1189
|
]
|
|
@@ -1205,7 +1204,6 @@
|
|
|
1205
1204
|
"ref": "Flag.traits.FlagReport",
|
|
1206
1205
|
"name": "ModerationFlagBrowse",
|
|
1207
1206
|
"config": {
|
|
1208
|
-
"title": "Latest reports",
|
|
1209
1207
|
"reasons": [
|
|
1210
1208
|
"spam",
|
|
1211
1209
|
"abuse",
|
|
@@ -1213,7 +1211,8 @@
|
|
|
1213
1211
|
"misinformation",
|
|
1214
1212
|
"nsfw",
|
|
1215
1213
|
"other"
|
|
1216
|
-
]
|
|
1214
|
+
],
|
|
1215
|
+
"title": "Latest reports"
|
|
1217
1216
|
}
|
|
1218
1217
|
},
|
|
1219
1218
|
{
|
|
@@ -1223,9 +1222,9 @@
|
|
|
1223
1222
|
"config": {
|
|
1224
1223
|
"fields": [
|
|
1225
1224
|
{
|
|
1225
|
+
"variant": "badge",
|
|
1226
1226
|
"name": "targetType",
|
|
1227
|
-
"label": "Target"
|
|
1228
|
-
"variant": "badge"
|
|
1227
|
+
"label": "Target"
|
|
1229
1228
|
},
|
|
1230
1229
|
{
|
|
1231
1230
|
"variant": "badge",
|
|
@@ -1243,18 +1242,18 @@
|
|
|
1243
1242
|
"variant": "body"
|
|
1244
1243
|
},
|
|
1245
1244
|
{
|
|
1245
|
+
"format": "date",
|
|
1246
1246
|
"variant": "caption",
|
|
1247
|
-
"label": "When",
|
|
1248
1247
|
"name": "createdAt",
|
|
1249
|
-
"
|
|
1248
|
+
"label": "When"
|
|
1250
1249
|
}
|
|
1251
1250
|
],
|
|
1252
1251
|
"gap": "sm",
|
|
1253
1252
|
"itemActions": [
|
|
1254
1253
|
{
|
|
1254
|
+
"variant": "danger",
|
|
1255
1255
|
"label": "Revert",
|
|
1256
|
-
"event": "DELETE"
|
|
1257
|
-
"variant": "danger"
|
|
1256
|
+
"event": "DELETE"
|
|
1258
1257
|
}
|
|
1259
1258
|
],
|
|
1260
1259
|
"cols": 1.0
|
|
@@ -1283,10 +1282,10 @@
|
|
|
1283
1282
|
"name": "ModerationRevertConfirm",
|
|
1284
1283
|
"linkedEntity": "ModerationDecision",
|
|
1285
1284
|
"config": {
|
|
1286
|
-
"
|
|
1285
|
+
"title": "Revert Decision",
|
|
1287
1286
|
"alertMessage": "This will undo the recorded moderation verdict.",
|
|
1288
1287
|
"icon": "rotate-ccw",
|
|
1289
|
-
"
|
|
1288
|
+
"confirmLabel": "Revert"
|
|
1290
1289
|
},
|
|
1291
1290
|
"events": {
|
|
1292
1291
|
"REQUEST": "REVERT",
|