|
|
@ -1,7 +1,7 @@
|
|
|
|
### In message bubble
|
|
|
|
### In message bubble
|
|
|
|
|
|
|
|
|
|
|
|
```jsx
|
|
|
|
```jsx
|
|
|
|
<util.ConversationContext theme={util.theme}>
|
|
|
|
<util.ConversationContext theme={util.theme} ios={util.ios}>
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<TypingBubble conversationType="direct" i18n={util.i18n} />
|
|
|
|
<TypingBubble conversationType="direct" i18n={util.i18n} />
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
### In message bubble, group conversation
|
|
|
|
### In message bubble, group conversation
|
|
|
|
|
|
|
|
|
|
|
|
```jsx
|
|
|
|
```jsx
|
|
|
|
<util.ConversationContext theme={util.theme}>
|
|
|
|
<util.ConversationContext theme={util.theme} ios={util.ios}>
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<TypingBubble color="red" conversationType="group" i18n={util.i18n} />
|
|
|
|
<TypingBubble color="red" conversationType="group" i18n={util.i18n} />
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|