Commit b8a47b1
committed
feat(ui): add delete action to failed message
This commit introduces a new message action that allows users to delete a message that failed to send.
The new action is added to the `MessageActionsBuilder` and is only displayed when the message state is `isSendingFailed`.1 parent 3f7ee96 commit b8a47b1
File tree
1 file changed
+11
-0
lines changed- packages/stream_chat_flutter/lib/src/message_action
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
| |||
0 commit comments