Bernhard Owen Josephus

Results 27 issues of Bernhard Owen Josephus

### Details We want to add a new shortcut to going forward and back with arrow key + Cmd ### Fixed Issues $ https://github.com/Expensify/App/issues/35628 PROPOSAL: https://github.com/Expensify/App/issues/35628#issuecomment-1922798375 ### Tests Same as...

### Description Fixes https://github.com/necolas/react-native-web/issues/2605 We are attaching the `keyup` listener to the document. https://github.com/necolas/react-native-web/blob/5f9c32eba0f840bde7b462a57d0748358ff866f6/packages/react-native-web/src/modules/usePressEvents/PressResponder.js#L348-L350 If the Pressable (with a button role) is disabled after the first `onPress` is triggered, the...

Currently, we dismiss the soft keyboard when the picker opens, but only on iOS. This PR is trying to achieve the same behavior on Android, so both platform behavior is...

This PR proposes to add Modal `onDismiss` support for the Android platform. # [A rendered version of the proposal can be read here](https://github.com/bernhardoj/discussions-and-proposals/blob/modal-ondismiss-android/proposals/0000-modal-ondismiss-android.md)

### Details We store the pending action as a list, but we get the first pending action instead of the last, so the delete pending action is never detected. ###...

### Details We want to change the behavior so the violations are not added optimistically when it's a partial transaction. ### Fixed Issues $ https://github.com/Expensify/App/issues/38131 PROPOSAL: https://github.com/Expensify/App/issues/38131#issuecomment-2011156976 ### Tests Same...

### Details After refreshing on invite and task assignee page, the screen transition event is never captured and we won't show anything if the screen transition event is not captured....

### Details In room description update message, we parse the text so it's shown as markdown, but we don't do that for task description. ### Fixed Issues $ https://github.com/Expensify/App/issues/39496 PROPOSAL:...

### Details When creating a distance request, the currency is taken from the workspace currency, but a bug makes it using the user local currency unintentionally and this PR fix...

### Details The highlight of the mention is based on the `prefix`. The current prefix doesn't consider the selection position of the input. This PR changes it so it's consistent...