Details
Details
Search experience continues to look and work as expected. Set logs in all expected callbacks to ensure that they fired as expected. Made sure that x-icon and "Cancel" button continue to look and behave as before.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/chat/chat-thread-list.react.js | ||
---|---|---|
475–481 | This effect was always rendered and was working even if renderSearch wasn't called. Now, after it is moved to ChatThreadListSearch it is rendered only when this component is present. Can it cause any issues? |
native/chat/chat-thread-list.react.js | ||
---|---|---|
475–481 | I think this makes more sense since searchCancelButton lives "within" ChatThreadListSearch which was formerly contained within renderSearch. By default the value is set to 0 so nothing should change there. |