File tree Expand file tree Collapse file tree
ChatItem/__tests__/__snapshots__
MessageBox/__tests__/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ import { ChatItem } from 'react-chat-elements'
9595| statusColor | none | color | ChatItem status color |
9696| statusColorType | badge | string | ChatItem status color type (encircle, badge) |
9797| statusText | none | color | ChatItem status text |
98+ | lazyLoadingImage | none | image path | lazy loading image |
9899| muted | false | bool | chat mute info |
99100| showMute | false | bool | chat mute button visibilty |
100101| showVideoCall | false | bool | chat video call button visibilty |
Original file line number Diff line number Diff line change 33exports [` ChatItem component should render without issues 1` ] = `
44<div
55 className = " rce-container-citem"
6- onClick = { null }
6+ onClick = { [ Function ] }
77>
88 <div
99 className = " rce-citem"
@@ -42,6 +42,14 @@ exports[`ChatItem component should render without issues 1`] = `
4242 <div
4343 className = " rce-citem-body--bottom-title"
4444 />
45+ <div
46+ className = " rce-citem-body--bottom-tools"
47+ onMouseEnter = { [Function ]}
48+ onMouseLeave = { [Function ]}
49+ />
50+ <div
51+ className = " rce-citem-body--bottom-tools-item-hidden-hover"
52+ />
4553 <div
4654 className = " rce-citem-body--bottom-status"
4755 />
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ exports[`MessageBox component should render without issues 1`] = `
1313 onContextMenu = { null }
1414 >
1515 <div
16- className = " rce-mbox-text"
16+ className = " rce-mbox-text left "
1717 />
1818 <div
1919 className = " rce-mbox-time non-copiable"
You can’t perform that action at this time.
0 commit comments