balibabu
feat: Add Skeleton to MessageItem before the backend returns a message and fixed the issue where ChatConfigurationModal displays old data when creating a new dialog (#99)
405c9f9
.chatWrapper { | |
height: 100%; | |
width: 100%; | |
.chatAppWrapper { | |
width: 288px; | |
padding: 26px; | |
.chatAppContent { | |
overflow-y: auto; | |
} | |
.chatAppCard { | |
:global(.ant-card-body) { | |
padding: 10px; | |
} | |
.cubeIcon { | |
&:hover { | |
cursor: pointer; | |
} | |
} | |
} | |
.chatAppCardSelected { | |
:global(.ant-card-body) { | |
background-color: @gray11; | |
border-radius: 8px; | |
} | |
} | |
} | |
.chatTitleWrapper { | |
width: 220px; | |
padding: 26px 0; | |
} | |
.chatTitle { | |
padding: 5px 15px; | |
} | |
.chatTitleContent { | |
padding: 5px 10px; | |
overflow: auto; | |
} | |
.chatTitleCard { | |
:global(.ant-card-body) { | |
padding: 8px; | |
} | |
} | |
.chatTitleCardSelected { | |
:global(.ant-card-body) { | |
background-color: @gray11; | |
border-radius: 8px; | |
} | |
} | |
.divider { | |
margin: 0; | |
height: 100%; | |
} | |
} | |