Question about the test plan:
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Tue, Oct 29
I think it would've been easier to review this one if you had broken it down further: one diff that renames storeLoaded to initialStateLoaded on native, and another that does the rest
This implementation has a performance consequence - in the original implementation, we were only stringifying when an alert was shown. Now we're stringifying the object even for users who will never see an alert. We could consider keeping the JSON.stringify inside showAlertToStaff, but I'm not sure if it is really that important.
Mon, Oct 28
review feedback
Rebase
Remove showOperationAlertToStaff
move getNeynarConfig to own file
feedback
In D13795#385497, @varun wrote:I don’t see the screenshot but JSX looks right
I don’t see the screenshot but JSX looks right
I didn't notice any issues, but I'm not very familiar with this logic – would appreciate if @kamil could also take a look
Revert actions queue change
Finally
Readonly
Simplify the queueing code. This revision still has an issue where leaving a thread casues an exception while sending the notifs. Regardless, it is an improvement comparing to the master, because it fixes sending messages in quick succession. The notifs issue will be fixed in the next diff.
Sun, Oct 27
Oct 25 2024
we do want to reduce the messages too
Oct 24 2024
I looked at the type of ChangeThreadSettingsResult. It has two properties, one of which is newMessageInfos.
address feedback
address feedback