Change if condition to alternative form
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 12 2022
Sep 9 2022
Rebase before landing
Changing useMemo to useCallback
Sep 8 2022
Change empty string to null, return newThreadID to the previous position and add
conditional callback for onClick
Rebase
Rebase
Sep 1 2022
I changed both behaviours. Now, after clicking on active thread in create mode, app keeps focused on it and ThreadComposer doesn't close.
I also considered using a css class with pointer-event: none property instead to dynamically disable onClick event, but this solution has an impact on children pointer-events, so it could be problematic (e.g. onClick on ChatThreadListItemMenu)
Change thread behaviour and refactor logic in nav-selectors.js
Aug 31 2022
Memoize onClick callback and change enum value names
Aug 30 2022
Aug 29 2022
Updating diff after resolving conflicts
Removing unnecessary props and set name param as createPendingThread argument
Changing useRef to useMemo
Aug 28 2022
Aug 26 2022
Aug 25 2022
Change boolean to enum and fix bug related to onClick on fake pending "New
thread"
Aug 24 2022
Aug 23 2022
Rebase before landing
Aug 17 2022
Aug 12 2022
Removing unnecessary style and disabling PanGestureHandler
Aug 10 2022
Jul 27 2022
Abandoning, explained in previous diff D4544
This function seems to be redundant, because the standard c++ string method "length" or "size" return exact size of string in bytes.
source
Rebase
Jul 26 2022
Replacing random data sets with already generated examples
Fix typo in comment
Add comment with explanations of getUtf8Length function