Bernhard Owen Josephus

Results 361 comments of Bernhard Owen Josephus

## Proposal ### Please re-state the problem that we are trying to solve in this issue. The user name and avatar disappear if we view the recently added workspace member....

Just FYI, we don't need to perform the 5th step quickly. We can perform it while offline to reproduce it easier. 1. Go offline 2. Add a new member (any...

@strepanier03 did you test it on a collect workspace? Looking at the left side of the workspace menu, I guess it's a free workspace. The new RHP for workspace member...

Here is mine https://github.com/Expensify/App/assets/50919443/fa49774e-83cd-46fe-b64b-b03f41493b00

Thanks for catching that. The issue I found is that when `onSelectionChange` of `SuggestionMention` is called, it still holds the old value of `calculateMentionSuggestion` which means it contains the old...

@eh2077 I found that on Android mWeb, deleting a character won't immediately update the selection (`onSelectionChange` is not triggered). So, if I type `@b`, the selection end is 2, but...

Agree, I have updated the `useEffect`. I also pushed a fix where it's not possible to mention user with 2 words because the prefixType is empty.

## Proposal ### Please re-state the problem that we are trying to solve in this issue. Saving an address without zip code isn't reflected on the secondary device. ### What...