Commit 48385b8
authored
perf:
* fix: add RAF coalescing
* fix: correct import
* fix: livestreaming mode MVCP
* perf: throttle certain channel preview updates to avoid stressing the state update queue
* fix: goToMessage behaviour
* feat: add message pruning capabilities
* perf: only register animated values when STR is enabled
* chore: extract message bubble
* chore: add menu option
* chore: add menu option for pruning a well
* fix: variable dynamic size message items
* fix: flashlist mvcp disjoint set bug
* fix: memoize message bubble components to be in line with previous behaviour
* fix: save a render cycle through restructuring
* fix: remove redundant check
* Revert "fix: remove redundant check"
This reverts commit 8dd98f7.
* Revert "fix: save a render cycle through restructuring"
This reverts commit 38ca199.
* fix: experiment with scrollToIndex
* fix: styles since upgrade
* fix: scroll to bottom not always working
* fix: api rename
* chore: flashlist bump
* fix: stutter when scrolling to message
* fix: infinite scroll bug
* chore: bump stream-chat-js
* chore: add package.json as well
* fix: remove console.logMessageList livestreaming improvements (#3244)1 parent 3499068 commit 48385b8
File tree
20 files changed
+825
-451
lines changed- examples/SampleApp
- src
- components
- context
- screens
- package
- src
- components
- ChannelPreview/hooks
- Channel
- hooks
- MessageList
- hooks
- Message/MessageSimple
- contexts
- channelContext
- paginatedMessageListContext
- hooks
20 files changed
+825
-451
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
94 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
95 | 108 | | |
96 | 109 | | |
97 | 110 | | |
| |||
133 | 146 | | |
134 | 147 | | |
135 | 148 | | |
136 | | - | |
137 | | - | |
| 149 | + | |
| 150 | + | |
138 | 151 | | |
139 | | - | |
| 152 | + | |
140 | 153 | | |
141 | | - | |
142 | | - | |
143 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
144 | 169 | | |
145 | 170 | | |
146 | 171 | | |
| |||
172 | 197 | | |
173 | 198 | | |
174 | 199 | | |
175 | | - | |
| 200 | + | |
176 | 201 | | |
177 | 202 | | |
178 | 203 | | |
| |||
194 | 219 | | |
195 | 220 | | |
196 | 221 | | |
197 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
198 | 233 | | |
199 | 234 | | |
200 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments