Commit 56c0b41
authored
feat: new reaction list design and improvements to MessageSimple component (#2700)
* feat: add new message action list and reaction selector UI
* fix: remove unnecessary props from OverlayContext
* docs: add comments for the props
* tests: add tests for the components
* tests: add tests for the components
* fix: chat.test.ts
* fix: chat.test.ts
* fix: add tests for the code
* fix: use rn animated to create new modal and add docs
* fix: add opacity for the message action list item when pressed
* fix: make modal better and change component names
* fix: update test snapdhots
* docs: message actions customizations
* docs: message actions customizations
* fix: theme improvements
* fix: message component render improvements
* docs: update migration guide
* feat: new reaction list design and improvements to MessageSimple component
* tests: add tests for the components
* docs: reaction list new design docs
* docs: add changes to migration guide
* docs: add changes to migration guide
* docs: add changes to migration guide
* chore: resolve conflicts from base branch
* chore: resolve conflicts from base branch
* fix: sample app overlay backdrop bug
* fix: reaction list type
* feat: add FlatList for Reaction Picker
* feat: add FlatList for Reaction Picker
* feat: add FlatList for Reaction Picker1 parent 1c52f4f commit 56c0b41
File tree
68 files changed
+2552
-1359
lines changed- .styles/Vocab/Base
- docusaurus
- docs/reactnative
- assets/basics/migrating-from-5.x-to-6.x
- basics
- common-content
- contexts/message-context
- ui-components/channel/props
- contexts
- core-components
- guides
- object-types
- ui-components
- examples/SampleApp/src
- components
- context
- package/src
- components
- Attachment
- utils/buildGallery
- Channel
- hooks
- ImageGallery
- MessageMenu
- Message
- MessageSimple
- ReactionList
- __tests__
- __snapshots__
- hooks
- Thread/__tests__/__snapshots__
- contexts
- messageContext
- messagesContext
- themeContext/utils
- icons
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+2552
-1359
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
93 | 101 | | |
94 | 102 | | |
95 | 103 | | |
| |||
153 | 161 | | |
154 | 162 | | |
155 | 163 | | |
156 | | - | |
| 164 | + | |
157 | 165 | | |
158 | 166 | | |
159 | 167 | | |
| |||
165 | 173 | | |
166 | 174 | | |
167 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
168 | 193 | | |
169 | 194 | | |
170 | 195 | | |
| |||
186 | 211 | | |
187 | 212 | | |
188 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
189 | 218 | | |
190 | 219 | | |
191 | 220 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments