Bernhard Owen Josephus

Results 361 comments of Bernhard Owen Josephus

@tgolen oh, my bad, I didn't mean to completely drop the whole function. What I mean is more like replacing the source of the onyx data from `Onyx.connect` to `withOnyx`,...

## Proposal ### Please re-state the problem that we are trying to solve in this issue. The breadcrumb shows the previous selected workspace when selecting it with keyboard. ### What...

We always need to call goBack to close the WS switcher page. I'm okay if you want to go with @dragnoir main solution if it works well.

## Proposal ### Please re-state the problem that we are trying to solve in this issue. The LHN subtitle shows the sender name when creating the split bill, but then...

My proposal has both behaviors, showing or not showing the sender name if it's the current user. If I understand correctly from @aldo-expensify comment, we always want to show the...

### **Proposal** For the first case, we can do the trim as the last step of `htmlToMarkdown` function. **_expensify-common/ExpensiMark.js_** ```diff htmlToMarkdown(htmlString) { let generatedMarkdown = htmlString; const body = /(?:\n|\r\n)?([\s\S]*?)(?:\n|\r\n)?(?![^...

## Proposal ### Please re-state the problem that we are trying to solve in this issue. Chat context menu shows when we long press an emoji suggestion. ### What is...

Added the codepen and video. > because the red box becomes hidden, the oncontextmenu is fired on the element behind it that receives the touch. This is the root cause...