Skip to content

Commit f4c4952

Browse files
authored
chore: update chatMessage api decision (#2508)
* feat/chat-bubble-api-decision * chore: api docs * chore: update is user message * fix: typo * feat: updated decisions * chore: more changes * chore: more changes * chore: link * chore: more changes * chore: remove breakdown * chore: final changes * chore: minor changes * chore: errorText * chore: more changes * chore: move changes * chore: more changes * chore: remove option * chore: new api * chore: more changes * chore: api changes * chore: update decisions * chore: update decision * chore: update decision * chore: update example * chore: another bable plugin * chore: more changes * chore: add thumnail * chore: update yarn.lock * chore: updae yarn lock
1 parent ac89521 commit f4c4952

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/blade/src/components/ChatMessage/_decision.md packages/blade/src/components/ChatMessage/_decision/_decision.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChatMessage Decisions
22

3+
A Chat Message is a visual representation of a message in a chat application.
4+
5+
<img src="./chatMessage-thumbnail.png" width="380" alt="chatMessage-thumbnail" />
6+
7+
8+
39
- [Design](#design)
410
- [ChatMessage Component](#ChatMessage-component)
511
- [ChatMessage API](#ChatMessage-api)
@@ -95,6 +101,6 @@ type ChatMessageProps = {
95101
//
96102
```
97103

98-
## Open Questions
99104

100-
- should their be an animation in case of error?
105+
## Open Questions
106+
N/A
Loading

0 commit comments

Comments
 (0)