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)
* feat: fixed the issue where ChatConfigurationModal displays old data when creating a new dialog * feat: Add Skeleton to MessageItem before the backend returns a message
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
padding: 0 14px;
|
||||
background-color: rgba(249, 250, 251, 1);
|
||||
}
|
||||
.messageEmpty {
|
||||
width: 300px;
|
||||
}
|
||||
.referenceIcon {
|
||||
padding: 0 6px;
|
||||
}
|
||||
@@ -52,3 +55,6 @@
|
||||
.referenceImagePreview {
|
||||
width: 600px;
|
||||
}
|
||||
.chunkContentText {
|
||||
.chunkText;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user