File tree Expand file tree Collapse file tree 5 files changed +19
-1
lines changed Expand file tree Collapse file tree 5 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 60
60
"loglevel" : " ^1.8.0" ,
61
61
"lowcoder-core" : " workspace:^" ,
62
62
"lowcoder-design" : " workspace:^" ,
63
+ "matrix-js-sdk" : " ^30.3.0" ,
63
64
"mime" : " ^3.0.0" ,
64
65
"moment" : " ^2.29.4" ,
65
66
"numbro" : " ^2.3.6" ,
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ const uiCompMap: Registry = {
485
485
name : trans ( "chat.chatCompName" ) ,
486
486
enName : "Drawer" ,
487
487
description : trans ( "chat.chatCompDesc" ) ,
488
- categories : [ "chat " ] ,
488
+ categories : [ "chats " ] ,
489
489
icon : DrawerCompIcon ,
490
490
keywords : trans ( "chat.chatCompKeywords" ) ,
491
491
comp : ChatControllerComp ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export const uiCompCategoryNames = {
27
27
layout : trans ( "uiCompCategory.layout" ) ,
28
28
forms : trans ( "uiCompCategory.forms" ) ,
29
29
collaboration : trans ( "uiCompCategory.collaboration" ) ,
30
+ chats : trans ( "uiCompCategory.chats" ) ,
30
31
projectmanagement : trans ( "uiCompCategory.projectmanagement" ) ,
31
32
scheduling : trans ( "uiCompCategory.scheduling" ) ,
32
33
documents : trans ( "uiCompCategory.documents" ) ,
Original file line number Diff line number Diff line change @@ -1662,6 +1662,21 @@ export const en = {
1662
1662
meetingActive : "Ongoing Meeting" ,
1663
1663
messages : "Broadcasted Messages" ,
1664
1664
} ,
1665
+
1666
+ chat : {
1667
+ chatCompName : "Chat Controller" ,
1668
+ chatCompDesc : "Chat component" ,
1669
+ chatCompKeywords : "" ,
1670
+ chat : "Chat Settings" ,
1671
+ username : "Username" ,
1672
+ credentials : "Matrix Credentials" ,
1673
+ password : "Password" ,
1674
+ roomalias : "Room name or room ID" ,
1675
+ roomData : "Room data" ,
1676
+ chatCommentsCompName : "Chats" ,
1677
+ chatCommentsCompKeywords : "" ,
1678
+ } ,
1679
+
1665
1680
settings : {
1666
1681
title : "Settings" ,
1667
1682
userGroups : "User Groups" ,
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ export const CompStateIcon: {
104
104
audio : < LeftAudio /> ,
105
105
video : < LeftVideo /> ,
106
106
drawer : < LeftDrawer /> ,
107
+ chat : < LeftDrawer /> ,
107
108
carousel : < LeftImage /> ,
108
109
toggleButton : < LeftButton /> ,
109
110
imageEditor : < LeftImage /> ,
You can’t perform that action at this time.
0 commit comments