Refactoring some web code into lib function that will be used in native side as well.
Details
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Paths
| Differential D6415 Authored by • przemek on Jan 27 2023, 6:24 AM.
Details Summary Refactoring some web code into lib function that will be used in native side as well. Test Plan Checked if app builds.
Diff Detail
Event TimelineHerald added subscribers: atul, tomek, ashoat. · View Herald TranscriptJan 27 2023, 6:24 AM2023-01-27 06:24:06 (UTC-8) • przemek added a parent revision: D6300: [4/n] Native Typeahead - Add user search and thread members to props.Jan 27 2023, 6:37 AM2023-01-27 06:37:30 (UTC-8) • przemek added a child revision: D6367: [5/n] Native Typeahead - Add selection state to chat input bar. Harbormaster completed remote builds in B15721: Diff 21442.Jan 27 2023, 6:38 AM2023-01-27 06:38:29 (UTC-8) This revision is now accepted and ready to land.Jan 30 2023, 2:51 AM2023-01-30 02:51:28 (UTC-8) Harbormaster completed remote builds in B16239: Diff 22210.Feb 7 2023, 9:36 AM2023-02-07 09:36:25 (UTC-8) Closed by commit rCOMM9a5ad243ee32: [4.5/n] Native Typeahead - Refactoring to the common utility function (authored by • przemek, committed by ashoat). · Explain WhyFeb 7 2023, 2:37 PM2023-02-07 14:37:22 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 21442 lib/shared/typeahead-utils.js
web/utils/typeahead-utils.js
|
We could probably go back to using isPinned property here. The thing we undid in D8097. This would make the code more readable, but it's up to you