File tree
Expand file treeCollapse file tree
18 files changed
+642
-96
lines changedFilter options
- Sources/StreamChatSwiftUI/ChatChannel
- Composer
- MessageList
- Reactions/MessageActions
- StreamChatSwiftUITests/Tests/ChatChannel
- __Snapshots__/MessageComposerView_Tests
Expand file treeCollapse file tree
18 files changed
+642
-96
lines changed+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
6 | 13 |
|
| 14 | + |
7 | 15 |
|
8 | 16 |
|
9 | 17 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/ChatChannelView.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/ChatChannelView.swift+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
| 119 | + |
| 120 | + |
119 | 121 |
|
120 | 122 |
|
121 | 123 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/ChatChannelViewModel.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/ChatChannelViewModel.swift+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
264 | 264 |
|
265 | 265 |
|
266 | 266 |
|
267 |
| - |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
268 | 276 |
|
269 | 277 |
|
270 | 278 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerConfig.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerConfig.swift+11-2Lines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
20 | 28 |
|
21 | 29 |
|
22 | 30 |
|
| ||
44 | 52 |
|
45 | 53 |
|
46 | 54 |
|
47 |
| - |
48 |
| - |
| 55 | + |
| 56 | + |
| 57 | + |
49 | 58 |
|
50 | 59 |
|
51 | 60 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerModels.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerModels.swift+16-5Lines changed: 16 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
31 | 35 |
|
32 | 36 |
|
33 | 37 |
|
34 | 38 |
|
35 | 39 |
|
36 |
| - |
| 40 | + |
| 41 | + |
37 | 42 |
|
38 | 43 |
|
39 | 44 |
|
40 | 45 |
|
41 | 46 |
|
42 | 47 |
|
| 48 | + |
43 | 49 |
|
44 | 50 |
|
45 | 51 |
|
46 | 52 |
|
47 | 53 |
|
48 |
| - |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
49 | 58 |
|
50 | 59 |
|
51 | 60 |
|
| ||
63 | 72 |
|
64 | 73 |
|
65 | 74 |
|
66 |
| - |
| 75 | + |
| 76 | + |
67 | 77 |
|
68 | 78 |
|
69 | 79 |
|
| ||
72 | 82 |
|
73 | 83 |
|
74 | 84 |
|
75 |
| - |
| 85 | + |
| 86 | + |
76 | 87 |
|
77 | 88 |
|
78 | 89 |
|
|
Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerView.swift
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerView.swift+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| 105 | + |
| 106 | + |
| 107 | + |
105 | 108 |
|
106 | 109 |
|
107 |
| - |
108 | 110 |
|
109 | 111 |
|
110 | 112 |
|
| ||
208 | 210 |
|
209 | 211 |
|
210 | 212 |
|
211 |
| - |
| 213 | + |
212 | 214 |
|
213 | 215 |
|
214 | 216 |
|
215 |
| - |
216 | 217 |
|
217 | 218 |
|
218 | 219 |
|
|
0 commit comments